Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing MarkDown.
  • Loading branch information
felixfontein committed Jan 16, 2017
1 parent 114fb97 commit f9e83ad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions v7/latex_formula_renderer/README.md
@@ -1,16 +1,16 @@
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.

The plugin has support for
* inline formulae, display-style formulae,
* `align` environments (see the [AMSMath documentation](ftp://ftp.ams.org/ams/doc/amsmath/amsldoc.pdf)),
* 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)),
* pstricks graphics (see [here](https://en.wikipedia.org/wiki/PSTricks) for more information), and for
* tikzpicture graphics (see [here](https://en.wikibooks.org/wiki/LaTeX/PGF/TikZ) for more information).
* inline formulae, display-style formulae,
* `align` environments (see the [AMSMath documentation](ftp://ftp.ams.org/ams/doc/amsmath/amsldoc.pdf)),
* 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)),
* pstricks graphics (see [here](https://en.wikipedia.org/wiki/PSTricks) for more information), and for
* tikzpicture graphics (see [here](https://en.wikibooks.org/wiki/LaTeX/PGF/TikZ) for more information).

It allows to generate formulae in different output formats:
* as `.png` bitmap images;
* as `.svg` vector graphics;
* as compressed `.svgz` vector graphics.
* as `.png` bitmap images;
* as `.svg` vector graphics;
* as compressed `.svgz` vector graphics.

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

Expand Down

0 comments on commit f9e83ad

Please sign in to comment.