I have to add an acronym list in my document and for that I am using:
\usepackage[acronym,style=long3col]{glossaries}
\makeglossaries
and
\newacronym{LOWERCASE LABEL}{UPPERCASE LABEL}{THE FULL TERM}\par
\printglossary[type=\acronymtype,title=Acronyms]
However I am getting an error:
\newacronym{LOWERCASE LABEL}{UPPERCASE LABEL}{THE FULL TERM}\par
\printglossary[type=\acronymtype,title=Acronyms]
Please can someone tell me what's wrong with my code. Please find the code below:
\documentclass[12pt,MSc,wordcount,oneside,anon, left= 40mm, right = 20mm, top = 20mm, bottom = 20mm]{muthesis}
\usepackage{hyperref}
\usepackage{fancyhdr}
\usepackage{color}
\usepackage{eucal}
\usepackage{graphicx}
\usepackage{etoolbox}
\usepackage{float}
\usepackage{longtable}
\usepackage{tabularx}
\usepackage{multicol}
\usepackage[justification=centering]{caption}
\usepackage[acronym,style=long3col]{glossaries}
\makeglossaries
\usepackage{textcomp}
\usepackage{enumerate}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{pifont}
\newcommand{\cmark}{\ding{51}}%
\newcommand{\xmark}{\ding{55}}
\usepackage{cleveref}
\graphicspath{ {pics/} }
\setlength{\parindent}{4em}
\setlength{\parskip}{1em}
\renewcommand{\baselinestretch}{1.5}
\setcounter{secnumdepth}{4}
\begin{document}
{
\newacronym{LOWERCASE LABEL}{UPPERCASE LABEL}{THE FULL TERM}\par
\printglossary[type=\acronymtype,title=Acronyms]
\begin{titlepage}
\begin{center}
\vspace*{1cm}
}
\bibliographystyle{ieeetr}
%ieeetran}
\bibliography{references}
%\end{flushleft}
\end{document}
{}icon above the question box. – barbara beeton Jul 18 '22 at 16:03\documentclass{article} \usepackage{glossaries} \begin{document} z \end{document}? – Dai Bowen Jan 08 '24 at 18:33