change the macro \titre to print "Cours" as author name.
This commit is contained in:
parent
c89e537fab
commit
4966085fa5
@ -150,9 +150,9 @@
|
|||||||
% defini le titre du document
|
% defini le titre du document
|
||||||
\newcommand{\titre}[4]{%
|
\newcommand{\titre}[4]{%
|
||||||
\title{#1}
|
\title{#1}
|
||||||
\subtitle{Cours}
|
\subtitle{#2}
|
||||||
\date{#2}
|
\date{#3}
|
||||||
\author{#3}
|
\author{Cours}
|
||||||
\institute{#4}
|
\institute{#4}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user