3
0
Fork 0
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:
Yrr 2017-09-11 16:57:14 +02:00
parent a25e33ba06
commit 286b8f0415
3 changed files with 10 additions and 4 deletions

View file

@ -17,7 +17,8 @@
\newcounter{linkcounter} \newcounter{linkcounter}
\newcommand\linklist{} \newcommand\linklist{}
\makeatletter \makeatletter
\def\@breaklinklistat{30} \def\@breaklinklistat{28}
\def\@breaklinklistandat{60}
\newcommand{\link}[1]{% \newcommand{\link}[1]{%
\edef\tmptoken{\detokenize{#1}}% \edef\tmptoken{\detokenize{#1}}%
\@ifundefined{nopanic@link@\tmptoken}{% \@ifundefined{nopanic@link@\tmptoken}{%
@ -30,7 +31,11 @@
\ifx\@breaklinklistat\@linknumber \ifx\@breaklinklistat\@linknumber
\g@addto@macro\linklist{\\}% \g@addto@macro\linklist{\\}%
\else \else
\g@addto@macro\linklist{\\*}% \ifx\@breaklinklistandat\@linknumber
\g@addto@macro\linklist{\\}%
\else
\g@addto@macro\linklist{\\*}%
\fi
\fi \fi
% %
% Link system output: % Link system output:

View file

@ -10,7 +10,8 @@
\hypersetup{ \hypersetup{
pdfauthor={FSR Informatik der TU Dresden}, pdfauthor={FSR Informatik der TU Dresden},
pdftitle={NO PANIC - ESE 2017}, 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{wrapfig}
\usepackage{menukeys} \usepackage{menukeys}

View file

@ -1,6 +1,6 @@
\addchap{Links} \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 \small