{"id":37458,"date":"2015-07-12T17:17:54","date_gmt":"2015-07-12T17:17:54","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wm-jqmath\/"},"modified":"2015-08-05T01:49:47","modified_gmt":"2015-08-05T01:49:47","slug":"wm-jqmath","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wm-jqmath\/","author":14499577,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.3","stable_tag":"1.3","tested":"4.2.39","requires":"3.3","requires_php":"","requires_plugins":"","header_name":"WM jqMath","header_author":"Carlos Santos, webmind.pt","header_description":"","assets_banners_color":"b4c1c9","last_updated":"2015-08-05 01:49:47","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/webmind.pt\/portfolio\/wm-jqmath\/","header_author_uri":"http:\/\/www.webmind.pt","rating":4,"author_block_rating":0,"active_installs":20,"downloads":1884,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.3":"<ul>\n<li>Important: You now need to add the shortcode [enable_jqmath] at the beginning of your post to enable jqMath!<\/li>\n<\/ul>","1.1":"<p>This version fixes a security related bug. Please upgrade ASAP.<\/p>"},"ratings":{"1":0,"2":0,"3":"1","4":0,"5":"1"},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":"1197545","resolution":"128x128","location":"assets"},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":"1197545","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":"1197545","resolution":"1544x500","location":"assets"},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"1197545","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.3"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"1197545","resolution":"1","location":"assets"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"1197545","resolution":"2","location":"assets"}},"screenshots":{"1":"Editing a post with math formulas","2":"Viewing the post"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[65321,65322,20389],"plugin_category":[],"plugin_contributors":[94362,94363],"plugin_business_model":[],"class_list":["post-37458","plugin","type-plugin","status-publish","hentry","plugin_tags-jqmath","plugin_tags-webmind","plugin_tags-wm","plugin_contributors-carlos-santos","plugin_contributors-webmindpt","plugin_committers-webmindpt"],"banners":{"banner":"https:\/\/ps.w.org\/wm-jqmath\/assets\/banner-772x250.jpg?rev=1197545","banner_2x":"https:\/\/ps.w.org\/wm-jqmath\/assets\/banner-1544x500.jpg?rev=1197545","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/wm-jqmath\/assets\/icon-128x128.jpg?rev=1197545","icon_2x":"https:\/\/ps.w.org\/wm-jqmath\/assets\/icon-256x256.jpg?rev=1197545","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/wm-jqmath\/assets\/screenshot-1.jpg?rev=1197545","caption":"Editing a post with math formulas"},{"src":"https:\/\/ps.w.org\/wm-jqmath\/assets\/screenshot-2.jpg?rev=1197545","caption":"Viewing the post"}],"raw_content":"<!--section=description-->\n<p>WM jqMath plugin is a very simple plugin that adds the jqMath library and styles.<\/p>\n\n<p>You will be able to add math formulas by directly entering the standard syntax of jqMath or by using a shortcode where you can also add CSS styles.<\/p>\n\n<p>Current WM jqMath features:<\/p>\n\n<ul>\n<li><p>Insert directly a jqMath expression on your post or page like: $$y={-b\u00b1\u221a{b^2-4ac}}\/{2a}$$<\/p><\/li>\n<li><p>Insert a jqMath using a shortcode with CSS styles like: [jqmath expr=\"$$y={-b\u00b1\u221a{b^2-4ac}}\/{2a}$$\" style=\"color: navy; font-size: 20pt\"]<\/p><\/li>\n<\/ul>\n\n<p>In order to enable jqMath for your post, you need to add the shortcode [enable_jqmath] at the beginning of your post.<\/p>\n\n<p>The jqMath library was written by Dave Barton from Mathscribe. You can find further information regarding jqMath by clicking <a href=\"http:\/\/www.mathscribe.com\/author\/jqmath.html\">here<\/a><\/p>\n\n<p>We want to thank Dave for developing this great library!<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload 'plugin-name.php' to the '\/wp-content\/plugins\/' directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<p>The usage of this plugin is quite straight forward. You just need to know how to use the jqMath syntax. However, if you have any questions please read this FAQ:<\/p>\n<dl>\n<dt>The formulas are not rendering<\/dt>\n<dd><p>Make sure you added the shortcode [enable_jqmath] at the beginning of your post.<\/p><\/dd>\n<dt>How can I insert a formula?<\/dt>\n<dd><p>Just enter the formula directly in the post\/page editor using jqMath syntax or by using a shortcode<\/p><\/dd>\n<dt>When using the syntax $$...$$ the formula appears on a new line and aligned to the center. Can I change this?<\/dt>\n<dd><p>Yes. If you don\u2019t want a formula centered on a new line, just write it as $...$ instead of $$...$$.\nPlease find more information about the jqMath syntax here: <a href=\"http:\/\/www.mathscribe.com\/author\/jqmath.html\">Mathscribe jqMath<\/a><\/p><\/dd>\n<dt>How can I change the color of the formula?<\/dt>\n<dd><p>Using the shortcode and the CSS style color. Example: [jqmath expr=\"$$y=f(x)$$\" style=\"color: darkgreen\"]\nYou can also use jqMqth syntax. Please read more information by following the link above.<\/p><\/dd>\n<dt>Can I change the font size for the formula?<\/dt>\n<dd><p>Using the shortcode and the CSS style font-size. Example: [jqmath expr=\"$$y=f(x)$$\" style=\"font-size: 16pt\"]\nYou can also use jqMqth syntax. Please read more information by following the link above.<\/p><\/dd>\n<dt>Where can I find more information to style formulas?<\/dt>\n<dd><ul>\n<li><a href=\"http:\/\/www.mathscribe.com\/author\/jqmath.html\">Mathscribe jqMath<\/a><\/li>\n<li><a href=\"http:\/\/stackoverflow.com\/questions\/11805054\/jqmath-highlight-box-like-bbox-in-mathjax-mathjs\">http:\/\/stackoverflow.com\/questions\/11805054\/jqmath-highlight-box-like-bbox-in-mathjax-mathjs<\/a><\/li>\n<li><a href=\"http:\/\/stackoverflow.com\/questions\/12106035\/is-it-possible-to-style-jqmath-display-with-another-font-on-webpages\">http:\/\/stackoverflow.com\/questions\/12106035\/is-it-possible-to-style-jqmath-display-with-another-font-on-webpages<\/a><\/li>\n<\/ul><\/dd>\n<dt>Can I add multiple formulas?<\/dt>\n<dd><p>Yes, you can enter any formula anywhere you want using directly the jqMath syntax or using the shortcodes.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3<\/h4>\n\n<ul>\n<li>You now need to add the shortcode [enable_jqmath] at the beginning of your post to enable jqMath!<\/li>\n<li>This will enable you to write other posts where you want to use the symbol $ without having jqMath trying to render a formula that does not exist. For example, imagine you want to write a post with examples in PHP and without formulas. The result could be a mess! <\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>For the sake of a better implementation of your formulas, the shortcode \"[jqmath]\" now generates a &lt;span&gt; tag instead of a &lt;div&gt;<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>jqMath library updated to version 0.4.3<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First release<\/li>\n<\/ul>","raw_excerpt":"Create math formulas on your posts and pages using jqMath from MathScribe","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/37458","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=37458"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/webmindpt"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=37458"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=37458"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=37458"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=37458"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=37458"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=37458"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}