Python script that converts the DUNE LaTeX glossary into HTML. The automatically created webpage has all DUNE words listed, with cross-references done via HTML links. A horizontal menu with all letters of the alphabet allows for a quick access.
Demo here.
The script abcdune.py
converts the LaTeX glossary (input file) that contains also custom LaTeX commands (in defs.tex
) into HTML. It outputs the index page:
python3 abcdune.py -i glossary.tex -d defs.tex -o docs/index.html
A small test-all.tex
file may be used to build a PDF document with a just a glossary that includes all entries.
pdflatex test-all
makeglossaries test-all
pdflatex test-all
Feel free to contribute if you want to add, correct information or simply ask a question. More information here.