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[utf8]{inputenc}
|
||||
\usepackage{titlesec} % titleformat
|
||||
\usepackage{titlesec,blindtext, color} % titleformat
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{geometry}
|
||||
\usepackage{multirow,tabularx,tabu}
|
||||
|
@ -41,16 +41,17 @@
|
|||
\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
|
||||
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
|
||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
||||
{0.0001pt \@plus .2ex}%
|
||||
\renewcommand\paragraph{\startsection{paragraph}{4}{\z}%
|
||||
{-3.25ex\plus -1ex \minus -.2ex}%
|
||||
{0.0001pt \plus 0.2ex}%
|
||||
{\normalfont\normalsize\bfseries}}
|
||||
\renewcommand\subparagraph{\@startsection{subparagraph}{5}{\z@}%
|
||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
||||
{0.0001pt \@plus .2ex}%
|
||||
\renewcommand\subparagraph{\startsection{subparagraph}{5}{\z}%
|
||||
{-3.25ex\plus -1ex \minus -.2ex}%
|
||||
{0.0001pt \plus 0.2ex}%
|
||||
{\normalfont\normalsize\bfseries}}
|
||||
\makeatother
|
||||
|
||||
|
@ -58,10 +59,10 @@
|
|||
|
||||
\pagenumbering{Roman}
|
||||
\pagestyle{plain}
|
||||
\include{cover}
|
||||
%\include{cover}
|
||||
\include{title}
|
||||
\include{abstract}
|
||||
\include{affidavit}
|
||||
%\include{affidavit}
|
||||
\cleardoublepage
|
||||
\newcounter{roman_pagenumbers} % save page number
|
||||
\setcounter{roman_pagenumbers}{\value{page}}
|
||||
|
@ -86,7 +87,6 @@
|
|||
|
||||
\newpage
|
||||
\include{introduction}
|
||||
\chapter{Introduction 2}
|
||||
|
||||
\newpage
|
||||
%TODO \listofmyequations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue