summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fontspec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-06-09 00:22:21 +0000
committerKarl Berry <karl@freefriends.org>2010-06-09 00:22:21 +0000
commite75495f92d91038a568dec3fd1cc854d51daf4c7 (patch)
tree99417371e2a2c104d8082b24e8f1a0faef2be81e /Master/texmf-dist/doc/latex/fontspec
parentaac86e6df7bc5de903798b0c8a7f6b49cf4e9b75 (diff)
fontspec v2 (8jun10)
git-svn-id: svn://tug.org/texlive/trunk@18825 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fontspec')
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/README34
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/fontspec-luatex.tex2
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/fontspec-testsuite.pdfbin0 -> 108929 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/fontspec-xetex.tex2
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/fontspec.pdfbin539706 -> 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
new file mode 100644
index 00000000000..080a62ee33b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fontspec/fontspec-testsuite.pdf
Binary files 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
--- a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf
+++ b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf
Binary files differ