% Created 2021-05-19 mer. 17:31 % Intended LaTeX compiler: pdflatex \documentclass[a4paper, DIV=14, onecolumn, bibliography=totoc, twoside, openright]{scrreprt} \input{config.tex} \newglossaryentry{ka}{name=\ensuremath{k_a},description={{Actuator Stiffness in}}} \newglossaryentry{phi}{name=\ensuremath{\phi},description={{A woody bush}}} \newacronym{mimo}{MIMO}{Multiple-Inputs Multiple-Outputs} \newacronym{siso}{SISO}{Single-Input Single-Output} \newacronym{nass}{NASS}{Nano Active Stabilization System} \newacronym{lti}{LTI}{Linear Time Invariant} \input{config_extra.tex} \author{Dehaeze Thomas} \date{2021-05-19} \title{PhD Thesis} \begin{document} \maketitle \tableofcontents \chapter{Test} \label{sec:org7e1d1fa} \section{Test} \label{sec:org71711f0} \begin{itemize} \item acronyms \gls{mimo}, \gls{siso}, and again \gls{mimo} \item glossary terms \gls{ka}, \gls{phi}. \item Bibliography citations: \cite{dehaeze21_activ_dampin_rotat_platf_using,dehaeze18_sampl_stabil_for_tomog_exper} \end{itemize} \printbibliography \printglossary[type=\acronymtype] \printglossary \end{document}