Changeset 361946
- Timestamp:
- 03/19/2011 03:04:42 AM (15 years ago)
- Location:
- latex/trunk
- Files:
-
- 2 edited
-
latex.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
latex/trunk/latex.php
r361945 r361946 3 3 Plugin Name: LaTex for WordPress 4 4 Plugin URI: http://zhiqiang.org/blog/plugin/mimetex 5 Description: using WordPress.com or public MimeTex service to add latex formula in post and comment. You don't need to install your own latex service.6 Version: 2.015 Description: Using MathJax and LaTex image service, this plugin provides a general solution to add and display your mathematical fourmula, no matter the visitors are visiting your blog or read from Google Reader. 6 Version: 3.01 7 7 Author: zhiqiang 8 8 Author URI: http://zhiqiang.org -
latex/trunk/readme.txt
r361943 r361946 7 7 Stable tag: trunk 8 8 9 This plugin can let you add latex forumla to posts, comments, post title.9 This plugin provide a general solution to add and display your mathematical fourmula, no matter the visitors are visiting your blog or read from Google Reader. 10 10 11 11 == Description == 12 12 13 This plugin provide a general solution to display your mathematical fourmula, no matter the visitors are visiting your blog or read from Google Reader.13 This plugin provide a general solution to add and display your mathematical fourmula, no matter the visitors are visiting your blog or read from Google Reader. 14 14 15 You can type the formula in LaTex :15 You can type the formula in LaTex, in title, posts, pages and comments: 16 16 17 17 * `\(\alpha+\beta\geq\gamma\)` or `$$\alpha+\beta\geq\gamma$$` add an inline formula
Note: See TracChangeset
for help on using the changeset viewer.