Move style-related options from config to style file
This commit is contained in:
parent
e4e27d3900
commit
3835d1bb85
|
@ -1,11 +1,9 @@
|
||||||
% Packages from template
|
% Packages from template
|
||||||
\usepackage[headsepline,automark]{scrlayer-scrpage} % Seitenköpfe automatisch
|
\usepackage[utf8]{inputenc} % Umlaute
|
||||||
\KOMAoptions{headinclude} % Fix
|
|
||||||
\usepackage[german]{babel} % Sprachpaket für Deutsch (Umlaute, Trennung,deutsche Überschriften)
|
\usepackage[german]{babel} % Sprachpaket für Deutsch (Umlaute, Trennung,deutsche Überschriften)
|
||||||
\usepackage{graphicx} % Graphikeinbindung
|
\usepackage{graphicx} % Graphikeinbindung
|
||||||
\usepackage[hidelinks]{hyperref} % Hyperref (alles klickbar, Bookmarks)
|
\usepackage[hidelinks]{hyperref} % Hyperref (alles klickbar, Bookmarks)
|
||||||
\usepackage{amssymb} % Math. Symbole aus AmsTeX
|
\usepackage{amssymb} % Math. Symbole aus AmsTeX
|
||||||
\usepackage[utf8]{inputenc} % Umlaute
|
|
||||||
% Custom packages
|
% Custom packages
|
||||||
\usepackage[autostyle=true,german=quotes]{csquotes} % Anführungszeichen mit \enquote{}
|
\usepackage[autostyle=true,german=quotes]{csquotes} % Anführungszeichen mit \enquote{}
|
||||||
\usepackage{textcomp} % Zusätzliches Package für °C
|
\usepackage{textcomp} % Zusätzliches Package für °C
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
\usepackage[headsepline,automark]{scrlayer-scrpage} % Seitenköpfe automatisch
|
||||||
|
\KOMAoptions{headinclude} % Fix
|
||||||
|
|
||||||
% Festlegung Kopf- und Fußzeile
|
% Festlegung Kopf- und Fußzeile
|
||||||
\defpagestyle{meinstil}{%
|
\defpagestyle{meinstil}{%
|
||||||
{\headmark \hfill}
|
{\headmark \hfill}
|
||||||
|
|
Loading…
Reference in New Issue