diff options
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/mathspec/README')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/mathspec/README | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/xelatex/mathspec/README b/Master/texmf-dist/doc/xelatex/mathspec/README index d884edc7db5..4df204507ae 100644 --- a/Master/texmf-dist/doc/xelatex/mathspec/README +++ b/Master/texmf-dist/doc/xelatex/mathspec/README @@ -1,19 +1,18 @@ The mathspec package Andrew Gilbert Moschou -v0.10 2008/08/17 +v0.15 2008/10/01 This work is released under the LPPL v1.3c or later. The mathspec package provides an interface to typeset -mathematics in XeLaTeX using arbitrary text fonts. +mathematics in arbitrary text fonts in XeLaTeX documents. Usage -\usepackage{mathspec} +\usepackage[<mathspec and fontspec options>]{mathspec} Commands \setmathsfont[Set=<set>,<shapes>,<font features>]{<font name>} - \setmathfont[Set=<set>,<shapes>,<font features>]{<font name>} Specifies the mathematics fonts. <set>: Latin, Greek or Symbols; <shapes>: Optional comma separated list of keys and values @@ -21,11 +20,22 @@ Commands Values: Regular,Italic,Plain <font features>: Optional fontspec font features <font name>: fontspec font name - - \setmathsfont*[Set=<set>,<shapes>,<font features>]{<font name>} - \setmathfont*[Set=<set>,<shapes>,<font features>]{<font name>} - Like unstarred version, but also sets the digits in the specified font. + + \setmathrm[<font features>]{<font name>} + \setmathcal[<font features>]{<font name>} + \setmathsf[<font features>]{<font name>} + \setmathtt[<font features>]{<font name>} + \setmathfrak[<font features>]{<font name>} + \setmathbb[<font features>]{<font name>} + + \setprimaryfont[<font features>]{<font name>} + \setsansfonts[<font features>]{<font name>} + \setmonofonts[<font features>]{<font name>} + + \normalfvarforms + \varforms \+[<size>] Inserts a <size> mu (1/18 em) space in mathematics mode. Default <size> is 1. +
\ No newline at end of file |