PhD dissertation template (FEB, KU Leuven)
Author
Manuel Gigena
Last Updated
4년 전
License
Creative Commons CC BY 4.0
Abstract
A template for PhD dissertations submitted to the Faculty of Economics and Business, KU Leuven.
A template for PhD dissertations submitted to the Faculty of Economics and Business, KU Leuven.
\documentclass[9pt,twoside]{book}
%\usepackage{tgpagella}
\usepackage[full]{textcomp} % to get the right copyright, etc.
\usepackage[p,osf]{fbb} % osf in text, tabular lining figures in math
\usepackage[scaled=.95,type1]{cabin} % sans serif in style of Gill Sans
\usepackage[varqu,varl]{zi4}% inconsolata typewriter
\usepackage[T1]{fontenc} % LY1 also works
\usepackage[libertine]{newtxmath}
\usepackage[cal=boondoxo,bb=boondox,frak=boondox]{mathalfa}
\usepackage{amsmath}
\usepackage{units}
\usepackage{enumerate}
\usepackage{graphicx}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage[colorlinks=true, allcolors=blue]{hyperref}
%% The graphicx package provides the includegraphics command.
\usepackage{graphicx}
%% The amssymb package provides various useful mathematical symbols
\usepackage{amssymb}
\usepackage{booktabs,tabulary,rotating}
\usepackage{soul}
\usepackage{tocloft}
%\renewcommand{\cftchappresnum}{Chapter }
\setlength{\cftfignumwidth}{3 em}
\setlength{\cfttabnumwidth}{3 em}
\usepackage{cancel}
%\linespread{1.5}
\usepackage{chapterbib}
\usepackage{natbib}
\bibpunct{(}{)}{;}{a}{,}{,}
\setlength{\bibsep}{0.0pt}
\usepackage{amssymb,amsmath,amsfonts,eurosym,ulem,graphicx,caption,color,setspace,sectsty,comment,footmisc,pdflscape,natbib,array,hyperref,changepage,subfig,epigraph,footnote,extsizes}
\onehalfspacing
\setlength\epigraphwidth{.8\textwidth}
\setlength\epigraphrule{0pt}
\usepackage{threeparttable}
\usepackage[titletoc]{appendix}
\usepackage[capposition=top]{floatrow}
%\usepackage{dcolumn}
%\newcolumntype{d}[1]{D{.}{.}{#1}}
\usepackage{siunitx}
\sisetup{detect-all}
\setcounter{secnumdepth}{3}
\normalem
%%\onehalfspacing
%%\newtheorem{theorem}{Theorem}
%%\newtheorem{corollary}[theorem]{Corollary}
%%\newtheorem{proposition}{Proposition}
%%
\newtheorem{hyp}{Hypothesis}
\newtheorem{subhyp}{Hypothesis}[hyp]
\renewcommand{\thesubhyp}{\thehyp\alph{subhyp}}
%%\newcommand{\red}[1]{{\color{red} #1}}
%%\newcommand{\blue}[1]{{\color{blue} #1}}
%\newcolumntype{L}[1]{>{\raggedright\let\newline\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\arraybackslash\hspace{0pt}}m{#1}}
%\usepackage[paperwidth=16cm, paperheight=24cm]{geometry}
%\geometry{left=1in,right=1in,top=1in,bottom=1in}
% for use with twoside:
\usepackage[paperwidth=16cm, paperheight=24cm, left=.8in,right=.5in, top=1in, bottom=1in]{geometry}
\usepackage[capposition=top]{floatrow}
%\includeonly{zebras}
\renewcommand{\bibname}{References}
%\usepackage{polski}
\usepackage[T1]{fontenc}
\begin{document}
%\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% title page
\pagestyle{empty} % no headers in this section
\include{book_000_TitlePage}
\include{book_001_frase}
\frontmatter
\include{book_002_doct_com}
\cleardoublepage
\include{book_003_ack}
\cleardoublepage
\include{book_001b_frase_b}
\include{book_004_abstract}
\cleardoublepage
\tableofcontents
%\renewcommand\listfigurename{}
\cleardoublepage
\addcontentsline{toc}{chapter}{\listfigurename}
\listoffigures
\clearpage
%\renewcommand\listtablename{}
\cleardoublepage
\addcontentsline{toc}{chapter}{\listtablename}
\listoftables
\mainmatter
\pagestyle{headings}
\include{book_005_intro}
\include{book_006_ch1}
\cleardoublepage
\include{book_009_conclusion}
\end{document}