summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/fontools/autoinst9
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl8
-rw-r--r--Master/texmf-dist/doc/man/man1/afm2afm.man1.pdfbin27076 -> 27076 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/autoinst.16
-rw-r--r--Master/texmf-dist/doc/man/man1/autoinst.man1.pdfbin67851 -> 68123 bytes
-rw-r--r--Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdfbin27939 -> 27939 bytes
-rw-r--r--Master/texmf-dist/doc/support/fontools/README2
-rwxr-xr-xMaster/texmf-dist/scripts/fontools/autoinst9
8 files changed, 24 insertions, 10 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/fontools/autoinst b/Build/source/texk/texlive/linked_scripts/fontools/autoinst
index 5e5969dec6d..7abd34c9fdd 100755
--- a/Build/source/texk/texlive/linked_scripts/fontools/autoinst
+++ b/Build/source/texk/texlive/linked_scripts/fontools/autoinst
@@ -600,14 +600,14 @@ sub cleanup {
= @{$item}{qw(font style shape encoding)};
# make unique copy of fontdata, since we're modifying it;
- # otherwise, the mergesmallcaps only works for
+ # otherwise, the mergesmallcaps option only works for
# the first encoding in the list
my %font = %$font;
$font = $item->{font} = \%font;
# handle fonts that put small caps fonts into separate family
if ($ARGV{mergesmallcaps}) {
- if ($font->{family} =~ s/smallcaps$//xmsi) {
+ if ($font->{family} =~ s/(?: smallcaps | sc )$//xmsi) {
$shape = $item->{shape} = 'smallcaps';
}
}
@@ -2534,6 +2534,11 @@ GNU General Public License for more details.
=over 12
+=item I<2019-05-11>
+
+Separate small caps families are now also recognised when the family name
+ends with "SC" (previously B<autoinst> only looked for "SmallCaps").
+
=item I<2019-04-22>
Fixed a bug in the generation of swash shapes.
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index 8865db2920f..82a96d4b020 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -1,12 +1,12 @@
#!/usr/bin/env perl
-# $Id: tlmgr.pl 50796 2019-04-05 22:43:08Z karl $
+# $Id: tlmgr.pl 51076 2019-05-10 22:23:09Z karl $
#
# Copyright 2008-2019 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
-my $svnrev = '$Revision: 50796 $';
-my $datrev = '$Date: 2019-04-06 00:43:08 +0200 (Sat, 06 Apr 2019) $';
+my $svnrev = '$Revision: 51076 $';
+my $datrev = '$Date: 2019-05-11 00:23:09 +0200 (Sat, 11 May 2019) $';
my $tlmgrrevision;
my $tlmgrversion;
my $prg;
@@ -9798,7 +9798,7 @@ This script and its documentation were written for the TeX Live
distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: tlmgr.pl 50796 2019-04-05 22:43:08Z karl $
+$Id: tlmgr.pl 51076 2019-05-10 22:23:09Z karl $
=cut
# test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html
diff --git a/Master/texmf-dist/doc/man/man1/afm2afm.man1.pdf b/Master/texmf-dist/doc/man/man1/afm2afm.man1.pdf
index 6ddcdb60f60..0804775c5ab 100644
--- a/Master/texmf-dist/doc/man/man1/afm2afm.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/afm2afm.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/autoinst.1 b/Master/texmf-dist/doc/man/man1/autoinst.1
index 41f97828c3a..4892027d7f7 100644
--- a/Master/texmf-dist/doc/man/man1/autoinst.1
+++ b/Master/texmf-dist/doc/man/man1/autoinst.1
@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "AUTOINST 1"
-.TH AUTOINST 1 "2019-04-22" "fontools" "Marc Penninga"
+.TH AUTOINST 1 "2019-05-11" "fontools" "Marc Penninga"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -714,6 +714,10 @@ but \s-1WITHOUT ANY WARRANTY\s0; without even the implied warranty of
.SH "RECENT CHANGES"
.IX Header "RECENT CHANGES"
(See the source for the full story, all the way back to 2005.)
+.IP "\fI2019\-05\-11\fR" 12
+.IX Item "2019-05-11"
+Separate small caps families are now also recognised when the family name
+ends with \*(L"\s-1SC\*(R"\s0 (previously \fBautoinst\fR only looked for \*(L"SmallCaps\*(R").
.IP "\fI2019\-04\-22\fR" 12
.IX Item "2019-04-22"
Fixed a bug in the generation of swash shapes.
diff --git a/Master/texmf-dist/doc/man/man1/autoinst.man1.pdf b/Master/texmf-dist/doc/man/man1/autoinst.man1.pdf
index 7b6a5425ef6..56eeb557a3d 100644
--- a/Master/texmf-dist/doc/man/man1/autoinst.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/autoinst.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdf b/Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdf
index e3154e52388..58c0503160c 100644
--- a/Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdf
+++ b/Master/texmf-dist/doc/man/man1/ot2kpx.man1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/fontools/README b/Master/texmf-dist/doc/support/fontools/README
index 9326d83099c..62e113bb027 100644
--- a/Master/texmf-dist/doc/support/fontools/README
+++ b/Master/texmf-dist/doc/support/fontools/README
@@ -69,4 +69,4 @@ the terms of the GNU General Public Licence; see the file GPLv2.txt for
the license conditions.
- Marc Penninga, 2019/04/22
+ Marc Penninga, 2019/05/11
diff --git a/Master/texmf-dist/scripts/fontools/autoinst b/Master/texmf-dist/scripts/fontools/autoinst
index 5e5969dec6d..7abd34c9fdd 100755
--- a/Master/texmf-dist/scripts/fontools/autoinst
+++ b/Master/texmf-dist/scripts/fontools/autoinst
@@ -600,14 +600,14 @@ sub cleanup {
= @{$item}{qw(font style shape encoding)};
# make unique copy of fontdata, since we're modifying it;
- # otherwise, the mergesmallcaps only works for
+ # otherwise, the mergesmallcaps option only works for
# the first encoding in the list
my %font = %$font;
$font = $item->{font} = \%font;
# handle fonts that put small caps fonts into separate family
if ($ARGV{mergesmallcaps}) {
- if ($font->{family} =~ s/smallcaps$//xmsi) {
+ if ($font->{family} =~ s/(?: smallcaps | sc )$//xmsi) {
$shape = $item->{shape} = 'smallcaps';
}
}
@@ -2534,6 +2534,11 @@ GNU General Public License for more details.
=over 12
+=item I<2019-05-11>
+
+Separate small caps families are now also recognised when the family name
+ends with "SC" (previously B<autoinst> only looked for "SmallCaps").
+
=item I<2019-04-22>
Fixed a bug in the generation of swash shapes.