Skip to content
/ abcdune Public
forked from clairedavid/abcdune

Converting DUNE words into an online HTML glossary.

Notifications You must be signed in to change notification settings

DUNE/abcdune

 
 

Repository files navigation

ABC DUNE

Purpose

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.

Usage

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

Test LaTeX

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

Contribute

Feel free to contribute if you want to add, correct information or simply ask a question. More information here.

About

Converting DUNE words into an online HTML glossary.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 74.7%
  • HTML 23.2%
  • Python 2.0%
  • CSS 0.1%