Fix indentation of latex class

This commit is contained in:
Marcus Kammer 2023-12-14 13:17:02 +01:00
parent fae79ae617
commit 409a53ab68
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -177,7 +177,7 @@
\\RedeclareSectionCommand[beforeskip=-1sp,afterskip=0.25\\baselineskip]{subsection}
\\RedeclareSectionCommand[beforeskip=-1sp,afterskip=0.1\\baselineskip]{subsubsection}
\\usepackage{fontspec}
\\defaultfontfeatures{Mapping=tex-text, RawFeature={+zero}}
\\defaultfontfeatures{Ligatures=TeX, RawFeature={+zero, +liga}}
\\setmainfont{Noto Serif Regular}[BoldFont={Noto Serif Bold},ItalicFont={Noto Serif Italic}]
\\setsansfont{Noto Sans Regular}[BoldFont={Noto Sans Bold},ItalicFont={Noto Sans Italic}]
\\setmonofont{Noto Sans Mono}[BoldFont={Noto Sans Mono Bold},Scale=0.8]
@ -188,7 +188,8 @@
\\clearpairofpagestyles
\\automark{section}
\\ihead{\\headmark} % Inner header
\\ohead{\\thepage} % Outer header"
\\ohead{\\thepage} % Outer header
"
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")