ransford / pdflatex-makefile

Simple Makefile for pdflatex-produced documents
113 stars 37 forks source link

Generation of key word indexes #32

Closed elfring closed 7 years ago

elfring commented 8 years ago

How would you like to integrate commands for the generation of indexes from marked key words?

ransford commented 8 years ago

Similar to how we support glossaries.

First step: edit the example/example.tex to generate an index; I believe this will make an .idx file.

Second step: add a Makefile rule to generate .idx files and correctly incorporate them into the build.

Pull request welcome; otherwise I can get to this eventually (not soon).

ransford commented 7 years ago

update: i did not get to this