blob: dc52d6b8f531147052abcb3b2e40315f4f389916 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
%% start of file abkuerzungen.tex
% Abkuerzungsverzeichnis
\addchap{
\iflanguage{english}{Acronyms}{Abkürzungsverzeichnis}}
\begin{acronym}[ACRONYM]
\acro{tikz}[TikZ]{\TikZ{} ist kein Zeichenprogramm}
\acro{spi}[SPI]{Serial Peripheral Interface}
\end{acronym}\newpage
%% end of file abkuerzungen.tex
|