mirror of
https://github.com/fsr/nopanic
synced 2025-02-22 08:51:00 +01:00
Kleine Änderung in der Hoffnung #42 zu beheben. Keine Ahnung ob jetzt ok
This commit is contained in:
parent
e4a2deba7c
commit
1c83a4bfc4
1 changed files with 14 additions and 14 deletions
28
nopanic.tex
28
nopanic.tex
|
@ -30,6 +30,20 @@
|
|||
\newcommand{\glqq}{„}
|
||||
\newcommand{\grqq}{“}
|
||||
|
||||
\definecolor{ifsrgreen}{rgb}{0.69, 0.88, 0.11} % 177, 225, 28
|
||||
\definecolor{ifsrgray}{rgb}{0.6, 0.6, 0.6} % 153, 153, 153
|
||||
|
||||
\changemenucolor{gray}{bg}{named}{ifsrgreen} %background of the menukeys
|
||||
\changemenucolor{gray}{br}{named}{white} %border of the menukeys
|
||||
%\changemenucolor{gray}{txt}{named}{white} %text of the menukeys
|
||||
|
||||
\setmainfont{PT Sans}
|
||||
\setkomafont{chapter}{\color{ifsrgreen}\fontspec[BoldFont={* Bold}]{Exo}\huge}
|
||||
\setkomafont{chapterentry}{\normalfont\bfseries}
|
||||
\setkomafont{minisec}{\color{ifsrgray}\fontspec[BoldFont={* Bold}]{Exo}\large}
|
||||
\setkomafont{paragraph}{\color{ifsrgray}\fontspec[BoldFont={* Bold}]{Exo}}
|
||||
\setkomafont{pagenumber}{\color{ifsrgray}\fontspec{Roboto}}
|
||||
|
||||
\newcounter{linkcounter}
|
||||
\newcommand\linklist{}
|
||||
\makeatletter
|
||||
|
@ -47,20 +61,6 @@
|
|||
}
|
||||
\makeatother
|
||||
|
||||
\definecolor{ifsrgreen}{rgb}{0.69, 0.88, 0.11} % 177, 225, 28
|
||||
\definecolor{ifsrgray}{rgb}{0.6, 0.6, 0.6} % 153, 153, 153
|
||||
|
||||
\changemenucolor{gray}{bg}{named}{ifsrgreen} %background of the menukeys
|
||||
\changemenucolor{gray}{br}{named}{white} %border of the menukeys
|
||||
%\changemenucolor{gray}{txt}{named}{white} %text of the menukeys
|
||||
|
||||
\setmainfont{PT Sans}
|
||||
\setkomafont{chapter}{\color{ifsrgreen}\fontspec[BoldFont={* Bold}]{Exo}\huge}
|
||||
\setkomafont{chapterentry}{\normalfont\bfseries}
|
||||
\setkomafont{minisec}{\color{ifsrgray}\fontspec[BoldFont={* Bold}]{Exo}\large}
|
||||
\setkomafont{paragraph}{\color{ifsrgray}\fontspec[BoldFont={* Bold}]{Exo}}
|
||||
\setkomafont{pagenumber}{\color{ifsrgray}\fontspec{Roboto}}
|
||||
|
||||
\sloppy % forces "ugly" line breaks
|
||||
|
||||
\pagestyle{plain}
|
||||
|
|
Loading…
Add table
Reference in a new issue