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}
|
\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}{%
|
||||||
|
@ -29,9 +30,13 @@
|
||||||
\expandafter\g@addto@macro\expandafter\linklist\expandafter{\@tmpkey & \url{#1}}%
|
\expandafter\g@addto@macro\expandafter\linklist\expandafter{\@tmpkey & \url{#1}}%
|
||||||
\ifx\@breaklinklistat\@linknumber
|
\ifx\@breaklinklistat\@linknumber
|
||||||
\g@addto@macro\linklist{\\}%
|
\g@addto@macro\linklist{\\}%
|
||||||
|
\else
|
||||||
|
\ifx\@breaklinklistandat\@linknumber
|
||||||
|
\g@addto@macro\linklist{\\}%
|
||||||
\else
|
\else
|
||||||
\g@addto@macro\linklist{\\*}%
|
\g@addto@macro\linklist{\\*}%
|
||||||
\fi
|
\fi
|
||||||
|
\fi
|
||||||
%
|
%
|
||||||
% Link system output:
|
% Link system output:
|
||||||
\immediate\write\linklistfile{RewriteRule "^\@linknumber$" "#1"}%
|
\immediate\write\linklistfile{RewriteRule "^\@linknumber$" "#1"}%
|
||||||
|
|
|
@ -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}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue