diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hecthese/template-msc-classic.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hecthese/template-msc-classic.tex | 47 |
1 files changed, 34 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/hecthese/template-msc-classic.tex b/Master/texmf-dist/doc/latex/hecthese/template-msc-classic.tex index 533791b548b..fb6bb69bdf8 100644 --- a/Master/texmf-dist/doc/latex/hecthese/template-msc-classic.tex +++ b/Master/texmf-dist/doc/latex/hecthese/template-msc-classic.tex @@ -8,7 +8,7 @@ %% %% This is a stripped version of the original file. %% -%% Copyright 2017-2019 HEC Montreal +%% Copyright 2017-2020 HEC Montreal %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3c @@ -43,7 +43,26 @@ %% 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[mscclassique,frenchb,english]{hecthese} +\documentclass[mscclassique,french,english]{hecthese} +%% +%% PRE-LOADED PACKAGES +%% +%% Here is the list of all the packages that come preloaded with the hecthese +%% class. YOU MUST NOT RELOAD THEM! In doing so, you will create bugs. +%% +%% Package[utf8]{inputenc} +%% Package[T1]{fontenc} +%% Package{natbib} +%% Package{chapterbib} +%% Package{babel} +%% Package[autolanguage]{numprint} +%% Package{calc} +%% Package{enumitem} +%% Package{tocvsec2} +%% Package{graphicx} +%% Package{color} +%% Package{amsmath} +%% Package{iflang} %% %% LOADING PACKAGES %% @@ -84,7 +103,7 @@ %% 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 +\setsecnumdepth{subsection} % Numerotation des sous-sections / Subsection numbering \settocdepth{subsection} % Inclusion des sous-sections dans la TDM / Including subsections in the TOC %% %% DOCUMENT METADATA @@ -103,6 +122,8 @@ \HECsubMonth{May} %% Year of the work's final submission \HECsubYear{2018} +%% The complete name of the research director and her gender (M or F) +\HECresearchDirector{FirstName LastName}{M or F} %% %% PACKAGE OPTIONS %% @@ -110,7 +131,7 @@ %% 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) / +%% Options du package hyperref (inclure les metadonnees pdf dans les options) / %% hyperref package option (including pdf metadata) \hypersetup{% colorlinks=true, @@ -120,7 +141,7 @@ pdftitle=\HECpdftitre } %% Options de babel / babel options \frenchbsetup{% -og=«, fg=» % caractères « et » sont les guillemets +og=«, fg=» % caracteres « et » sont les guillemets } %% %% BEGINNING OF THE DISSERTATION OR THESIS @@ -139,13 +160,13 @@ og=«, fg=» % caractères « et » sont les guillemets \HECtitlepages -%% Résumé français / french abstract +%% Resume francais / french abstract \include{abstract-french} -%% Résumé anglais / english abstract +%% Resume anglais / english abstract \include{abstract-english} -%% Table des matières (* pour ne pas inclure la TDM dans la TDM) / +%% Table des matieres (* pour ne pas inclure la TDM dans la TDM) / %% Table of contents (* for excluding the TOC from the TOC) \tableofcontents* \cleardoublepage @@ -158,7 +179,7 @@ og=«, fg=» % caractères « et » sont les guillemets \listoffigures \cleardoublepage -%% Liste des abréviations / acronyms list +%% Liste des abreviations / acronyms list \include{acronym-list} %% Avant-propos / preface @@ -167,16 +188,16 @@ og=«, fg=» % caractères « et » sont les guillemets %% Remerciements / acknowledgements \include{acknowledgements} -%% Partie principale de la thèse ou du mémoire / mainmatter +%% Partie principale de la these ou du memoire / mainmatter \mainmatter %% Introduction \include{introduction} -%% Revue de la littérature / literature review +%% Revue de la litterature / literature review \include{literature-review} -%% Chapitres de développement / chapters +%% Chapitres de developpement / chapters \include{chapter-1} \include{chapter-2} \include{chapter-3} @@ -193,7 +214,7 @@ og=«, fg=» % caractères « et » sont les guillemets \backmatter -%% Retour à la pagination romaine / Back to roman page numbering +%% Retour a la pagination romaine / Back to roman page numbering \pagenumbering{roman} %% Annexes / appendices |