diff options
author | Hans Hagen <pragma@wxs.nl> | 2010-04-13 16:57:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2010-04-13 16:57:00 +0200 |
commit | f23cb4ae64dc24ea24aaa2d1fdf049756063cfff (patch) | |
tree | 817575a0319465a5dc7635d657ff63ee3ce9b72e /tex/context/base/font-ini.mkiv | |
parent | d756982cace67ccf8728a65e2806bb79959cf810 (diff) | |
download | context-f23cb4ae64dc24ea24aaa2d1fdf049756063cfff.tar.gz |
beta 2010.04.13 16:57
Diffstat (limited to 'tex/context/base/font-ini.mkiv')
-rw-r--r-- | tex/context/base/font-ini.mkiv | 40 |
1 files changed, 16 insertions, 24 deletions
diff --git a/tex/context/base/font-ini.mkiv b/tex/context/base/font-ini.mkiv index 5ceeb70a9..02d793bc1 100644 --- a/tex/context/base/font-ini.mkiv +++ b/tex/context/base/font-ini.mkiv @@ -536,6 +536,21 @@ \appendtoks \ifcase\boldmathmode\or\dosetmathfamily\mbfam\c!mb\fi \to \mathstrategies + +% \chardef\msfam\plustwo % math symbol +% +% \def\c!ms{ms} +% +% \unexpanded\def\ms{\ifmmode\fam\plustwo\else\setcurrentfontalternative\c!ms\fi} +% +% \chardef\symbolmathmode\zerocount +% +% \def\enablesymbolmath {\chardef\symbolmathmode\plusone } +% \def\disablesymbolmath{\chardef\symbolmathmode\zerocount} +% +% \appendtoks +% \ifcase\symbolmathmode\or\dosetmathfamily\msfam\c!ms\fi +% \to \mathstrategies %D All used styles, like rm, ss and tt, are saved in a comma %D separated list. Appart from practical limitations one can @@ -2616,29 +2631,6 @@ \checkfontnamecombinations \setcurrentfontstyle\normalizedbodyfontsize} -%D The previous macros show that it's is not always -%D neccessary to define the whole bunch of fonts, take for -%D instance the sequence: -%D -%D \starttyping -%D \setupbodyfont -%D [ams] -%D -%D \definebodyfont [24pt] [mm] -%D [ma=msam10 at 24pt, -%D mb=msbm10 at 24pt] -%D -%D \switchtobodyfont -%D [24pt] -%D -%D This is a 24pt $\blacktriangleleft$ -%D \stoptyping -%D -%D Here we didn't define the 24 point bodyfont environment, so -%D it's defined automatically. Of course one can always use the -%D \TEX\ primitive \type{\font} to switch to whatever font -%D needed. - %D When asking for a complete font switch, for instance from 10 %D to 12~points, the next macro does the job. First we %D normalize the size, next we define the current range of @@ -2669,7 +2661,7 @@ %D and/or options defined in files, for example: %D %D \starttyping -%D \setupbodyfont[cmr,ams,12pt,roman] +%D \setupbodyfont[modern,12pt,roman] %D \stoptyping %D %D This command affects the document as a whole: text, headers |