thesis.tex: fix lacheck and latexmk warnings
This commit is contained in:
parent
d090943019
commit
bd5fba5b26
1 changed files with 12 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
\usepackage{a4}
|
\usepackage{a4}
|
||||||
\usepackage[utf8]{inputenc}
|
\usepackage[utf8]{inputenc}
|
||||||
\usepackage{titlesec} % titleformat
|
\usepackage{titlesec,blindtext, color} % titleformat
|
||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
\usepackage{geometry}
|
\usepackage{geometry}
|
||||||
\usepackage{multirow,tabularx,tabu}
|
\usepackage{multirow,tabularx,tabu}
|
||||||
|
@ -41,16 +41,17 @@
|
||||||
\fancyfoot[C]{}
|
\fancyfoot[C]{}
|
||||||
}
|
}
|
||||||
|
|
||||||
\titleformat{\chapter}[hang]{\vspace{-2cm}\bfseries\huge}{\thechapter}{2pc}{} % don't print "chapter"
|
\newcommand{\hsp}{\hspace{20pt}}
|
||||||
|
\titleformat{\chapter}[hang]{\vspace{-2cm}\Huge\bfseries}{\thechapter\hsp}{0cm}{}
|
||||||
|
|
||||||
\makeatletter
|
\makeatletter
|
||||||
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
|
\renewcommand\paragraph{\startsection{paragraph}{4}{\z}%
|
||||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
{-3.25ex\plus -1ex \minus -.2ex}%
|
||||||
{0.0001pt \@plus .2ex}%
|
{0.0001pt \plus 0.2ex}%
|
||||||
{\normalfont\normalsize\bfseries}}
|
{\normalfont\normalsize\bfseries}}
|
||||||
\renewcommand\subparagraph{\@startsection{subparagraph}{5}{\z@}%
|
\renewcommand\subparagraph{\startsection{subparagraph}{5}{\z}%
|
||||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
{-3.25ex\plus -1ex \minus -.2ex}%
|
||||||
{0.0001pt \@plus .2ex}%
|
{0.0001pt \plus 0.2ex}%
|
||||||
{\normalfont\normalsize\bfseries}}
|
{\normalfont\normalsize\bfseries}}
|
||||||
\makeatother
|
\makeatother
|
||||||
|
|
||||||
|
@ -58,10 +59,10 @@
|
||||||
|
|
||||||
\pagenumbering{Roman}
|
\pagenumbering{Roman}
|
||||||
\pagestyle{plain}
|
\pagestyle{plain}
|
||||||
\include{cover}
|
%\include{cover}
|
||||||
\include{title}
|
\include{title}
|
||||||
\include{abstract}
|
\include{abstract}
|
||||||
\include{affidavit}
|
%\include{affidavit}
|
||||||
\cleardoublepage
|
\cleardoublepage
|
||||||
\newcounter{roman_pagenumbers} % save page number
|
\newcounter{roman_pagenumbers} % save page number
|
||||||
\setcounter{roman_pagenumbers}{\value{page}}
|
\setcounter{roman_pagenumbers}{\value{page}}
|
||||||
|
@ -85,8 +86,7 @@
|
||||||
%TODO \printnomenclature[3cm]
|
%TODO \printnomenclature[3cm]
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
\include{introduction}
|
\include{introduction}
|
||||||
\chapter{Introduction 2}
|
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
%TODO \listofmyequations
|
%TODO \listofmyequations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue