reformat title page
This commit is contained in:
parent
23225b8289
commit
46a5ed677e
1 changed files with 23 additions and 17 deletions
36
cours.cls
36
cours.cls
|
@ -67,6 +67,9 @@
|
|||
\renewcommand{\maketitle}{%
|
||||
\begin{titlepage}
|
||||
\centering
|
||||
\vspace*{-2cm}
|
||||
\includegraphics[width=\linewidth]{../../img/bandeau-master-e3a}\\
|
||||
\vspace{1cm}
|
||||
{\huge \textsc{M1 E3A - Voie André Ampère}}
|
||||
\vspace{1cm}
|
||||
% \includegraphics[height=4cm]{Saphire} \\
|
||||
|
@ -75,28 +78,31 @@
|
|||
{}
|
||||
{%
|
||||
\baselineskip=2\baselineskip
|
||||
{\LARGE \textsc{Module \@module}}\\
|
||||
{\Huge \textbf{\textsc{Module \@module}}}\\
|
||||
%\baselineskip=0.5\baselineskip
|
||||
}
|
||||
\vspace{1cm}\vfill
|
||||
}\vfill
|
||||
\@ifundefined{@title}
|
||||
{}
|
||||
{{\Huge \textbf{\@title}}}
|
||||
{{\LARGE \textbf{\@title}}}
|
||||
\vfill
|
||||
\@ifundefined{@author}
|
||||
{}{%
|
||||
{\Large
|
||||
\underline{Un cours de :}\\ \vspace{1em}
|
||||
\textsc{\@teacher} \\ \vspace{0.5cm}
|
||||
\underline{Rédigé et complété par :} \\ \vspace{1em}
|
||||
\textsc{\@author}}
|
||||
\vfill}
|
||||
\@ifundefined{@date}{}{%
|
||||
{\LARGE Version du \@date}
|
||||
\vfill}
|
||||
% \includegraphics[width=6cm]{ENSPS}
|
||||
% \hfill
|
||||
% \includegraphics[width=6cm]{UPS}
|
||||
\@ifundefined{@author}
|
||||
{}{%
|
||||
{\Large
|
||||
{\raggedright
|
||||
\underline{Un cours de :}}\hfill
|
||||
{\raggedleft
|
||||
\underline{Rédigé et complété par :}} \\
|
||||
{\raggedright \textsc{\@teacher}}\hfill
|
||||
{\raggedleft \textsc{\@author}}}}\\
|
||||
\vspace{1cm}
|
||||
\includegraphics[width=6cm]{../../img/ENSPS}
|
||||
\hfill
|
||||
\includegraphics[width=6cm]{../../img/UPS}\\
|
||||
\vspace{0.5cm}
|
||||
\includegraphics[width=\linewidth]{../../img/bandeau-eea}
|
||||
\end{titlepage}}
|
||||
|
||||
% pas de début de section dans la moitié inférieure d'une page
|
||||
|
|
Loading…
Reference in a new issue