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
|
||||
\usepackage[headsepline,automark]{scrlayer-scrpage} % Seitenköpfe automatisch
|
||||
\KOMAoptions{headinclude} % Fix
|
||||
\usepackage[utf8]{inputenc} % Umlaute
|
||||
\usepackage[german]{babel} % Sprachpaket für Deutsch (Umlaute, Trennung,deutsche Überschriften)
|
||||
\usepackage{graphicx} % Graphikeinbindung
|
||||
\usepackage[hidelinks]{hyperref} % Hyperref (alles klickbar, Bookmarks)
|
||||
\usepackage{amssymb} % Math. Symbole aus AmsTeX
|
||||
\usepackage[utf8]{inputenc} % Umlaute
|
||||
% Custom packages
|
||||
\usepackage[autostyle=true,german=quotes]{csquotes} % Anführungszeichen mit \enquote{}
|
||||
\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
|
||||
\defpagestyle{meinstil}{%
|
||||
{\headmark \hfill}
|
||||
|
|
Loading…
Reference in New Issue