3
0
Fork 0
mirror of https://github.com/fsr/nopanic synced 2024-11-15 08:53:11 +01:00

Jetzt auch in funktionsfähig!

Hätte eigentlich klar sein müssen, dass das \edef nicht mit LaTeX-Makros klarkommt.
Dafür weiß ich jetzt, was makeatletter/other tun! \o/
This commit is contained in:
Sebastian J. Mielke 2014-08-09 20:12:33 +02:00
parent 61e5998f9e
commit 72469c21bf
2 changed files with 5 additions and 3 deletions

View file

@ -20,12 +20,14 @@
\newcommand{\grqq}{}
\newcounter{linkcounter}
\def\linklist{}
\newcommand\linklist{}
\makeatletter
\newcommand{\link}[1]{
{\fontsize{13pt}{0}\selectfont\keys{\arabic{linkcounter}}}
\stepcounter{linkcounter}
\edef\linklist{\linklist{} #1}
\g@addto@macro\linklist{ #1}
}
\makeatother
\definecolor{ifsrgreen}{rgb}{0.69, 0.88, 0.11} % 177, 225, 28
\definecolor{ifsrgray}{rgb}{0.6, 0.6, 0.6} % 153, 153, 153

View file

@ -32,4 +32,4 @@
\item
\end{itemize}
\link{\textcolor{red}{NONE}}list
\linklist