bookdown-equations, is a Pandoc Lua filter for Converting LaTeX equation labels to Bookdown Style equation labels in MathJax environment. This filter also updates the equation references to bookdown style references.
LaTeX --> Markdown/R-markdown
The filter modifies the internal document representation to bookdown specified labelling/numbering system. Hence it will work with documentation formats using bookdown.
Pass the filter to pandoc via the --lua-filter
(or -L
) command
line option.
pandoc --lua-filter bookdown-equations.lua ...
This pandoc Lua filter is published under the MIT license, see
file LICENSE
for details.