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