diff --git a/nopanic.tex b/nopanic.tex index d70c97c..1abf64d 100644 --- a/nopanic.tex +++ b/nopanic.tex @@ -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 diff --git a/texte/links.tex b/texte/links.tex index e0f5a9f..92e7f14 100644 --- a/texte/links.tex +++ b/texte/links.tex @@ -31,3 +31,5 @@ \begin{itemize} \item \end{itemize} + +\linklist