mirror of
https://github.com/fsr/nopanic
synced 2025-01-19 00:11:42 +01:00
increment year number, set ese21 color
This commit is contained in:
parent
0bf94991ac
commit
e424c7a9c7
4 changed files with 7 additions and 6 deletions
|
@ -12,7 +12,7 @@ Nöthnitzer Straße 46\\
|
||||||
Alle verwendeten Comics von Randall Munroe (\textit{xkcd.com}) unter Creative Commons Lizenz:\\
|
Alle verwendeten Comics von Randall Munroe (\textit{xkcd.com}) unter Creative Commons Lizenz:\\
|
||||||
\url{https://creativecommons.org/licenses/by-nc/2.5/}\\[1\baselineskip]
|
\url{https://creativecommons.org/licenses/by-nc/2.5/}\\[1\baselineskip]
|
||||||
|
|
||||||
Redaktionsschluss dieser Ausgabe ist ein milder Spätsommerabend Mitte September 2020, irgendwann vor dem zweiten Coronalockdown.\\%[1\baselineskip]
|
Redaktionsschluss dieser Ausgabe ist ein milder Spätsommerabend Mitte September 2021, \% TODO: witziger Spruch\\%[1\baselineskip]
|
||||||
Schwankungen im inhaltlichen Umfang sind technisch bedingt.\\[1\baselineskip]
|
Schwankungen im inhaltlichen Umfang sind technisch bedingt.\\[1\baselineskip]
|
||||||
|
|
||||||
Mitarbeit an der nächsten Version,\\
|
Mitarbeit an der nächsten Version,\\
|
||||||
|
|
|
@ -79,7 +79,7 @@
|
||||||
\immediate\newwrite\linklistfile
|
\immediate\newwrite\linklistfile
|
||||||
\immediate\openout\linklistfile=kopimi.htaccess\relax
|
\immediate\openout\linklistfile=kopimi.htaccess\relax
|
||||||
\immediate\write\linklistfile{RewriteEngine On}
|
\immediate\write\linklistfile{RewriteEngine On}
|
||||||
\immediate\write\linklistfile{RewriteBase /2020}
|
\immediate\write\linklistfile{RewriteBase /2021}
|
||||||
|
|
||||||
\include{texte/zeitplan}
|
\include{texte/zeitplan}
|
||||||
\include{texte/inhaltsverzeichnis}
|
\include{texte/inhaltsverzeichnis}
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
\usepackage[colorlinks=false, pdfborder={0 0 0}]{hyperref}
|
\usepackage[colorlinks=false, pdfborder={0 0 0}]{hyperref}
|
||||||
\hypersetup{
|
\hypersetup{
|
||||||
pdfauthor={FSR Informatik der TU Dresden},
|
pdfauthor={FSR Informatik der TU Dresden},
|
||||||
pdftitle={The Manual - ESE 2020},
|
pdftitle={The Manual - ESE 2021},
|
||||||
breaklinks=true, colorlinks=false, pdfborder={0 0 0},
|
breaklinks=true, colorlinks=false, pdfborder={0 0 0},
|
||||||
pdfencoding=unicode
|
pdfencoding=unicode
|
||||||
}
|
}
|
||||||
|
@ -41,10 +41,11 @@
|
||||||
% \definecolor{ese_bg_color}{rgb}{0.051, 0.373, 0.596} % the definitive color -- #0D5F98 (2017)
|
% \definecolor{ese_bg_color}{rgb}{0.051, 0.373, 0.596} % the definitive color -- #0D5F98 (2017)
|
||||||
% \definecolor{ese_bg_color}{rgb}{0.796, 0.376, 0.251} % the definitive color -- #CB6040 (2018)
|
% \definecolor{ese_bg_color}{rgb}{0.796, 0.376, 0.251} % the definitive color -- #CB6040 (2018)
|
||||||
% \definecolor{ese_bg_color}{rgb}{0.0, 0.47, 0.3} % wip-ish color -- #01794C (2019)
|
% \definecolor{ese_bg_color}{rgb}{0.0, 0.47, 0.3} % wip-ish color -- #01794C (2019)
|
||||||
\definecolor{ese_bg_color}{RGB}{5,109,133} % final_really_final -- #056d85 (2020)
|
% \definecolor{ese_bg_color}{RGB}{5,109,133} % final_really_final -- #056d85 (2020)
|
||||||
|
\definecolor{ese_bg_color}{RGB}{155,30,70} % complement -- #9B1E46 (2021)
|
||||||
\definecolor{ese_fg_color}{rgb}{1, 1, 1}
|
\definecolor{ese_fg_color}{rgb}{1, 1, 1}
|
||||||
|
|
||||||
\definecolor{fancypageref_color}{RGB}{5,109,133} % final_really_final -- #056d85 (2020)
|
\definecolor{fancypageref_color}{RGB}{155,30,70} %
|
||||||
|
|
||||||
\definecolor{ifsrgray}{rgb}{0.6, 0.6, 0.6} % 153, 153, 153
|
\definecolor{ifsrgray}{rgb}{0.6, 0.6, 0.6} % 153, 153, 153
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
\addchap{Links}
|
\addchap{Links}
|
||||||
|
|
||||||
Alle Links sind auch direkt als \url{ese.ifsr.de/2020/<Zahl>} aufrufbar.
|
Alle Links sind auch direkt als \url{ese.ifsr.de/2021/<Zahl>} aufrufbar.
|
||||||
|
|
||||||
{%
|
{%
|
||||||
\small
|
\small
|
||||||
|
|
Loading…
Reference in a new issue