Update README

This commit is contained in:
Marcel Fabian Krüger 2021-06-01 23:36:41 +02:00
parent 06149a5e99
commit 9d76be873e

View File

@ -12,3 +12,5 @@ Run `lualatex test_tex` to see all equations from [our example file](./test_tex.
To test it on your own files, add `\usepackage{luamml}` and `\tracingmathml=2` to your preamble. To test it on your own files, add `\usepackage{luamml}` and `\tracingmathml=2` to your preamble.
Also see a [`tagpdf` experiment using this to tag PDF formulas](https://github.com/u-fischer/tagpdf/blob/develop/experiments/exp-mathml-lua.tex). Also see a [`tagpdf` experiment using this to tag PDF formulas](https://github.com/u-fischer/tagpdf/blob/develop/experiments/exp-mathml-lua.tex).
If you are very brave you can also try running `pdflatex test_pdf` and afterwards run `./pdfmml.lua test_pdf.lua` to get pdflatex formulas converted.