Add glossary
This commit is contained in:
parent
5d5dbf6c73
commit
0ecc1bc3b5
2 changed files with 31 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
|||
\end{center}
|
||||
\end{figure}
|
||||
|
||||
\newpage
|
||||
|
||||
\section{Doppelt}
|
||||
|
||||
\begin{figure}[H]
|
||||
|
@ -64,3 +66,9 @@ Vielleicht reicht auch Google\wwwlink{google.de}...
|
|||
$ sudo apt-get update
|
||||
$ sudo apt-get install python
|
||||
\end{verbatim}
|
||||
|
||||
\chapter{Glossary}
|
||||
|
||||
\gls{glos:latex}
|
||||
|
||||
\gls{glos:swagger}
|
||||
|
|
24
main.tex
24
main.tex
|
@ -156,6 +156,28 @@
|
|||
|
||||
\usepackage{todonotes}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Glossar
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\usepackage[nonumberlist]{glossaries}
|
||||
\usepackage{glossary-super}
|
||||
\setglossarystyle{super}
|
||||
\makenoidxglossaries
|
||||
\renewcommand*{\glstextformat}{\textbf}
|
||||
\renewcommand*{\glsnamefont}{\textbf}
|
||||
|
||||
\newglossaryentry{glos:latex}
|
||||
{
|
||||
name=Latex,
|
||||
description={Is a markup language specially suited
|
||||
for scientific documents}
|
||||
}
|
||||
\newglossaryentry{glos:swagger}
|
||||
{
|
||||
name=Swagger,
|
||||
description={Is a suite of tools for API developers from SmartBear Software and a former specification upon which the OpenAPI Specification is based}
|
||||
}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Dokument
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
@ -171,7 +193,7 @@
|
|||
\renewcommand\lstlistlistingname{Codeverzeichnis}
|
||||
\lstlistoflistings
|
||||
\printacronyms[heading=addchap]
|
||||
|
||||
\printnoidxglossary
|
||||
|
||||
\include{example/example}
|
||||
|
||||
|
|
Loading…
Reference in a new issue