change the macro \titre to print "Cours" as author name.

This commit is contained in:
Jeff Lance 2016-09-20 22:48:02 +02:00
parent c89e537fab
commit 4966085fa5

View File

@ -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}
}