diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-28 15:15:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-28 15:15:40 +0000 |
commit | 92acb993a39825758c6f99417d1fc4cf00b0ae53 (patch) | |
tree | 468f9865debf273516b4546ec193ff07e44dca11 /Build/source/texk | |
parent | 2c71c9d92117f7f1fe0d5bd6fe74922e50be0c86 (diff) |
fontools (6jul12)
git-svn-id: svn://tug.org/texlive/trunk@27217 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/fontools/autoinst | 12 | ||||
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl | 14 |
2 files changed, 14 insertions, 12 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/fontools/autoinst b/Build/source/texk/texlive/linked_scripts/fontools/autoinst index 52fe14b65b4..4b3d50fa935 100755 --- a/Build/source/texk/texlive/linked_scripts/fontools/autoinst +++ b/Build/source/texk/texlive/linked_scripts/fontools/autoinst @@ -1782,11 +1782,9 @@ without TeX-specific support files. John Owens' F<otfinst> (available from CTAN) is another wrapper around F<otftotfm>, and may work when B<autoinst> doesn't. -The MinionPro for LaTeX project -(F<http://developer.berlios.de/projects/minionpro/>, also on CTAN) -developed very complete support files for Minion Pro (including math), -but the project appears to have been abandoned; -these files don't work with the latest versions of Minion Pro. +The FontPro project (F<https://github.com/sebschub/FontPro>) +offers very complete support for Adobe's Minion Pro and Myriad Pro +(including math), and is currently working on Cronos Pro as well. =head1 AUTHOR @@ -1829,6 +1827,10 @@ GNU General Public License for more details. =over 12 +=item I<2012-07-06> + +Documentation update. + =item I<2012-03-06> Implemented the "splitting the font family into multiple subfamilies" diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl index a319ff50fd9..f8ad8833a0b 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 26857 2012-06-08 00:31:28Z karl $ +# $Id: tlmgr.pl 27170 2012-07-26 22:38:00Z karl $ # # Copyright 2008, 2009, 2010, 2011, 2012 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. -my $svnrev = '$Revision: 26857 $'; -my $datrev = '$Date: 2012-06-08 02:31:28 +0200 (Fri, 08 Jun 2012) $'; +my $svnrev = '$Revision: 27170 $'; +my $datrev = '$Date: 2012-07-27 00:38:00 +0200 (Fri, 27 Jul 2012) $'; my $tlmgrrevision; my $prg; if ($svnrev =~ m/: ([0-9]+) /) { @@ -5596,11 +5596,11 @@ L<http://tug.org/texlive/tlmgr.html>, along with procedures for updating C<tlmgr> itself and information about test versions. TeX Live is organized into a few top-level I<schemes>, each of which is -defined as a different set of I<collections> and I<packages>, where a +specified as a different set of I<collections> and I<packages>, where a collection is a set of packages, and a package is what contains actual files. Schemes typically contain a mix of collections and packages, but each package is included in exactly one collection, no more and no less. -Installation can be customized and managed at any level. +A TeX Live installation can be customized and managed at any level. See L<http://tug.org/texlive/doc> for all the TeX Live documentation available. @@ -5686,9 +5686,9 @@ you can select a different language by giving this option with a language code (based on ISO 639-1). Currently supported (but not necessarily completely translated) are: English (en, default), Czech (cs), German (de), French (fr), Italian (it), Japanese (ja), Dutch (nl), -Polish (pl), Brazilian Portuguese (pt_br), Russian (ru), Slovak (sk), +Polish (pl), Brazilian Portuguese (pt_BR), Russian (ru), Slovak (sk), Slovenian (sl), Serbian (sr), Vietnamese (vi), simplified Chinese -(zh-cn), and traditional Chinese (zh-tw). +(zh_CN), and traditional Chinese (zh_TW). =item B<--machine-readable> |