mirror of
https://github.com/fsr/nopanic
synced 2024-11-15 08:53:11 +01:00
Automatisches Sammeln der Links für eine Linkliste.
Mit extra viel leichtschwarzer TeX-Magie!
This commit is contained in:
parent
6f192bcec2
commit
7b8a49911d
|
@ -20,9 +20,11 @@
|
|||
\newcommand{\grqq}{“}
|
||||
|
||||
\newcounter{linkcounter}
|
||||
\newcommand{\link}{
|
||||
\def\linklist{}
|
||||
\newcommand{\link}[1]{
|
||||
{\fontsize{13pt}{0}\selectfont\keys{\arabic{linkcounter}}}
|
||||
\stepcounter{linkcounter}
|
||||
\edef\linklist{\linklist{} #1}
|
||||
}
|
||||
|
||||
\definecolor{ifsrgreen}{rgb}{0.69, 0.88, 0.11} % 177, 225, 28
|
||||
|
|
|
@ -31,3 +31,5 @@
|
|||
\begin{itemize}
|
||||
\item
|
||||
\end{itemize}
|
||||
|
||||
\linklist
|
||||
|
|
Loading…
Reference in a new issue