diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/hecthese/template-phd-articles.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/hecthese/template-phd-articles.tex | 53 |
1 files changed, 36 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/hecthese/template-phd-articles.tex b/Master/texmf-dist/doc/latex/hecthese/template-phd-articles.tex index c3301063e56..df2e109a5cd 100644 --- a/Master/texmf-dist/doc/latex/hecthese/template-phd-articles.tex +++ b/Master/texmf-dist/doc/latex/hecthese/template-phd-articles.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[phdarticles,frenchb,english]{hecthese} +\documentclass[phdarticles,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 %% @@ -82,7 +101,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 @@ -108,15 +127,15 @@ %% 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} +\HECcodirectorUniversity{HEC Montr\'{e}al} %% The complete name of the jury member \HECjuryMember{FirstName LastName} %% The jury member's university -\HECjuryMemberUniversity{HEC Montréal} +\HECjuryMemberUniversity{HEC Montr\'{e}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} +\HECexaminatorUniversity{HEC Montr\'{e}al} %% The complete name of the director's representative and her gender (M or F) \HECdirectorRepresentative{FirstName LastName}{M or F} %% @@ -126,7 +145,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, @@ -136,7 +155,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 @@ -158,13 +177,13 @@ og=«, fg=» % caractères « et » sont les guillemets %% Articles' bibliographies configuration \HECbibliographieArticle -%% 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 @@ -177,10 +196,10 @@ og=«, fg=» % caractères « et » sont les guillemets \listoffigures \cleardoublepage -%% Liste des abréviations / acronyms list +%% Liste des abreviations / acronyms list \include{acronym-list} -%% Dédicace / dedication +%% Dedicace / dedication \include{dedication} %% Remerciements / acknowledgements @@ -189,16 +208,16 @@ og=«, fg=» % caractères « et » sont les guillemets %% Avant-propos / preface \include{preface} -%% Partie principale de la thèse ou du mémoire / mainmatter +%% Partie principale de la these ou du memoire / mainmatter \mainmatter %% Introduction \include{introduction} -%% Cadre théorique / theoretical framework +%% Cadre theorique / theoretical framework \include{theoretical-framework} -%% Articles de développement / articles +%% Articles de developpement / articles \include{article-1} \include{article-2} \include{article-3} @@ -218,7 +237,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 |