main: Formatting
This commit is contained in:
parent
487fa06d01
commit
59b6044cd2
@ -1,9 +1,4 @@
|
|||||||
\documentclass[
|
\documentclass[12pt]{book}
|
||||||
12pt,
|
|
||||||
a4paper,
|
|
||||||
chapterprefix=on,
|
|
||||||
oneside
|
|
||||||
]{scrbook}
|
|
||||||
|
|
||||||
\usepackage{adjustbox}
|
\usepackage{adjustbox}
|
||||||
\usepackage{afterpage}
|
\usepackage{afterpage}
|
||||||
@ -40,7 +35,15 @@
|
|||||||
\null
|
\null
|
||||||
\thispagestyle{empty}%
|
\thispagestyle{empty}%
|
||||||
\addtocounter{page}{-1}%
|
\addtocounter{page}{-1}%
|
||||||
\newpage}
|
\newpage
|
||||||
|
}
|
||||||
|
|
||||||
|
\newcommand\nnfootnote[1]{%
|
||||||
|
\begin{NoHyper}
|
||||||
|
\renewcommand\thefootnote{}\footnote{#1}%
|
||||||
|
\addtocounter{footnote}{-1}%
|
||||||
|
\end{NoHyper}
|
||||||
|
}
|
||||||
|
|
||||||
% Deal with overfull lines.
|
% Deal with overfull lines.
|
||||||
% https://texfaq.org/FAQ-overfull
|
% https://texfaq.org/FAQ-overfull
|
||||||
@ -82,7 +85,7 @@
|
|||||||
|
|
||||||
\frontmatter
|
\frontmatter
|
||||||
|
|
||||||
\afterpage{\blankpage}
|
% \afterpage{\blankpage}
|
||||||
|
|
||||||
\input{abstract}
|
\input{abstract}
|
||||||
\input{resume}
|
\input{resume}
|
||||||
|
Loading…
Reference in New Issue
Block a user