|
1 | 1 | The `latex_formula_renderer` plugin provides a static LaTeX formula rendering infrastructure, generating images which can be included in a website and do not depend on client-side rendering of formulae (as with [MathJax](https://www.mathjax.org/) and [KaTeX](https://khan.github.io/KaTeX/)). This plugin is not for end-users, but provided as a service for other plugins which can use it to not having to define their own formula-rendering functionality.
|
2 | 2 |
|
3 | 3 | The plugin has support for
|
4 |
| - * inline formulae, display-style formulae, |
5 |
| - * `align` environments (see the [AMSMath documentation](ftp://ftp.ams.org/ams/doc/amsmath/amsldoc.pdf)), |
6 |
| - * XY-pic diagrams (in `xymatrix` environments inside any of the previous; see the [XY-Pic user guide](http://texdoc.net/texmf-dist/doc/generic/xypic/xyguide.pdf)), |
7 |
| - * pstricks graphics (see [here](https://en.wikipedia.org/wiki/PSTricks) for more information), and for |
8 |
| - * tikzpicture graphics (see [here](https://en.wikibooks.org/wiki/LaTeX/PGF/TikZ) for more information). |
| 4 | +* inline formulae, display-style formulae, |
| 5 | +* `align` environments (see the [AMSMath documentation](ftp://ftp.ams.org/ams/doc/amsmath/amsldoc.pdf)), |
| 6 | +* XY-pic diagrams (in `xymatrix` environments inside any of the previous; see the [XY-Pic user guide](http://texdoc.net/texmf-dist/doc/generic/xypic/xyguide.pdf)), |
| 7 | +* pstricks graphics (see [here](https://en.wikipedia.org/wiki/PSTricks) for more information), and for |
| 8 | +* tikzpicture graphics (see [here](https://en.wikibooks.org/wiki/LaTeX/PGF/TikZ) for more information). |
9 | 9 |
|
10 | 10 | It allows to generate formulae in different output formats:
|
11 |
| - * as `.png` bitmap images; |
12 |
| - * as `.svg` vector graphics; |
13 |
| - * as compressed `.svgz` vector graphics. |
| 11 | +* as `.png` bitmap images; |
| 12 | +* as `.svg` vector graphics; |
| 13 | +* as compressed `.svgz` vector graphics. |
14 | 14 |
|
15 | 15 | The generated images do not require the user to have a certain font installed, and should render the same in all browsers and on all output devices (assuming they support the chosen graphics format and don't screw up basic things).
|
16 | 16 |
|
|
0 commit comments