diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/fontspec/README | 34 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fontspec/fontspec-luatex.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fontspec/fontspec-testsuite.pdf | bin | 0 -> 108929 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/fontspec/fontspec-xetex.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/fontspec/fontspec.pdf | bin | 539706 -> 1924010 bytes |
5 files changed, 31 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/fontspec/README b/Master/texmf-dist/doc/latex/fontspec/README index 879e4453aff..c0b2f8226f5 100644 --- a/Master/texmf-dist/doc/latex/fontspec/README +++ b/Master/texmf-dist/doc/latex/fontspec/README @@ -1,6 +1,6 @@ -THE FONTSPEC PACKAGE v2.0b2 -=========================== +THE FONTSPEC PACKAGE v2.0 +========================= This is the initial release of the fontspec package with support for LuaTeX. (Previously, fontspec was XeTeX-only.) @@ -17,15 +17,15 @@ others. Release versions of fontspec are available from CTAN: - http://tug.ctan.org/pkg/fontspec + <http://tug.ctan.org/pkg/fontspec> Development and historical versions are available from Github: - http://github.com/wspr/fontspec + <http://github.com/wspr/fontspec> Please offer suggestions and file bug reports in the issue tracker: - http://github.com/wspr/fontspec/issues + <http://github.com/wspr/fontspec/issues> LuaTeX requirements @@ -34,7 +34,7 @@ LuaTeX requirements TeXLive 2010 is recommended for running this package under LuaTeX. This package requires the luaotfload package in order to load fonts in LuaTeX. -Version 1.08 or greater is recommended for this release. Please see +Version 1.10 or greater is recommended for this release. Please see instructions in that package for font setup. That package, in turn, requires a version of LuaTeX greater than that shipped with TeX Live 2009. @@ -130,6 +130,18 @@ local texmf tree. Depending how your TeX distribution is configured you may then need to update the filename database with `texhash`. +Test suite +---------- + +Towards the end of the development process of version 2, we started +to add a test suite to ensure stability with any future changes. The +output of each test is included in the distributed documentation file +`fontspec-testsuite.pdf`. + +There aren't many tests yet, but we'll slowly add to them in time. +If you would like to help put some tests together, contributions are +gladly accepted! + Manifest -------- @@ -142,10 +154,18 @@ Derived files: fontspec.pdf documentation fontspec.sty LaTeX style file fontspec.lua Lua functions for LuaTeX + fontspec-patches.sty redefinitions of various LaTeX internals fontspec.cfg default configuration file fontspec-xetex.tex example file for XeTeX fontspec-luatex.tex example file for LuaTeX - + fontspec-testsuite.tex test suite documentation file + +Test suite: (within testsuite/) + testsuite.cls class file for each test + testsuite-listing.tex listing of each test in the suite + L*.ltx LuaLaTeX test file + X*.ltx XeLaTeX test file + F*.ltx Test file for both engines License diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec-luatex.tex b/Master/texmf-dist/doc/latex/fontspec/fontspec-luatex.tex index 1c8f3dcd63a..2ad2f115021 100644 --- a/Master/texmf-dist/doc/latex/fontspec/fontspec-luatex.tex +++ b/Master/texmf-dist/doc/latex/fontspec/fontspec-luatex.tex @@ -1,3 +1,5 @@ + + % !TEX TS-program = LuaLaTeX \documentclass{article} diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec-testsuite.pdf b/Master/texmf-dist/doc/latex/fontspec/fontspec-testsuite.pdf Binary files differnew file mode 100644 index 00000000000..080a62ee33b --- /dev/null +++ b/Master/texmf-dist/doc/latex/fontspec/fontspec-testsuite.pdf diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec-xetex.tex b/Master/texmf-dist/doc/latex/fontspec/fontspec-xetex.tex index 9bec0583744..3ad8bd736a8 100644 --- a/Master/texmf-dist/doc/latex/fontspec/fontspec-xetex.tex +++ b/Master/texmf-dist/doc/latex/fontspec/fontspec-xetex.tex @@ -1,3 +1,5 @@ + + % !TEX TS-program = XeLaTeX \documentclass{article} diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf Binary files differindex 6e05245594f..e1b4623bace 100644 --- a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf +++ b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf |