diff options
Diffstat (limited to 'wasm/examples/latex-to-docbook-with-mathml/options.json')
| -rw-r--r-- | wasm/examples/latex-to-docbook-with-mathml/options.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wasm/examples/latex-to-docbook-with-mathml/options.json b/wasm/examples/latex-to-docbook-with-mathml/options.json new file mode 100644 index 000000000..8459c7bf5 --- /dev/null +++ b/wasm/examples/latex-to-docbook-with-mathml/options.json @@ -0,0 +1,6 @@ +{ + "from": "latex", + "to": "docbook5", + "html-math-method": "mathml", + "standalone": true +}
\ No newline at end of file |
