diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-08 16:20:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-08 16:20:00 +0000 |
commit | a35275fb483164d535c315c0ed482595ad249341 (patch) | |
tree | 5be2ea2184c7e16edbe16df9bceedcf9c0df1616 /Master/texmf-dist/doc/xelatex | |
parent | 5af556246a5e3fe0dcd57a41e2c330f509f1e3a9 (diff) |
new xetex package mathspec
git-svn-id: svn://tug.org/texlive/trunk@10492 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex')
-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 |