From d2bb7a9457f142953585254990c17ee62eee866b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Fabian=20Kr=C3=BCger?= Date: Fri, 17 Dec 2021 08:37:21 +0100 Subject: [PATCH] Reference demo package in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b14b51..d139829 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Run `l3build install` to install `luamml` into your local `texmf` tree. ## Demo Run `lualatex test_tex` to see all equations from [our example file](./test_tex.tex) converted into MathML. -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[tracing]{luamml-demo}` (to print MathML to the terminal) or `\usepackage[files]{luamml-demo}` to generate separate files with MathML output. 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.