3
0
Fork 0
mirror of https://github.com/fsr/nopanic synced 2025-04-28 02:18:27 +02:00

define current ese year once in macro defs

This commit is contained in:
Peter Nerlich 2021-09-19 02:20:14 +02:00
parent 981e19ff49
commit f3bdfb5634
6 changed files with 16 additions and 10 deletions

View file

@ -19,6 +19,13 @@
\input{macros.tex}
\hypersetup{
pdfauthor={FSR Informatik der TU Dresden},
pdftitle={The Manual - ESE \eseyear},
breaklinks=true, colorlinks=false, pdfborder={0 0 0},
pdfencoding=unicode
}
% we need this dummy counter to make a label at the spieleabendplakat
\newcounter{dummy}
@ -46,7 +53,7 @@
\immediate\newwrite\linklistfile
\immediate\openout\linklistfile=kopimi.htaccess\relax
\immediate\write\linklistfile{RewriteEngine On}
\immediate\write\linklistfile{RewriteBase /2021}
\immediate\write\linklistfile{RewriteBase /\eseyear}
\include{texte/zeitplan}
\include{texte/inhaltsverzeichnis}