diff options
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/mathspec')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/mathspec/README | 31 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/mathspec/mathspec.pdf | bin | 0 -> 246981 bytes |
2 files changed, 31 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/mathspec/README b/Master/texmf-dist/doc/xelatex/mathspec/README new file mode 100644 index 00000000000..d884edc7db5 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/mathspec/README @@ -0,0 +1,31 @@ +The mathspec package +Andrew Gilbert Moschou +v0.10 2008/08/17 + +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. + +Usage + +\usepackage{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 + Keys: Uppercase, Lowercase, Digits + 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. + + \+[<size>] + Inserts a <size> mu (1/18 em) space in mathematics mode. + Default <size> is 1. diff --git a/Master/texmf-dist/doc/xelatex/mathspec/mathspec.pdf b/Master/texmf-dist/doc/xelatex/mathspec/mathspec.pdf Binary files differnew file mode 100644 index 00000000000..2fffa18c3dc --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/mathspec/mathspec.pdf |