Tagged Questions
3
votes
1answer
176 views
Glossaries package: ignore \newacronym if acronym has been defined before
I have a document consisting of multiple tex files, one per chapter, I am using the glossaries package to create list of acronyms. Ideally I want to define acronyms as close to where they are used, ...
23
votes
3answers
456 views
Is it possible to define an acronym-command which behaves differently on the first invocation than on the rest?
Most technical writers will immediately see how I'd like to use this. I'm writing a paper about something I'll call That Which Will Be Abbreviated (TWWBA). I'd like to have a macro, \TWWBA{}, that ...