alias
This commit is contained in:
parent
32d46eebbc
commit
171a01140c
1 changed files with 11 additions and 6 deletions
|
@ -21,13 +21,18 @@
|
|||
}
|
||||
\makeatother
|
||||
|
||||
\newcommand{\matthieu}{Matthieu Tonino}
|
||||
\newcommand{\anri}{Anri Kennel}
|
||||
|
||||
\newcommand{\mytitle}{Rapport de projet sur les L-Systèmes}
|
||||
\newcommand{\myauthor}{\matthieu~et \anri}
|
||||
\newcommand{\mysubject}{Format de documents et XML}
|
||||
\newcommand{\mylocation}{Université Paris Cité}
|
||||
% Alias
|
||||
\def\matthieu{Matthieu Tonino}
|
||||
\def\anri{Anri Kennel}
|
||||
\def\lsys{L-système}
|
||||
|
||||
|
||||
% Métadonnées
|
||||
\def\mytitle{Rapport de projet sur les\lsys{}s}
|
||||
\def\myauthor{\matthieu~et \anri}
|
||||
\def\mysubject{Format de documents et XML}
|
||||
\def\mylocation{Université Paris Cité}
|
||||
|
||||
\usepackage[
|
||||
pdfauthor={\myauthor}, % author metadata
|
||||
|
|
Reference in a new issue