diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-22 22:55:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-22 22:55:10 +0000 |
commit | 6add04a52f80b715c0e69f411ac56440589f3c75 (patch) | |
tree | 77308ba33dd4805fd511b598527971cd91b9f0ae /Master/texmf-dist/doc/xelatex/mathspec/README.txt | |
parent | 6831d08bfd5ba7d320cdbbae30d6080d5d05e571 (diff) |
mathspec (22dec16)
git-svn-id: svn://tug.org/texlive/trunk@42773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/mathspec/README.txt')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/mathspec/README.txt | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/mathspec/README.txt b/Master/texmf-dist/doc/xelatex/mathspec/README.txt new file mode 100644 index 00000000000..ff28cad7d9d --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/mathspec/README.txt @@ -0,0 +1,49 @@ +The mathspec package +-------------------- +Font selection for mathematics with XeLaTeX +version 0.2b +Andrew Gilbert Moschou +22 Dec 2016 + +* v0.2b by Will Robertson: a bug fix update for fontspec and the new TU encoding + +This work is released under the LPPL v1.3c or later. + +The mathspec package provides an interface to select ordinary text fonts for +typesetting mathematics with XeLaTeX. + +The package is developmental and later versions might to be incompatible with +this version. This version is incompatible with earlier versions. The package +requires at least version 0.9995 of XeTeX. + +Implementation +-------------- + +\usepackage[<mathspec and fontspec options>]{mathspec} + +End user commands +----------------- + +\setmathsfont(<set>)[<shapes, font features>]{<font name>} +\setmathfont(<set>)[<shapes, font features>]{<font name>} + +\setmathrm[<font features>]{<font name>} +\setmathsf[<font features>]{<font name>} +\setmathtt[<font features>]{<font name>} +\setmathcal[<font features>]{<font name>} +\setmathbb[<font features>]{<font name>} +\setmathfrak[<font features>]{<font name>} + +\setallmainfonts(<sets>)[<font features>]{<font name>} +\setprimaryfont[<font features>]{<font name>} +\setallsansfont[<font features>]{<font name>} +\setallmonofonts[<font features>]{<font name>} + +\exchangeforms{<list>} +\normalisevarforms[<list>] +\normalizevarforms[<list>] + +"<character> +\"<string>" +\setminwhitespace + |