Hi,
I am using the MDPI rticles template and keen to also use the glossarie packages so I don't have to manually feed all the abbreviation on the appropriate YAML field.
For such, I have loaded the LaTex package glossaries using the header-includes:
header-includes:
\usepackage{inputenc}
\usepackage[acronym, section=section]{glossaries}
\setacronymstyle{long-short}
\makeglossaries
\makeindex
\input{glossary}
after creating several acronyms within the Rmarkdown body, I would be willing to input the raw LaTex:
\begin{abbreviations}
\printglossary[type=\acronymtype,title={List of Acronyms}]
\end{abbreviations}
However nothing gets printed.
Any ideas? A couple of .gls and glsdef files are automatically created (and not used I assume)