45 lines
527 B
TeX
45 lines
527 B
TeX
\newcommand{\summary}[1]{
|
|
\begin{#1}
|
|
|
|
\begin{center}
|
|
|
|
\hr
|
|
|
|
\textbf{%
|
|
\ifstreq{#1}{english}{SUMMARY}{%
|
|
\ifstreq{#1}{french}{RÉSUMÉ}{%
|
|
}}%
|
|
}
|
|
|
|
\end{center}
|
|
|
|
\ifstreq{#1}{english}{%
|
|
Line 1.\\
|
|
Line 2.\\
|
|
Line 3.}{%
|
|
\ifstreq{#1}{french}{%
|
|
Ligne 1.\\
|
|
Ligne 2.\\
|
|
Ligne 3.}{%
|
|
}}
|
|
|
|
\ifstreq{#1}{english}{%
|
|
Line 4.\\
|
|
Line 5.\\
|
|
Line 6…}{%
|
|
\ifstreq{#1}{french}{%
|
|
Ligne 4.\\
|
|
Ligne 5.\\
|
|
Ligne 6…}{%
|
|
}}
|
|
|
|
\textbf{%
|
|
\ifstreq{#1}{english}{Key words:}{%
|
|
\ifstreq{#1}{french}{Mots clés :}{%
|
|
}} \kwa{#1},\\\kwb{#1}.%
|
|
}
|
|
|
|
\end{#1}
|
|
}
|
|
|
|
\summaries
|