Plugin Directory

Changeset 522182


Ignore:
Timestamp:
03/22/2012 12:37:22 PM (14 years ago)
Author:
mathzqy
Message:

write readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • latex/trunk/readme.txt

    r506559 r522182  
    1717* `\(\alpha+\beta\geq\gamma\)` or `$$\alpha+\beta\geq\gamma$$` add an inline formula
    1818* `\[\alpha+\beta\geq\gamma\]` or `$$!\alpha+\beta\geq\gamma$$` add an latex equation in math mode(it will be displayed centerly in a single line).
    19 * `$$\alpha+\beta\geq\gamma!$$` display the source of the latex formula. Just add a `!` before the second `$$`.
     19* `\(\alpha+\beta\geq\gamma!\)` display the source of the latex formula. Just add a `!` before `\)` or `\]`.
    2020
    2121This plugin provides (and recommend) you a choice  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>.
Note: See TracChangeset for help on using the changeset viewer.