Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre-Louis Roman
DBL thesis template
Commits
f5fe6477
Commit
f5fe6477
authored
Oct 22, 2020
by
Pierre-Louis Roman
Browse files
main: remove redundant comments
parent
e89f8d33
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.tex
View file @
f5fe6477
% Ce fichier main.tex est le fichier principal \`{a} partir duquel tout est g\'{e}n\'{e}r\'{e}
%This file is the main file where the final document is generated
%appel de la class these-ubl
% these-ubl class call
% This file is the main file where the final document is generated
\documentclass
{
these-ubl
}
\geometry
{
vmargin=4.0cm
}
% Spécifier vos fichiers de bibliographie
% Specify you bibliography files here
\addbibresource
{
./biblio/biblio.bib
}
\geometry
{
vmargin=4.0cm
}
\begin{document}
% La page de garde est en français
...
...
@@ -21,42 +19,29 @@
% Select the content language following this line
\selectlanguage
{
french
}
%
i
nclusion du chapitre remerciement
(acknowledgement)
%
i
nput acknowledgement chapter
%
I
nclusion du chapitre remerciement
%
I
nput acknowledgement chapter
\clearemptydoublepage
\input
{
./Acknowledgement/acknowledgement
}
% Ne pas oublier cette commande qui g\'{e}n\`{e}re la page de couverture avant
%This command will generate the front cover
%
This command will generate the front cover
\frontmatter
\clearemptydoublepage
\renewcommand
{
\contentsname
}{
Table of Contents
}
\tableofcontents
%sommaire %table of content
%\shorttableofcontents{Sommaire}{0}
% Mettre ici votre chapitre d'Introduction, le cas \'{e}ch\'{e}ant
%Input the introduction chapter
\clearemptydoublepage
\input
{
./Introduction/introduction
}
\clearemptydoublepage
\mainmatter
% Ne pas oublier, avec \frontmatter et \backmatter
%this command inputs \frontmatter and \backmatter as a cover in the front and the back
% Mettre ici votre chapitre 1
%Input your chapter 1
\mainmatter
\input
{
./Chapitre1/chapitre1
}
% Mettre ici votre chapitre 2
%Input your chapter 2
\clearemptydoublepage
\input
{
./Chapitre2/chapitre2
}
% D\'{e}-commenter pour ins\'{e}rer les autres chapitres, ici votre chapitre X
% Uncomment to insert other chapters, here your chapter X
%\input{./Chapitrex/chapitrex}
%\clearemptydoublepage
\clearemptydoublepage
\backmatter
\input
{
./Conclusion/conclusion
}
...
...
@@ -80,4 +65,5 @@
% To have the back cover on an even page
\cleartoevenpage
[\thispagestyle{empty}]
\input
{
./Couverture-these/resume
}
\end{document}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment