minipages for multi authors
This commit is contained in:
parent
6a8a87c9c6
commit
ca2ce561db
1 changed files with 11 additions and 6 deletions
17
cours.cls
17
cours.cls
|
@ -91,12 +91,17 @@
|
||||||
\@ifundefined{@author}
|
\@ifundefined{@author}
|
||||||
{}{%
|
{}{%
|
||||||
{\Large
|
{\Large
|
||||||
{\raggedright
|
\begin{minipage}[t]{0.5\linewidth}
|
||||||
\underline{Un cours de :}}\hfill
|
\raggedright
|
||||||
{\raggedleft
|
\underline{Un cours de:} \\
|
||||||
\underline{Rédigé et complété par :}} \\
|
\textsc{\@teacher}
|
||||||
{\raggedright \textsc{\@teacher}}\hfill
|
\end{minipage}\hfill
|
||||||
{\raggedleft \textsc{\@author}}}}\\
|
\begin{minipage}[t]{0.5\linewidth}
|
||||||
|
\raggedleft
|
||||||
|
\underline{Rédigé et amélioré par:} \\
|
||||||
|
\textsc{\@author}
|
||||||
|
\end{minipage}
|
||||||
|
}}\\
|
||||||
\vspace{1cm}
|
\vspace{1cm}
|
||||||
\includegraphics[width=6cm]{../../img/ENSPS}
|
\includegraphics[width=6cm]{../../img/ENSPS}
|
||||||
\hfill
|
\hfill
|
||||||
|
|
Loading…
Reference in a new issue