mirror of
https://github.com/fsr/nopanic
synced 2024-11-15 08:53:11 +01:00
Fixed links and special characters in index
This commit is contained in:
parent
a25e33ba06
commit
286b8f0415
|
@ -17,7 +17,8 @@
|
|||
\newcounter{linkcounter}
|
||||
\newcommand\linklist{}
|
||||
\makeatletter
|
||||
\def\@breaklinklistat{30}
|
||||
\def\@breaklinklistat{28}
|
||||
\def\@breaklinklistandat{60}
|
||||
\newcommand{\link}[1]{%
|
||||
\edef\tmptoken{\detokenize{#1}}%
|
||||
\@ifundefined{nopanic@link@\tmptoken}{%
|
||||
|
@ -30,7 +31,11 @@
|
|||
\ifx\@breaklinklistat\@linknumber
|
||||
\g@addto@macro\linklist{\\}%
|
||||
\else
|
||||
\g@addto@macro\linklist{\\*}%
|
||||
\ifx\@breaklinklistandat\@linknumber
|
||||
\g@addto@macro\linklist{\\}%
|
||||
\else
|
||||
\g@addto@macro\linklist{\\*}%
|
||||
\fi
|
||||
\fi
|
||||
%
|
||||
% Link system output:
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
\hypersetup{
|
||||
pdfauthor={FSR Informatik der TU Dresden},
|
||||
pdftitle={NO PANIC - ESE 2017},
|
||||
breaklinks=true, colorlinks=false, pdfborder={0 0 0}
|
||||
breaklinks=true, colorlinks=false, pdfborder={0 0 0},
|
||||
pdfencoding=auto
|
||||
}
|
||||
\usepackage{wrapfig}
|
||||
\usepackage{menukeys}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
\addchap{Links}
|
||||
|
||||
Alle Links sind auch direkt als \url{ese.ifsr.de/2016/<Zahl>} aufrufbar.
|
||||
Alle Links sind auch direkt als \url{ese.ifsr.de/2017/<Zahl>} aufrufbar.
|
||||
|
||||
{
|
||||
\small
|
||||
|
|
Loading…
Reference in a new issue