diff options
author | David A. Madore <david+git@madore.org> | 2013-03-02 01:25:23 +0100 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2013-03-02 01:25:23 +0100 |
commit | 82c6a02d1039fee9e35aab175ecf24b778a0de50 (patch) | |
tree | 62d41e293d289a2500855bd10e7a3fb6656a549b | |
parent | 2ef12b2bc4d13a27b91b880dec120679fa64b56c (diff) | |
download | galois-82c6a02d1039fee9e35aab175ecf24b778a0de50.tar.gz galois-82c6a02d1039fee9e35aab175ecf24b778a0de50.tar.bz2 galois-82c6a02d1039fee9e35aab175ecf24b778a0de50.zip |
Ajout en commentaire d'un jeu de commandes pour changer les polices du mode maths.
-rw-r--r-- | config/preambule.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/preambule.tex b/config/preambule.tex index 8544c37..677f1f7 100644 --- a/config/preambule.tex +++ b/config/preambule.tex @@ -25,3 +25,10 @@ %% \setmainfont{Linux Libertine O} \setmathfont{XITS Math} +%% Pour utiliser une police maths adaptée du Computer Modern (mais en Unicode): +%\setmathfont[range=\mathup/{latin,Latin,greek,Greek}]{CMU Serif} +%\setmathfont[range=\mathit/{latin,Latin,greek,Greek}]{CMU Serif Italic} +%\setmathfont[range=\mathbfup/{latin,Latin,greek,Greek}]{CMU Serif Bold} +%\setmathfont[range=\mathbfit/{latin,Latin,greek,Greek}]{CMU Serif Bold Italic} +%\setmathfont[range=\mathsfup/{latin,Latin}]{CMU Sans Serif} +%\setmathfont[range=\mathtt/{latin,Latin}]{CMU Typewriter Text} |