From 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:49:07 +0000 Subject: doc/latex git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fontspec/README | 42 ++++++++++++++++++++++ Master/texmf-dist/doc/latex/fontspec/fontspec.pdf | Bin 0 -> 1180411 bytes 2 files changed, 42 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/fontspec/README create mode 100644 Master/texmf-dist/doc/latex/fontspec/fontspec.pdf (limited to 'Master/texmf-dist/doc/latex/fontspec') diff --git a/Master/texmf-dist/doc/latex/fontspec/README b/Master/texmf-dist/doc/latex/fontspec/README new file mode 100644 index 00000000000..c14ce95f2c5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/fontspec/README @@ -0,0 +1,42 @@ +-------------------------- +THE FONTSPEC PACKAGE v1.8a + +The fontspec package only works with XeTeX, a unicode capable TeX-variant for Mac OS X. 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, and relative font scaling. + +------------------------ +SUMMARY OF USER COMMANDS + +Font families may be selected individually with the command + \fontspec[]{} + +Commands for selecting fonts efficiently can be created with + \newfontinstance\yourfontselectingcommandname[]{} + +Default document fonts are selected with + \setromanfont[]{} + \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{} + +Features not provided for out of the box may be defined with + \newfontfeature{}{} + \newfeaturecode{}{}{} + +-------------- +Will Robertson +2005 \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf new file mode 100644 index 00000000000..1020d0ea238 Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf differ -- cgit v1.2.3