How to compile acronyms/glossaries with the Atom-LaTeX package? #332
Answered
by
asiloisad
stefaniecg
asked this question in
Community Package Help
-
|
How can i compile acronyms/glossaries with the Atom-LaTeX package? \documentclass{IEEEtran}
\usepackage[shortcuts,acronym]{glossaries}
\makeglossaries % generates the acronym list
\newacronym{acm}{ACM}{Association for Computing Machinery}
\begin{document}
This is an \ac{acm} article. \ac{acm} is very popular in computer science.
\printglossaries % prints the acronym list
\end{document} |
Beta Was this translation helpful? Give feedback.
Answered by
asiloisad
Dec 23, 2025
Replies: 1 comment
-
|
I think atom-latex use .latexmkrc Other option is to use \usepackage[shortcuts,acronym,automake]{glossaries-extra}but If it doesn't work then try latex-tools. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stefaniecg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think atom-latex use
latexmkas builder, so one of options is to create rc file..latexmkrc
Other option is to use
glossaries-extrainstead, likebut
-shell-escapeis required (probably you need to turn it on in package settings).If it doesn't work then try latex-tools.