ransford / pdflatex-makefile

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

Generate glossaries #23

Closed riyad closed 9 years ago

riyad commented 9 years ago

Generates glossaries if \printglossaries or \printglossary is found. It also cleans up additional generated files.

ransford commented 9 years ago

Thanks for this pull request. I haven't used the glossaries package before. Can you edit the example in the example directory as a test case?

ransford commented 9 years ago

Looks great... do you consider this ready to merge now?

riyad commented 9 years ago

Yes, I've tried it with the example and both generating and cleaning-up works.

riyad commented 9 years ago

If you want to read up on using glossaries in LaTeX I'd recommend http://texblog.org/2014/01/15/glossary-and-list-of-acronyms-with-latex/ as an introduction.

riyad commented 9 years ago

BTW I've been using this code for over a month on a larger document. :smile: It should be fine to merge. I was hoping you'd have an idea on how to fix the things mentioned in https://github.com/ransford/pdflatex-makefile/pull/23#commitcomment-11667764 .

ransford commented 9 years ago

257082e solved the .aux dependency issue for me.