Skip to content
Snippets Groups Projects
Commit c8d1b8e9 authored by Lars Bilke's avatar Lars Bilke Committed by Lars Bilke
Browse files

[web] Added instructions for equations.wq

parent 27d7c915
No related branches found
No related tags found
No related merge requests found
...@@ -121,3 +121,7 @@ npm run convert -- -e -i vtk-file.vtu -o output/path ...@@ -121,3 +121,7 @@ npm run convert -- -e -i vtk-file.vtu -o output/path
``` ```
Run `npm run convert` to get a list of possible arguments. Run `npm run convert` to get a list of possible arguments.
### Equations
Equations can be set with typical LaTeX syntax by using [MathJax](https://www.mathjax.org/). Blocks are defined by `$$` at the beginning and `$$` at the end of the block. Inline math uses one `$` as the delimiter. For more usage instructions see the [MathJax LaTeX help](http://docs.mathjax.org/en/latest/tex.html).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment