yochju / latex-makefile

Automatically exported from code.google.com/p/latex-makefile
Other
0 stars 0 forks source link

No acronym support (acn->acr) for the glossaries package #145

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Running (pdf)latex the first time creates an <doc>.acn file

makeglossaries <doc>

Then creates the <doc>.acr file,

which is used by the next (pdf)latex run.

http://www.eng.cam.ac.uk/help/tpl/textprocessing/glossaries.html
http://en.wikibooks.org/wiki/LaTeX/Glossary

Original issue reported on code.google.com by jeffrey....@gmail.com on 2 Dec 2011 at 12:28

GoogleCodeExporter commented 9 years ago
I have fixed that issue in a personal clone: 
http://code.google.com/r/nicolasdudebout-latex-makefile/source/detail?r=ed9e9920
c3f50ef943cd0b31d4bbcf9c1ed03a7b

BTW, what is the best way to do the equivalent of a pull request on google code?

Original comment by nicolas....@gmail.com on 20 Dec 2012 at 7:33