Closed riyad closed 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?
Looks great... do you consider this ready to merge now?
Yes, I've tried it with the example and both generating and cleaning-up works.
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.
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 .
257082e solved the .aux
dependency issue for me.
Generates glossaries if
\printglossaries
or\printglossary
is found. It also cleans up additional generated files.