Update komageneral
This commit is contained in:
parent
f62f011896
commit
1139da627d
1 changed files with 23 additions and 18 deletions
|
@ -10,8 +10,8 @@
|
||||||
\usepackage{biblatex}
|
\usepackage{biblatex}
|
||||||
\usepackage{float}
|
\usepackage{float}
|
||||||
\usepackage[table]{xcolor}
|
\usepackage[table]{xcolor}
|
||||||
\usepackage{longtable}
|
|
||||||
\usepackage{xltabular}
|
\usepackage{xltabular}
|
||||||
|
\usepackage{longtable}
|
||||||
\usepackage{booktabs}
|
\usepackage{booktabs}
|
||||||
\usepackage{grffile}
|
\usepackage{grffile}
|
||||||
\usepackage{unicode-math}
|
\usepackage{unicode-math}
|
||||||
|
@ -31,23 +31,22 @@
|
||||||
\usepackage{csvsimple}
|
\usepackage{csvsimple}
|
||||||
|
|
||||||
\KOMAoptions{
|
\KOMAoptions{
|
||||||
DIV=12,
|
DIV=16,
|
||||||
BCOR=10mm,
|
|
||||||
twoside=true,
|
twoside=true,
|
||||||
toc=listof,
|
toc=listof,
|
||||||
|
titlepage=true,
|
||||||
|
headings=normal,
|
||||||
headsepline=true,
|
headsepline=true,
|
||||||
footsepline=false,
|
footsepline=false,
|
||||||
headinclude=false,
|
headinclude=false,
|
||||||
footinclude=false,
|
footinclude=false,
|
||||||
mpinclude=false,
|
|
||||||
titlepage=true,
|
|
||||||
captions=tableheading
|
captions=tableheading
|
||||||
|
mpinclude=false
|
||||||
}
|
}
|
||||||
|
|
||||||
\definecolor{darkgray}{RGB}{64,64,64}
|
\definecolor{darkgray}{RGB}{64,64,64}
|
||||||
\definecolor{lightgray}{RGB}{200,200,200}
|
\definecolor{lightgray}{RGB}{200,200,200}
|
||||||
|
|
||||||
% necessary to set max height and width for images
|
|
||||||
\adjustboxset{max size={\textwidth}{0.6\textheight}}
|
\adjustboxset{max size={\textwidth}{0.6\textheight}}
|
||||||
|
|
||||||
% Font settings
|
% Font settings
|
||||||
|
@ -80,18 +79,17 @@
|
||||||
Scale = 1.0
|
Scale = 1.0
|
||||||
]
|
]
|
||||||
|
|
||||||
% better readability on screen
|
|
||||||
\linespread{1.15}
|
\linespread{1.15}
|
||||||
|
|
||||||
% Geometry settings
|
% Geometry settings
|
||||||
% \geometry{
|
%% \geometry{
|
||||||
% a4paper,
|
%% a4paper,
|
||||||
% left=2.5cm,
|
%% left=2.5cm,
|
||||||
% right=2.5cm,
|
%% right=2.5cm,
|
||||||
% top=2.5cm,
|
%% top=2.5cm,
|
||||||
% bottom=2.5cm,
|
%% bottom=2.5cm,
|
||||||
% marginparwidth=1.5cm
|
%% marginparwidth=1.5cm
|
||||||
% }
|
%% }
|
||||||
|
|
||||||
% % Header and footer settings with scrlayer-scrpage
|
% % Header and footer settings with scrlayer-scrpage
|
||||||
\pagestyle{scrheadings}
|
\pagestyle{scrheadings}
|
||||||
|
@ -128,13 +126,20 @@
|
||||||
\renewcommand{\subsubsectionformat}{\thesubsubsection\hspace{0.5em}}
|
\renewcommand{\subsubsectionformat}{\thesubsubsection\hspace{0.5em}}
|
||||||
|
|
||||||
% Set global table font to Noto Sans Condensed Light
|
% Set global table font to Noto Sans Condensed Light
|
||||||
\AtBeginEnvironment{tabular}{\fontspec{Noto Sans Condensed Light}}
|
\AtBeginEnvironment{tabular}{\fontspec{Noto Sans Condensed}}
|
||||||
\AtBeginEnvironment{longtable}{\fontspec{Noto Sans Condensed Ligth}}
|
\AtBeginEnvironment{longtable}{\fontspec{Noto Sans Condensed}}
|
||||||
% \newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
|
\newcolumntype{P}[1]{>{\centering\arraybackslash}p{#1}}
|
||||||
|
|
||||||
|
% Caption settings
|
||||||
|
% \captionsetup{font=small, labelfont=bf}
|
||||||
|
|
||||||
% Custom quote environment
|
% Custom quote environment
|
||||||
\AtBeginEnvironment{quote}{\itshape}
|
\AtBeginEnvironment{quote}{\itshape}
|
||||||
|
|
||||||
|
% Custom formatting commands
|
||||||
|
%% \newcommand{\important}[1]{\textbf{#1}}
|
||||||
|
%% \newcommand{\code}[1]{\texttt{#1}}
|
||||||
|
|
||||||
% Title page settings
|
% Title page settings
|
||||||
\newcommand{\TitlePage}[1]{
|
\newcommand{\TitlePage}[1]{
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
|
|
Loading…
Add table
Reference in a new issue