From 411ae90d5170dbf5112593a4547e61e36aa9f523 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 4 Feb 2013 23:10:48 +0000 Subject: ulthese (4feb13) git-svn-id: svn://tug.org/texlive/trunk@29029 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/ulthese/ulthese.cls | 44 ++++++++++++------------- 1 file changed, 21 insertions(+), 23 deletions(-) (limited to 'Master/texmf-dist/tex/latex/ulthese') diff --git a/Master/texmf-dist/tex/latex/ulthese/ulthese.cls b/Master/texmf-dist/tex/latex/ulthese/ulthese.cls index 0a7dece4b5d..e1bb1dd14f5 100644 --- a/Master/texmf-dist/tex/latex/ulthese/ulthese.cls +++ b/Master/texmf-dist/tex/latex/ulthese/ulthese.cls @@ -30,7 +30,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2009/09/24] \ProvidesClass{ulthese}% - [2013/01/13 v2.0 Classe pour les theses et memoires de l'Universite Laval] + [2013/01/16 v2.1 Classe pour les theses et memoires de l'Universite Laval] \RequirePackage{ifthen} \newboolean{UL@natbib} \setboolean{UL@natbib}{true} @@ -56,12 +56,12 @@ \RequirePackage{graphicx} \RequirePackage{xcolor} \RequirePackage{textcomp} -\RequirePackage[scaled=0.92]{helvet} \definecolor{ULlinkcolor}{rgb}{0,0,0.3} \setlrmarginsandblock{35mm}{25mm}{*} -\setulmarginsandblock{25mm}{*}{1} -\setheadfoot{\baselineskip}{20mm} -\checkandfixthelayout[lines] +\setulmarginsandblock{25mm}{25mm}{*} +\checkandfixthelayout[nearest] +\setlength{\footskip}{\lowermargin} +\addtolength{\footskip}{-10mm} \OnehalfSpacing \setlength{\parskip}{0.5\baselineskip} \setlength{\parindent}{0em} @@ -73,26 +73,27 @@ \makeoddfoot{ul}{}{}{\thepage} \aliaspagestyle{plain}{ul} \pagestyle{ul} +\newcommand*{\UL@phvfamily}{\fontfamily{phv}\selectfont} \ifnum\UL@ptsize=10\relax - \newcommand*{\UL@fonttitle}{\normalfont\Huge\bfseries\sffamily} - \newcommand*{\UL@fontsubtitle}{\normalfont\huge\bfseries\sffamily} - \newcommand*{\UL@fontauthor}{\normalfont\LARGE\bfseries\sffamily} + \newcommand*{\UL@fonttitle}{\normalfont\huge\bfseries\UL@phvfamily} + \newcommand*{\UL@fontsubtitle}{\normalfont\LARGE\bfseries\UL@phvfamily} + \newcommand*{\UL@fontauthor}{\normalfont\Large\bfseries\UL@phvfamily} \newcommand*{\UL@fontprogram}{\UL@fontauthor} - \newcommand*{\UL@fontbase}{\normalfont\LARGE\sffamily} + \newcommand*{\UL@fontbase}{\normalfont\Large\UL@phvfamily} \fi \ifnum\UL@ptsize=11\relax - \newcommand*{\UL@fonttitle}{\normalfont\huge\bfseries\sffamily} - \newcommand*{\UL@fontsubtitle}{\normalfont\LARGE\bfseries\sffamily} - \newcommand*{\UL@fontauthor}{\normalfont\Large\bfseries\sffamily} + \newcommand*{\UL@fonttitle}{\normalfont\LARGE\bfseries\UL@phvfamily} + \newcommand*{\UL@fontsubtitle}{\normalfont\Large\bfseries\UL@phvfamily} + \newcommand*{\UL@fontauthor}{\normalfont\large\bfseries\UL@phvfamily} \newcommand*{\UL@fontprogram}{\UL@fontauthor} - \newcommand*{\UL@fontbase}{\normalfont\Large\sffamily} + \newcommand*{\UL@fontbase}{\normalfont\large\UL@phvfamily} \fi \ifnum\UL@ptsize=12\relax - \newcommand*{\UL@fonttitle}{\normalfont\LARGE\bfseries\sffamily} - \newcommand*{\UL@fontsubtitle}{\normalfont\Large\bfseries\sffamily} - \newcommand*{\UL@fontauthor}{\normalfont\large\bfseries\sffamily} + \newcommand*{\UL@fonttitle}{\normalfont\Large\bfseries\UL@phvfamily} + \newcommand*{\UL@fontsubtitle}{\normalfont\large\bfseries\UL@phvfamily} + \newcommand*{\UL@fontauthor}{\normalfont\normalsize\bfseries\UL@phvfamily} \newcommand*{\UL@fontprogram}{\UL@fontauthor} - \newcommand*{\UL@fontbase}{\normalfont\large\sffamily} + \newcommand*{\UL@fontbase}{\normalfont\normalsize\UL@phvfamily} \fi \newboolean{UL@hassubtitle} \newboolean{UL@isprogmasc} @@ -276,8 +277,7 @@ \UL@details \vfill {\textcopyright} \UL@author, \UL@year\par - \cleardoublepage - }} + \cleardoublepage}} \addto\captionsfrench{\renewcommand{\listfigurename}{Liste des figures}} \newcommand{\dedicace}[1]{{% \clearpage @@ -285,14 +285,12 @@ \setlength{\beforeepigraphskip}{10\baselineskip} \setlength{\epigraphrule}{0pt} \epigraphtextposition{flushright} - \mbox{}\epigraph{\itshape #1}{} - }} + \mbox{}\epigraph{\itshape #1}{}}} \newcommand{\epigraphe}[2]{{% \clearpage \pagestyle{empty} \setlength{\beforeepigraphskip}{10\baselineskip} - \mbox{}\epigraph{#1}{#2} - }} + \mbox{}\epigraph{#1}{#2}}} \renewenvironment{quote}{% \list{}{\rightmargin 10mm \leftmargin 10mm}% \item[]}{\endlist} -- cgit v1.2.3