Linux 软件免费装
Banner图

WM JqMath

开发者 Carlos Santos
webmind.pt
更新时间 2015年8月5日 09:49
PHP版本: 3.3 及以上
WordPress版本: 4.2.3
版权: MIT
版权网址: 版权信息

标签

plugin wordpress wm jqmath webmind

下载

1.0 1.1 1.2 1.3

详情介绍:

WM jqMath plugin is a very simple plugin that adds the jqMath library and styles. 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. Current WM jqMath features: In order to enable jqMath for your post, you need to add the shortcode [enable_jqmath] at the beginning of your post. The jqMath library was written by Dave Barton from Mathscribe. You can find further information regarding jqMath by clicking here We want to thank Dave for developing this great library!

安装:

  1. Upload 'plugin-name.php' to the '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress

屏幕截图:

  • Editing a post with math formulas
  • Viewing the post

升级注意事项:

1.3
  • Important: You now need to add the shortcode [enable_jqmath] at the beginning of your post to enable jqMath!
1.1 This version fixes a security related bug. Please upgrade ASAP.

常见问题:

The formulas are not rendering

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: Make sure you added the shortcode [enable_jqmath] at the beginning of your post.

How can I insert a formula?

Just enter the formula directly in the post/page editor using jqMath syntax or by using a shortcode

When using the syntax $$...$$ the formula appears on a new line and aligned to the center. Can I change this?

Yes. If you don’t want a formula centered on a new line, just write it as $...$ instead of $$...$$. Please find more information about the jqMath syntax here: Mathscribe jqMath

How can I change the color of the formula?

Using the shortcode and the CSS style color. Example: [jqmath expr="$$y=f(x)$$" style="color: darkgreen"] You can also use jqMqth syntax. Please read more information by following the link above.

Can I change the font size for the formula?

Using the shortcode and the CSS style font-size. Example: [jqmath expr="$$y=f(x)$$" style="font-size: 16pt"] You can also use jqMqth syntax. Please read more information by following the link above.

Can I add multiple formulas?

Yes, you can enter any formula anywhere you want using directly the jqMath syntax or using the shortcodes.

更新日志:

1.3 1.2 1.1 1.0