phd/src/main.tex

84 lines
1.6 KiB
TeX

\RequirePackage{fix-cm}
\documentclass[
fontsize=11pt,
paper=a4,
pagesize,
bibliography=totoc,
headings=big,
captions=tableheading,
chapterprefix=true,% like in standard class "report"
BCOR=1cm,
DIV=12,
headsepline=true,
footsepline=true,
]{scrbook}
\usepackage{listings}
\usepackage{config}
\usepackage{listing-config}
\usepackage{commands}
\begin{document}
\let\rawref\ref%
\renewcommand*{\listfigurename}{\hfill{}List of Figures}
\renewcommand*{\listtablename}{\hfill{}List of Tables}
%\renewcommand{\ref}[1]{\rawref{#1} (page~\pageref{#1})}
\frontmatter
% \includepdf[pages=-]{assets/ugly-cover.pdf}
\input{titlepage.tex}
\pagestyle{empty}
\newpage\phantom{~}
\newpage\phantom{~}
\noindent\textbf{Titre :} Transmission Adaptative de Modèles 3D Massifs
\vspace{0.2cm}
\newline
\textbf{Résumé :}
\newline
\input{src/abstracts/abstract-fr}
\newpage\phantom{~}
\newpage\phantom{~}
\noindent\textbf{Title:} Dynamic Adaptive 3D Streaming over HTTP
\vspace{0.2cm}
\newline
\textbf{Abstract:}
\newline
\input{src/abstracts/abstract-en}
\newpage\phantom{~}
\newpage\phantom{~}
\input{src/acknowledgments}
\newpage
\pagestyle{headings}
\tableofcontents
\input{plan}
\newpage
\let\LaTeXStandardClearpage\clearpage
\let\clearpage\relax
\example{List of Figures}{\listoffigures}%
\example{List of Tables}{\listoftables}%
\example{List of Algorithms}{\listofalgorithms}%
\example{List of Snippets}{\lstlistoflistings}%
\example{List of Lists}{\listofexample}
\let\clearpage\LaTeXStandardClearpage%
\bibliography{src/bib.bib}
\appendix
\input{src/french/main}
\chaptermark{Abstracts}
\input{abstracts/main}
\end{document}