diff options
author | minskim <minskim@pkgsrc.org> | 2011-01-21 17:32:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-01-21 17:32:29 +0000 |
commit | d4d93fdb503f4bc6c0e2c0f631e036a11f82e5df (patch) | |
tree | f3cc97d3113f931b3061b17e4be7eee4da383551 /fonts/tex-fontspec-doc | |
parent | c3593b05172729f05af454cf553d7cbf2622d3e1 (diff) | |
download | pkgsrc-d4d93fdb503f4bc6c0e2c0f631e036a11f82e5df.tar.gz |
Update tex-fontspec{,-doc} to 2.1e.
Changes:
* Internal changes for luatexbase v0.3.
* 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.
* 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.
* Fix for bug introduced in the last release:
small caps weren't being automatically selected correctly
* Fix for colours bug introduced in the last update
* Fix for for bad interaction with LuaLaTeX and fallback fonts
(such as using \slshape when no slanted font specified)
* Behaviour/messaging improvement when scripts/languages are requested
that do not exist in the font
* Fix bug with detecting font features/scripts in some cases with:
- `\fontspec_if_feature:n(TF)`
- `\fontspec_if_language:n(TF)`
- `\fontspec_if_current_script:n(TF)`
- `\fontspec_if_current_language:n(TF)`
* Some messages in the log file are improved
* Code for "visible space" fixed for LuaLaTeX use
* Lots of internal changes to bring the implementation closer
to being "native expl3".
Diffstat (limited to 'fonts/tex-fontspec-doc')
-rw-r--r-- | fonts/tex-fontspec-doc/Makefile | 6 | ||||
-rw-r--r-- | fonts/tex-fontspec-doc/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/fonts/tex-fontspec-doc/Makefile b/fonts/tex-fontspec-doc/Makefile index d94a2815bfa..c302cb83337 100644 --- a/fonts/tex-fontspec-doc/Makefile +++ b/fonts/tex-fontspec-doc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2010/09/19 14:21:29 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2011/01/21 17:32:29 minskim Exp $ DISTNAME= fontspec.doc -PKGNAME= tex-${DISTNAME:S/./-/}-2.1 -TEXLIVE_REV= 19796 +PKGNAME= tex-${DISTNAME:S/./-/}-2.1e +TEXLIVE_REV= 20472 MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-fontspec diff --git a/fonts/tex-fontspec-doc/distinfo b/fonts/tex-fontspec-doc/distinfo index e1759ecb84b..9a1c12fa543 100644 --- a/fonts/tex-fontspec-doc/distinfo +++ b/fonts/tex-fontspec-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/09/19 14:21:29 minskim Exp $ +$NetBSD: distinfo,v 1.4 2011/01/21 17:32:29 minskim Exp $ -SHA1 (tex-fontspec-19796/fontspec.doc.tar.xz) = c033d38d249a45e0cda49c27bb882841f768bdfc -RMD160 (tex-fontspec-19796/fontspec.doc.tar.xz) = 9687bfe2a0c23cc90aa03d3e1ff13627420adddb -Size (tex-fontspec-19796/fontspec.doc.tar.xz) = 2836952 bytes +SHA1 (tex-fontspec-20472/fontspec.doc.tar.xz) = 2449d515fd992fe8d6a25571e337997f4afd461d +RMD160 (tex-fontspec-20472/fontspec.doc.tar.xz) = 2cf12025956cd4d79a545314a4dc972a929e9881 +Size (tex-fontspec-20472/fontspec.doc.tar.xz) = 2864772 bytes |