From e75495f92d91038a568dec3fd1cc854d51daf4c7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 9 Jun 2010 00:22:21 +0000 Subject: fontspec v2 (8jun10) git-svn-id: svn://tug.org/texlive/trunk@18825 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fontspec/README | 34 ++++++++++++++++----- .../doc/latex/fontspec/fontspec-luatex.tex | 2 ++ .../doc/latex/fontspec/fontspec-testsuite.pdf | Bin 0 -> 108929 bytes .../doc/latex/fontspec/fontspec-xetex.tex | 2 ++ Master/texmf-dist/doc/latex/fontspec/fontspec.pdf | Bin 539706 -> 1924010 bytes 5 files changed, 31 insertions(+), 7 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/fontspec/fontspec-testsuite.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 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 + Development and historical versions are available from Github: - http://github.com/wspr/fontspec + Please offer suggestions and file bug reports in the issue tracker: - 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 new file mode 100644 index 00000000000..080a62ee33b Binary files /dev/null and b/Master/texmf-dist/doc/latex/fontspec/fontspec-testsuite.pdf differ 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 index 6e05245594f..e1b4623bace 100644 Binary files a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf and b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf differ -- cgit v1.2.3