blob: e09ad6d539f120e83a64ceac6dea3c91dc5660fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
\newcommand\refext[2]{\textbf{#1}-\ref{#2}}
\newcommand{\XXX}{(\textcolor{Magenta}{XXX})}
% astérisme
\newcommand{\asterisme}{\smash{%
\raisebox{-.5ex}{%
\setlength{\tabcolsep}{-.5pt}%
\begin{tabular}{@{}cc@{}}%
\multicolumn2c*\\[-2ex]*&*%
\end{tabular}}}}
% virage dangeureux
\font\manual=manfnt
\def\dbend{{\manual\char127}}
\newcommand{\version}{\begin{center}\small{version du \VCDate\ à \VCHM\,\textsc{tu}}\, {\tiny (\texttt{\VCRevision})\\ \ifx\VCModified=0 \VCModifiedText \fi}\end{center}}
\newcommand\commentaire[1]{\marginpar{\textcolor{Magenta}{\footnotesize{#1}}}}
\def\russe#1{\foreignlanguage{russian}{#1}}
\def\BourbakiAC#1{[{\bf AC}, #1]}
\def\BourbakiTS#1{[{\bf TS}, #1]}
\def\BourbakiE#1{[{\bf E}, #1]}
\def\BourbakiA#1{[{\bf A}, #1]}
\def\BourbakiEVT#1{[{\bf EVT}, #1]}
\def\BourbakiFVR#1{[{\bf FVR}, #1]}
\def\BourbakiINT#1{[{\bf INT}, #1]}
\def\BourbakiVAR#1{[{\bf VAR}, #1]}
\def\BourbakiLIE#1{[{\bf LIE}, #1]}
\def\BourbakiTG#1{[{\bf TG}, #1]}
|