-------------------------- THE FONTSPEC PACKAGE v1.18 The fontspec package only works with XeTeX, a unicode capable TeX-variant. It provides an automatic and unified interface for loading fonts in LaTeX. XeTeX allows a direct interface to system-installed fonts, so no manual font installation is required. This package also provides access to the large number of font features available with AAT and OpenType fonts, including upper and lower case numbers, proportional and monospaced numbers, swash letters, vulgar fractions, ligature control, and many others. It also provides an interface to set the XeTeX font mappings, font colour, relative font scaling, inter-word space scaling, and more. ------------------------ SUMMARY OF USER COMMANDS Font families may be selected individually with the command \fontspec[]{} Commands for selecting fonts efficiently can be created with \newfontfamily\myfamily[]{} \newfontface\myfont[]{} Default document fonts are selected with \setmainfont[]{} \setsansfont[]{} \setmonofont[]{} Fonts to be used in maths are defined with \setmathrm[]{} \setmathsf[]{} \setmathtt[]{} \setboldmathrm[]{} Features to be used for every subsequently defined font are specified with \defaultfontfeatures{} Features may be added to the font currently in use with \addfontfeatures{} \addfontfeature{<...>} does the same thing Features not provided for out of the box may be defined with \newAATfeature{}{}{} \newICUfeature{}{[+|-]<4 letter feature string>} \newfontfeature{}{} Features can be renamed and feature options can be renamed with \aliasfontfeature{}{} \aliasfontfeatureoption{}{}{} -------------- Will Robertson 2004--2008