mirror of
https://github.com/fsr/nopanic
synced 2025-01-19 00:11:42 +01:00
Fixed linklist
This commit is contained in:
parent
0c8b9fc7cf
commit
36010507c8
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
|||
\newcounter{linkcounter}
|
||||
\newcommand\linklist{}
|
||||
\makeatletter
|
||||
\def\@breaklinklistat{28}
|
||||
\def\@breaklinklistandat{60}
|
||||
\def\@breaklinklistat{27}
|
||||
\def\@breaklinklistandat{57}
|
||||
\newcommand{\link}[1]{%
|
||||
\edef\tmptoken{\detokenize{#1}}%
|
||||
\@ifundefined{nopanic@link@\tmptoken}{%
|
||||
|
|
Loading…
Reference in a new issue