Add glossary and accronyms

This commit is contained in:
2021-05-19 17:32:47 +02:00
parent adba6ed48d
commit faf652e62e
6 changed files with 148 additions and 55 deletions

View File

@@ -1,37 +1,36 @@
% Created 2019-10-08 mar. 16:02
% Created 2021-05-19 mer. 17:31
% Intended LaTeX compiler: pdflatex
\documentclass{scrreprt}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{grffile}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\usepackage[most]{tcolorbox}
\usepackage{siunitx}
\documentclass[a4paper, DIV=14, onecolumn, bibliography=totoc, twoside, openright]{scrreprt}
\input{config.tex}
\addbibresource{ref.bib}
\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{2019-10-08}
\date{2021-05-19}
\title{PhD Thesis}
\hypersetup{
pdfauthor={Dehaeze Thomas},
pdftitle={PhD Thesis},
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs 26.3 (Org mode 9.2.6)},
pdflang={English}}
\begin{document}
\maketitle
\tableofcontents
\end{document}
\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}