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".
This commit is contained in:
parent
bf3abad4e1
commit
5fc5ec7012
4 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue