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
|
||||
\newcommand{\titre}[4]{%
|
||||
\title{#1}
|
||||
\subtitle{Cours}
|
||||
\date{#2}
|
||||
\author{#3}
|
||||
\subtitle{#2}
|
||||
\date{#3}
|
||||
\author{Cours}
|
||||
\institute{#4}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user