reformat title page
This commit is contained in:
parent
23225b8289
commit
46a5ed677e
1 changed files with 23 additions and 17 deletions
40
cours.cls
40
cours.cls
|
@ -66,7 +66,10 @@
|
||||||
\RequirePackage{setspace}
|
\RequirePackage{setspace}
|
||||||
\renewcommand{\maketitle}{%
|
\renewcommand{\maketitle}{%
|
||||||
\begin{titlepage}
|
\begin{titlepage}
|
||||||
\centering
|
\centering
|
||||||
|
\vspace*{-2cm}
|
||||||
|
\includegraphics[width=\linewidth]{../../img/bandeau-master-e3a}\\
|
||||||
|
\vspace{1cm}
|
||||||
{\huge \textsc{M1 E3A - Voie André Ampère}}
|
{\huge \textsc{M1 E3A - Voie André Ampère}}
|
||||||
\vspace{1cm}
|
\vspace{1cm}
|
||||||
% \includegraphics[height=4cm]{Saphire} \\
|
% \includegraphics[height=4cm]{Saphire} \\
|
||||||
|
@ -75,28 +78,31 @@
|
||||||
{}
|
{}
|
||||||
{%
|
{%
|
||||||
\baselineskip=2\baselineskip
|
\baselineskip=2\baselineskip
|
||||||
{\LARGE \textsc{Module \@module}}\\
|
{\Huge \textbf{\textsc{Module \@module}}}\\
|
||||||
%\baselineskip=0.5\baselineskip
|
%\baselineskip=0.5\baselineskip
|
||||||
}
|
}\vfill
|
||||||
\vspace{1cm}\vfill
|
|
||||||
\@ifundefined{@title}
|
\@ifundefined{@title}
|
||||||
{}
|
{}
|
||||||
{{\Huge \textbf{\@title}}}
|
{{\LARGE \textbf{\@title}}}
|
||||||
\vfill
|
\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}{}{%
|
\@ifundefined{@date}{}{%
|
||||||
{\LARGE Version du \@date}
|
{\LARGE Version du \@date}
|
||||||
\vfill}
|
\vfill}
|
||||||
% \includegraphics[width=6cm]{ENSPS}
|
\@ifundefined{@author}
|
||||||
% \hfill
|
{}{%
|
||||||
% \includegraphics[width=6cm]{UPS}
|
{\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}}
|
\end{titlepage}}
|
||||||
|
|
||||||
% pas de début de section dans la moitié inférieure d'une page
|
% pas de début de section dans la moitié inférieure d'une page
|
||||||
|
|
Loading…
Reference in a new issue