phd-thesis/phd-thesis.tex

37 lines
1.1 KiB
TeX
Raw Normal View History

2021-05-19 17:32:47 +02:00
% Created 2021-05-19 mer. 17:31
2019-10-08 16:03:40 +02:00
% Intended LaTeX compiler: pdflatex
2021-05-19 17:32:47 +02:00
\documentclass[a4paper, DIV=14, onecolumn, bibliography=totoc, twoside, openright]{scrreprt}
2019-10-08 16:03:40 +02:00
\input{config.tex}
2021-05-19 17:32:47 +02:00
\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}
2019-10-08 16:03:40 +02:00
\author{Dehaeze Thomas}
2021-05-19 17:32:47 +02:00
\date{2021-05-19}
2019-10-08 16:03:40 +02:00
\title{PhD Thesis}
\begin{document}
\maketitle
\tableofcontents
2021-05-19 17:32:47 +02:00
\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}