Just a little index maker for GIAC exam books since I was having problems with voltaire
- Only tested on Ubuntu 19.04
- Must have texlive-full package installed
sudo apt install texlive-full - Make executeabe with
chmod a+x index_maker.py - Run
./index_maker.py -hfor help - Must provide CSV file with four fields
- index_entry, description, book, page #
- make sure there are no commas in file except to seperate fields