Changeset 362832
- Timestamp:
- 03/21/2011 11:31:50 AM (15 years ago)
- File:
-
- 1 edited
-
latex/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
latex/trunk/readme.txt
r362044 r362832 19 19 * `$$\alpha+\beta\geq\gamma!$$` display the source of the latex formula. Just add a `!` before the second `$$`. 20 20 21 This plugin provides you a choice (and recommend) to use MathJax to display formula in your blog. MathJax is an open source JavaScript display engine for mathematics that works in all modern browsers. It uses modern CSS and web fonts, instead of equation images or Flash, so equations scale with surrounding text at all zoom levels. I would say that MathJax turns the previous ugly mathematics fourmula on Web into arts, you can check it in <a href='mathjax.org'> MathJax.org</a> or <a href='http://zhiqiang.org/blog/finance/school/risk-aversion-in-portfolio-optimization.html'>zhiqiang.org</a>.21 This plugin provides you a choice (and recommend) to use MathJax to display formula in your blog. MathJax is an open source JavaScript display engine for mathematics that works in all modern browsers. It uses modern CSS and web fonts, instead of equation images or Flash, so equations scale with surrounding text at all zoom levels. I would say that MathJax turns the previous ugly mathematics fourmula on Web into arts, you can check it in <a href='mathjax.org'>mathjax.org</a> or <a href='http://zhiqiang.org/blog/finance/school/risk-aversion-in-portfolio-optimization.html'>zhiqiang.org</a>. 22 22 23 23 The plugin uses copy of Mathjax from their CDN Service by default, you can also install your own MathJax. It's easy, just following the link in the setting page of this plugin. … … 27 27 There are lots of websites provide such services, for example, wordpress.com and Google Charts. The plugin provide four candidates for you, and you can choose any of them or customize it to use your own LaTex image generating service. 28 28 29 See http://zhiqiang.org/blog/plugin/latex for a demo. 29 Chinese document: http://zhiqiang.org/blog/it/latex-for-wordpress.html 30 30 31 31 … … 35 35 1. Upload `latex` fold to the `/wp-content/plugins/` directory 36 36 1. Activate the plugin `Latex for WordPress` through the 'Plugins' menu in WordPress 37 1. The diretory `/wp-content/plugins/latex/cache` should be writable by your webserver (chmod 777 will do the trick).37 1. The diretory `/wp-content/plugins/latex/cache` should be writable by your webserver (chmod 777 will do the trick). 38 38 1. done 39 39
Note: See TracChangeset
for help on using the changeset viewer.