Update typo settings for latex
This commit is contained in:
parent
c9df97ce30
commit
c73dc79230
1 changed files with 7 additions and 1 deletions
|
@ -169,9 +169,15 @@
|
||||||
'("koma-general"
|
'("koma-general"
|
||||||
"\\documentclass[a4paper,10pt,captions=tableheading,twoside=false]{scrartcl}
|
"\\documentclass[a4paper,10pt,captions=tableheading,twoside=false]{scrartcl}
|
||||||
\\linespread{1.25}
|
\\linespread{1.25}
|
||||||
|
\\setkomafont{section}{\\Large\\bfseries\\sffamily}
|
||||||
|
\\setkomafont{subsection}{\\large\\bfseries\\sffamily}
|
||||||
|
\\setkomafont{subsubsection}{\\normalsize\\bfseries\\sffamily}
|
||||||
|
\\RedeclareSectionCommand[beforeskip=-1sp,afterskip=0.5\\baselineskip]{section}
|
||||||
|
\\RedeclareSectionCommand[beforeskip=-1sp,afterskip=0.25\\baselineskip]{subsection}
|
||||||
|
\\RedeclareSectionCommand[beforeskip=-1sp,afterskip=0.1\\baselineskip]{subsubsection}
|
||||||
\\usepackage{fontspec}
|
\\usepackage{fontspec}
|
||||||
\\defaultfontfeatures{Mapping=tex-text, RawFeature={+zero}}
|
\\defaultfontfeatures{Mapping=tex-text, RawFeature={+zero}}
|
||||||
\\setmainfont{Noto Sans}[BoldFont=*-Medium,ItalicFont=*-Italic]
|
\\setmainfont{Noto Serif}[BoldFont=*-Medium,ItalicFont=*-Italic]
|
||||||
\\setsansfont{Noto Sans}[BoldFont=*-Medium,ItalicFont=*-Italic]
|
\\setsansfont{Noto Sans}[BoldFont=*-Medium,ItalicFont=*-Italic]
|
||||||
\\setmonofont{Noto Sans Mono}[BoldFont=*-Medium,Scale=0.8]
|
\\setmonofont{Noto Sans Mono}[BoldFont=*-Medium,Scale=0.8]
|
||||||
\\usepackage{geometry}
|
\\usepackage{geometry}
|
||||||
|
|
Loading…
Add table
Reference in a new issue