Skip to content

Commit f9e83ad

Browse files
committedJan 16, 2017
Fixing MarkDown.
1 parent 114fb97 commit f9e83ad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎v7/latex_formula_renderer/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
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.
22

33
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).
99

1010
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.
1414

1515
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).
1616

0 commit comments

Comments
 (0)
Please sign in to comment.