Hey I want to wirte an acronym in capital letters without showing the full form. How can I do this?
\documentclass[a4paper, 11pt]{article}
\usepackage[english,italian,german]{babel}
\usepackage{acronym}
\begin{document}
\begin{acronym}[Bash]
\acro{eq.}{equation}
\end{acronym}
\acs{eq.} should be written with a capital E.
\end{document}
\referencing)? If the latter, maybe something like https://tex.stackexchange.com/questions/103546/how-do-i-configure-a-ref-of-a-label-to-print-more-than-just-the-number/103553#103553 could be used... – Steven B. Segletes Apr 03 '20 at 17:42acronympackage has no macros to capitalise the first letter of the short form of the acronym. (It does have commands that capitalise the long from:\Acffor example.) Presumably because most acronyms are capitalised already (in short form). You can always open a feature request at: https://github.com/oetiker/acronym/issues – moewe Apr 03 '20 at 18:21acropackage andglossariesmaybe those packages have the option you want. – moewe Apr 03 '20 at 18:25