diff options
author | Karl Berry <karl@freefriends.org> | 2008-10-04 23:50:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-10-04 23:50:58 +0000 |
commit | d5d609e002170e08c67f533bcd4f4fada5196187 (patch) | |
tree | 4b1c02f4c562ceaadb494d5894d2e625f8b9c52a /Master/texmf-dist/doc/latex/isomath/isomath-test.tex | |
parent | 27ba1b8d22c0132a0b0c5fba15fb37ea10205cd3 (diff) |
isomath update (4oct08)
git-svn-id: svn://tug.org/texlive/trunk@10854 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/isomath/isomath-test.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/isomath/isomath-test.tex | 38 |
1 files changed, 22 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/isomath/isomath-test.tex b/Master/texmf-dist/doc/latex/isomath/isomath-test.tex index a4ce766ae2d..ce6ab3fa5b6 100644 --- a/Master/texmf-dist/doc/latex/isomath/isomath-test.tex +++ b/Master/texmf-dist/doc/latex/isomath/isomath-test.tex @@ -33,7 +33,7 @@ % gfsneohellenic% (use option [default]) no bold % hfoldsty% bitmap fonts % iwona% sets cmss as sans font (use iwona) -% kpfonts% no sans serif italic, needs reuseMathalphabets +% kpfonts% no sans serif italic, needs reuseMathAlphabets % kerkis% no bold math, no sans serif (use iwona or arev?) % cmlgc% \sfdefault is cmss (use cmbr) % lmodern% \sfdefault is cmss (use cmbr) @@ -42,7 +42,7 @@ mathdesign% \sfdefault is cmss (use cmbr?) provides roman and roman bold in OML :-) % mbtimes% \sfdefault is cmss (use cmbr?) % mathpazo% \sfdefault is cmss (use cmbr?) -% pxfonts% needs reuseMathalphabets, no sans-serif +% pxfonts% needs reuseMathAlphabets, no sans-serif % tgpagella,qpxmath% \sfdefault is cmss (use cmbr?) % tgtermes,qtxmath% \sfdefault is cmss (use cmbr?) % txfonts% no sans-serif @@ -51,9 +51,10 @@ mathdesign% \sfdefault is cmss (use cmbr?) provides roman and roman bold in % Options % ------- -% :: +% Uncomment the line(s) with the required options! + +% Options for the font package call:: -% Options for the font package call: \newcommand*{\fontpackageoptions}{} \renewcommand*{\fontpackageoptions}{% % default% {gfsneohellenic} @@ -62,16 +63,18 @@ mathdesign% \sfdefault is cmss (use cmbr?) provides roman and roman bold in utopia% {mathdesign} % \sfdefault is cmss (use cmbr?) } -% Options for +% Isomath options:: + \newcommand*{\isomathoptions}{} \renewcommand*{\isomathoptions}{% -% reuseMathalphabets% -% OMLmathsans% -OMLmathsans,OMLmathbf,sfdefault=cmbr% -% OMLmathsans,sfdefault=cmbr% CM-Bright -% OMLmathsans,sfdefault=iwona% Iwona sans -% sfdefault=zavm% Arew sans (larger than normal) -% sfdefault=llcmm% LX sans (larger than normal) +% reuseMathAlphabets,% +OMLmathsans,% +OMLmathbf,% +% OMLmathsf, +sfdefault=cmbr% CM-Bright +% sfdefault=iwona% Iwona sans (some glyphs too close to roman) +% sfdefault=zavm% Arew sans (larger than normal) +% sfdefault=llcmm% LX sans (larger than normal) } % Load customisable packages @@ -111,8 +114,9 @@ Default font families: \subsection{Math alphabets} -If there are ligatures (ff, fi, ...) instead of small Greek letters in a -math alphabet, T1 or OT1 encoding is used instead of OML. +If there are ligatures (ff, fi, ...) or other "strange" symbols instead of +small Greek letters in a math alphabet, it uses T1 or OT1 encoding instead +of OML. % Define a teststring with Latin and Greek letters \newcommand{\teststring}{% @@ -147,7 +151,8 @@ a,g, \subsection{Vector symbols} -Symbols for vectors are boldface italic $\vec{\alpha}=\vec{e}_{1}\cdot\vec{a}$ +Symbols for vectors are boldface italic: +$\vec{\alpha}=\vec{e}_{1}\cdot\vec{a}$ \subsection{Matrix symbols} @@ -157,7 +162,8 @@ face as vectors:% \footnote{However, matrix symbols are usually capital letters whereas vectors are small ones. Exceptions are physical Quantities like the force vector $\vec{F}$ or the electrical field $\vec{E}$.% -} $\matrixsym{\Gamma}=\matrixsym{E}\cdot\matrixsym{A}.$ +} +$\matrixsym{\Gamma}=\matrixsym{E}\cdot\matrixsym{A}.$ \subsection{Tensor symbols} |