From 3498d8e59bbe5bb248f90c4676985dc617e5ab54 Mon Sep 17 00:00:00 2001 From: Thomas Pietrzak Date: Tue, 26 Mar 2019 11:40:01 +0100 Subject: [PATCH] Style --- hdrmain.tex | 8 +++++--- mystyle.sty | 4 +--- phdthesis.cls | 16 +++++++++------- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/hdrmain.tex b/hdrmain.tex index eb9c48d..af9e830 100644 --- a/hdrmain.tex +++ b/hdrmain.tex @@ -15,7 +15,8 @@ \begin{document} -\thispagestyle{empty} + \frontmatter + \begin{titlepage} \thispagestyle{empty} % \vspace{1mm} @@ -57,9 +58,12 @@ \noindent\begin{tabular}{@{}l@{\hspace{2.5mm}}l@{\hspace{2.5mm}}l@{}} \emph{Rapporteurs :} & XXX & Professeur à XXX\\ & XXX & Professeur à XXX\\ + & XXX & Professeur à XXX\\ \\ \emph{Examinateurs :} & XXX & Professeur à XXX\\ & XXX & Professeur à XXX\\ + & XXX & Professeur à XXX\\ + & XXX & Professeur à XXX\\ \end{tabular} \end{center} \vspace*{\stretch{1}} @@ -79,8 +83,6 @@ \end{titlepage} \cleardoublepage -\frontmatter - \tableofcontents \cleardoublepage diff --git a/mystyle.sty b/mystyle.sty index 4f07db9..eb61af9 100644 --- a/mystyle.sty +++ b/mystyle.sty @@ -91,8 +91,6 @@ urlcolor=linkcolor } -\newcommand*{\refname}{Bibliography} - \graphicspath{{./figures/}} \renewenvironment{theindex}{% @@ -198,7 +196,7 @@ % Non-italized theorem-like environments: % -\newtheorem{@definition}{Définition}[chapter] +\newtheorem{@definition}{Definition}[chapter] \newenvironment{definition}{\begin{@definition}\upshape}{\end{@definition}} \makeatletter \renewcommand{\the@definition}{\arabic{@definition}} diff --git a/phdthesis.cls b/phdthesis.cls index d6a9f7d..c855077 100644 --- a/phdthesis.cls +++ b/phdthesis.cls @@ -928,16 +928,18 @@ \noindent \hb@xt@1.8em{\hss\@makefnmark}#1} \newcommand\contentsname{Contents} -\newcommand\listfigurename{Liste des Figures} -\newcommand\listtablename{Liste des Tables} -\newcommand\bibname{Bibliographie} +\newcommand\listfigurename{List of Figures} +\newcommand\listtablename{List of Tables} +\newcommand\bibname{Bibliography} \newcommand\indexname{Index} \newcommand\figurename{Figure} \newcommand\tablename{Table} -\newcommand\partname{Partie} -\newcommand\chaptername{Chapitre} -\newcommand\appendixname{Annexe} -\newcommand\abstractname{Résumé} +\newcommand\partname{Part} +\newcommand\chaptername{Chapter} +\newcommand\appendixname{Annex} +\newcommand\abstractname{Abstract} +\newcommand*{\refname}{\bibname} + \def\today{\ifcase\month\or January\or February\or March\or April\or May\or June\or July\or August\or September\or October\or November\or December\fi -- 2.30.2