%% %% This is file `template-phd-classic.tex', %% generated with the docstrip utility. %% %% The original source files were: %% %% hecthese.dtx (with options: `gabarit,phd,classique,anglais') %% %% This is a stripped version of the original file. %% %% Copyright 2017-2019 HEC Montreal %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3c %% of this license or (at your option) any later version. %% %% The latest version of this license is in %% http://www.latex-project.org/lppl.txt %% and version 1.3c or later is part of all distributions of LaTeX %% version 2008/05/04 or later. %% %% This work has the LPPL maintenance status `maintained'. %% %% The Current Maintainer of this work is Benoit Hamel %% . %% %% This work consists of the files hecthese.dtx and hecthese-fr.ins, %% hecthese-en.ins, hecthese.pdf, hecthese-en.pdf %% and the derived files listed in the README file. %% %% TEMPLATE FOR A CLASSIC DISSERTATION %% %% This is the master file where you write all your work-related metadata, %% where you create your homemade commands and environments. It is from this %% file that you run your compilations. %% %% DO NOT WRITE YOUR DISSERTATION OR THESIS IN THIS FILE! %% %% Read the hecthese class documentation for more information. %% %% DOCUMENT CLASS DECLARATION %% %% The document class is declared with its default document type and %% language. Write in the options list the desired font size (10pt, 11pt,12pt) %% or let the class load the default font size: 12pt. \documentclass[phdclassique,frenchb,english]{hecthese} %% %% LOADING PACKAGES %% %% Add all the packages you need to write your dissertation or thesis. %% Read the class documentation so learn more about preloaded packages. Make %% sure to follow these instructions: %% %% 1) The hyperref MUST ALWAYS BE LOADED LAST if you want the package to work %% correctly. %% 2) The geometry package et INCOMPATIBLE with the memoir class. You can't %% use it in your work. Read the memoir class' documentation for more %% information. %% %% CHOOSING A FONT %% %% Choose the mathptmx package if you want to use a serif-type font, like %% Times, and the mathpazo package if you want to use a sans serif-type font, %% like Arial. Choose one package and delete the other, or comment it out. \usepackage{mathptmx} %% \usepackage{mathpazo} \usepackage{hyperref} %% %% INDEX PRODUCTION %% \makeindex %% %% BIBLIOGRAPHY STYLE %% %% We use the default apa bibliography style. Using this style isn't mandatory. %% Read the class' documentation to learn more about the styles compatible with %% the language of your dissertation or thesis. %% \bibliographystyle{apa} %% %% All document divisions up to the subsections are included in the table %% of contents. If you want a more detailled table of contents, change %% the following two commands so they match the level of detail you want %% in your TOC. %% \setsecnumdepth{subsection} % Numérotation des sous-sections / Subsection numbering \settocdepth{subsection} % Inclusion des sous-sections dans la TDM / Including subsections in the TOC %% %% DOCUMENT METADATA %% %% The title of your work. If the title is too long, use the \\ command %% to output the title in multiple lines. \HECtitle{Dissertation or thesis title} %% The subtitle of your work. If there is no subtitle, empty the contents %% from the curly braces. \HECsubtitle{Dissertation or thesis subtitle} %% The author is you... \HECauthor{FirstName LastName} %% Name of the M.Sc. or Ph.D. option \HECoption{Option Name} %% Month of the work's final submission \HECsubMonth{May} %% Year of the work's final submission \HECsubYear{2018} %% The complete name of the "rapporteur president" and her gender (M or F) \HECrapporteurPresident{FirstName LastName}{M or F} %% The complete name of the research director and her gender (M or F) \HECresearchDirector{FirstName LastName}{M or F} %% The complete name of the research codirector and her gender (M or F) \HECresearchCodirector{FirstName LastName}{M or F} %% The research codirector's university \HECcodirectorUniversity{HEC Montréal} %% The complete name of the jury member \HECjuryMember{FirstName LastName} %% The jury member's university \HECjuryMemberUniversity{HEC Montréal} %% The complete name of the external examinator and her gender (M or F) \HECexternalExaminator{FirstName LastName}{M or F} %% The external examinator's university \HECexaminatorUniversity{HEC Montréal} %% The complete name of the director's representative and her gender (M or F) \HECdirectorRepresentative{FirstName LastName}{M or F} %% %% PACKAGE OPTIONS %% %% If your packages need to have options loaded before the document's %% beginning, write them hereafter. If you want to override preloaded %% packages' options, read the class documentation to learn how. %% %% Options du package hyperref (inclure les métadonnées pdf dans les options) / %% hyperref package option (including pdf metadata) \hypersetup{% colorlinks=true, allcolors=black, pdfauthor=\HECpdfauteur, pdftitle=\HECpdftitre } %% Options de babel / babel options \frenchbsetup{% og=«, fg=» % caractères « et » sont les guillemets } %% %% BEGINNING OF THE DISSERTATION OR THESIS %% \begin{document} %% Pages liminaires / frontmatter \frontmatter %% Page de garde / cover page \mbox{} \thispagestyle{empty} \cleardoublepage %% Page de titre \HECtitlepages %% Résumé français / french abstract \include{abstract-french} %% Résumé anglais / english abstract \include{abstract-english} %% Table des matières (* pour ne pas inclure la TDM dans la TDM) / %% Table of contents (* for excluding the TOC from the TOC) \tableofcontents* \cleardoublepage %% Liste des tableaux / list of table \listoftables \cleardoublepage %% Liste des figures / list of figures \listoffigures \cleardoublepage %% Liste des abréviations / acronyms list \include{acronym-list} %% Dédicace / dedication \include{dedication} %% Remerciements / acknowledgements \include{acknowledgements} %% Avant-propos / preface \include{preface} %% Partie principale de la thèse ou du mémoire / mainmatter \mainmatter %% Introduction \include{introduction} %% Chapitres de développement / chapters \include{chapter-1} \include{chapter-2} \include{chapter-3} %% Conclusion \include{conclusion} %% Index analytique / analytical index \printindex %% BIBLIOGRAPHIE / BIBLIOGRAPHY %% Write the name of your .bib file between the curly braces. \bibliography{} \backmatter %% Retour à la pagination romaine / Back to roman page numbering \pagenumbering{roman} %% Annexes / appendices \appendix \include{appendix} %% Page de garde de fin / back cover page \mbox{} \thispagestyle{empty} \end{document} \endinput %% %% End of file `template-phd-classic.tex'.