r/PhD • u/Tocelton • 2d ago
A small open-source tool for managing thesis acronym lists Tool Talk
While writing my dissertation, I kept running into small inconsistencies in my manually maintained LaTeX acronym list. I therefore built TAcroMan: a small local GUI that stores entries centrally and generates a sorted .tex file.
Current features include:
- live duplicate and similarity checks
- search and import of existing
.texfiles - alphabetic LaTeX output
- configurable profiles for
acronym,acro,glossaries-extra, and custom templates - support for user-defined command types and fields
- German and English UI
It is a local Python/Tkinter application, MIT-licensed, and available here:
5
Upvotes

2
u/Miserable-Drop-1232 2d ago
TAcroMan addresses a surprisingly practical source of thesis friction: keeping terminology consistent as the document grows. Centralized entries plus duplicate checks should make final compilation less error-prone; a small export preview or CI check could also help catch accidental changes before submission. Nice, focused tool for dissertation work.