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 | |
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')
-rw-r--r-- | fonts/tex-fontspec/Makefile | 6 | ||||
-rw-r--r-- | fonts/tex-fontspec/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/fonts/tex-fontspec/Makefile b/fonts/tex-fontspec/Makefile index df462becf59..8796d733490 100644 --- a/fonts/tex-fontspec/Makefile +++ b/fonts/tex-fontspec/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 -PKGNAME= tex-${DISTNAME}-2.1 -TEXLIVE_REV= 19796 +PKGNAME= tex-${DISTNAME}-2.1e +TEXLIVE_REV= 20472 MAINTAINER= minskim@NetBSD.org COMMENT= Advanced font selection in XeLaTeX and LuaLaTeX diff --git a/fonts/tex-fontspec/distinfo b/fonts/tex-fontspec/distinfo index 4e4f4f7097d..166ba241eba 100644 --- a/fonts/tex-fontspec/distinfo +++ b/fonts/tex-fontspec/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.tar.xz) = 5877ee8c343149c495eac6463d2171905fe7ff1a -RMD160 (tex-fontspec-19796/fontspec.tar.xz) = 553d4197a413e6a5ee8a3df197204a591e1e9326 -Size (tex-fontspec-19796/fontspec.tar.xz) = 17108 bytes +SHA1 (tex-fontspec-20472/fontspec.tar.xz) = 7646a17de6a75241afe5a545b96eb7fe96a477a9 +RMD160 (tex-fontspec-20472/fontspec.tar.xz) = f53eb78f2f2bac671c3020f3f838322e7fdfded1 +Size (tex-fontspec-20472/fontspec.tar.xz) = 17692 bytes |