change of titre macro

This commit is contained in:
Jeff Lance 2022-09-04 22:27:27 +02:00
parent 2ae22425d0
commit d775186b6d

View File

@ -225,12 +225,12 @@
%% titre %% titre
%% %%
\newcommand{\titre}[4]{% \NewDocumentCommand \titre { G{Titre} G{Sous-titre} G{Date} G{Cours} G{Institut} } {%
\title{#1} \title{#1}
\subtitle{#2} \subtitle{#2}
\date{#3} \date{#3}
\author{Cours} \author{#4}
\institute{#4} \institute{#5}
} }
%% debut %% debut