Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 811 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 811 Bytes

ABC DUNE

Purpose

Python script to convert the DUNE TDR glossary from LaTeX to 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.

Script

python3 abcdune.py -i glossary.tex -d defs.tex -o docs/index.html
  • The script takes as arguments the LaTeX glossary and definitions (custom commands) filenames.

Updates

  • More information on how to request a new acronym or correct one can be found in the associated wiki page here.