summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fontspec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-07 23:46:37 +0000
committerKarl Berry <karl@freefriends.org>2010-11-07 23:46:37 +0000
commit9e8226cf8fa5064b6ad05024b81992bab84a2b20 (patch)
tree434c70827da491ac26b4f13cee656d1659ee9ecd /Master/texmf-dist/doc/latex/fontspec
parent22a34b48cbe27e4f449105b3efe4815e96b48868 (diff)
fontspec 2.1d (7nov10)
git-svn-id: svn://tug.org/texlive/trunk@20356 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fontspec')
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/README127
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/fontspec-testsuite.pdfbin143833 -> 172092 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fontspec/fontspec.pdfbin2727211 -> 2757368 bytes
3 files changed, 71 insertions, 56 deletions
diff --git a/Master/texmf-dist/doc/latex/fontspec/README b/Master/texmf-dist/doc/latex/fontspec/README
index d9d05c09bc7..b5eef754d88 100644
--- a/Master/texmf-dist/doc/latex/fontspec/README
+++ b/Master/texmf-dist/doc/latex/fontspec/README
@@ -85,65 +85,22 @@ Features can be renamed and feature options can be renamed with
-Installation
-------------
-
-If you are running TeX Live 2010, you can get the latest version
-of this package by running
-
- tlmgr install fontspec
-
- * * *
-
-If you wish to download the latest release version from CTAN, get
-the pre-built TDS package and extract it into your local texmf tree:
-
- http://mirror.ctan.org/install/macros/latex/contrib/fontspec.tds.zip
-
- * * *
-
-If you wish to use the latest development version from Github,
-either use git to obtain the bleeding edge version with
-
- git clone git://github.com/wspr/fontspec.git
-
-or if you don't have git you can download it from
-
- http://github.com/wspr/fontspec/zipball/master
-
-Having obtained the package from Github, run
-
- tex fontspec.dtx
-
-to extract the source then and move the necessary files into your
-local texmf tree. The documentation can be compiled by running
-
- pdflatex fontspec.dtx
-
-These steps are automated in the Makefile; run
-
- make install
-
-to compile the documentation and install all necessary files in your
-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`.
+Change history
+--------------
-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!
+- v2.1d (2010/11/07)
+ * Bug fix when \itdefault is "sl" rather than "it".
+ E.g., when using the "slides" class.
+ * Minor internal changes, including merging some code from unicode-math.
+- v2.1c (2010/10/13)
-Change history
---------------
+ * New documentation for defining custom kerning and ligatures
+ when using LuaLaTeX.
+ * Fix bug when defining bold italic fonts by filename.
+ * Avoid infinite loop when the Latin script is requested for a font
+ that does not contain it. TODO: a suitable fallback script should be
+ chosen; right now we just ignore the script selection.
- v2.1b (2010/09/29)
@@ -208,6 +165,64 @@ Change history
`FeatureFile=...` and `Numbers=Arabic`.
* Add `Parsi` and `Persian` synonyms for `Language=Farsi`
+
+Installation
+------------
+
+If you are running TeX Live 2010, you can get the latest version
+of this package by running
+
+ tlmgr install fontspec
+
+ * * *
+
+If you wish to download the latest release version from CTAN, get
+the pre-built TDS package and extract it into your local texmf tree:
+
+ http://mirror.ctan.org/install/macros/latex/contrib/fontspec.tds.zip
+
+ * * *
+
+If you wish to use the latest development version from Github,
+either use git to obtain the bleeding edge version with
+
+ git clone git://github.com/wspr/fontspec.git
+
+or if you don't have git you can download it from
+
+ http://github.com/wspr/fontspec/zipball/master
+
+Having obtained the package from Github, run
+
+ tex fontspec.dtx
+
+to extract the source then and move the necessary files into your
+local texmf tree. The documentation can be compiled by running
+
+ pdflatex fontspec.dtx
+
+These steps are automated in the Makefile; run
+
+ make install
+
+to compile the documentation and install all necessary files in your
+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
--------
diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec-testsuite.pdf b/Master/texmf-dist/doc/latex/fontspec/fontspec-testsuite.pdf
index 5407fda0c1a..333e2e5f452 100644
--- a/Master/texmf-dist/doc/latex/fontspec/fontspec-testsuite.pdf
+++ b/Master/texmf-dist/doc/latex/fontspec/fontspec-testsuite.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf
index f6c5b2d561f..b0963a2faad 100644
--- a/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf
+++ b/Master/texmf-dist/doc/latex/fontspec/fontspec.pdf
Binary files differ