diff options
author | Fabrice (Darwin) <Fabrice.Orgogozo@gmail.com> | 2011-01-30 15:01:37 +0100 |
---|---|---|
committer | Fabrice Orgogozo <Fabrice.Orgogozo@gmail.com> | 2011-01-30 15:01:37 +0100 |
commit | a661867b3d52216a92eafcd231778234f375e32c (patch) | |
tree | 4f8cabae102e36a8e25cf67e76bdb59c5bd87bbd /configuration/encoredesmacros.tex | |
parent | 2b42ce6b7191d817aa2d3bc3bd9f8b34f3f62aa1 (diff) | |
download | galois-a661867b3d52216a92eafcd231778234f375e32c.tar.gz galois-a661867b3d52216a92eafcd231778234f375e32c.tar.bz2 galois-a661867b3d52216a92eafcd231778234f375e32c.zip |
[macros, ucs] ajout astérisme
On ne s'en servira sans doute pas mais
je m'en sers pour séparer une vieille version que je
souhaite réécrire de la nouvelle...
Diffstat (limited to 'configuration/encoredesmacros.tex')
-rw-r--r-- | configuration/encoredesmacros.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/configuration/encoredesmacros.tex b/configuration/encoredesmacros.tex index 4d1f378..70891e1 100644 --- a/configuration/encoredesmacros.tex +++ b/configuration/encoredesmacros.tex @@ -1,2 +1,9 @@ \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}}}} |