[Debian-tex-commits] SVN CJK commit + diffs: r3562 - latex-cjk-chinese-arphic/trunk/debian/latex-cjk

Danai Sae-Han danai-guest at alioth.debian.org
Fri Oct 3 01:01:45 UTC 2008


Author: danai-guest
Date: 2008-10-03 01:01:44 +0000 (Fri, 03 Oct 2008)
New Revision: 3562

Modified:
   latex-cjk-chinese-arphic/trunk/debian/latex-cjk/clonevf.pl
   latex-cjk-chinese-arphic/trunk/debian/latex-cjk/makefdx.pl
   latex-cjk-chinese-arphic/trunk/debian/latex-cjk/subfonts.pe
   latex-cjk-chinese-arphic/trunk/debian/latex-cjk/uni2sfd.pl
Log:
Get latest upstream version of the CJK scripts (2008-08-21).


Modified: latex-cjk-chinese-arphic/trunk/debian/latex-cjk/clonevf.pl
===================================================================
--- latex-cjk-chinese-arphic/trunk/debian/latex-cjk/clonevf.pl	2008-10-03 00:52:46 UTC (rev 3561)
+++ latex-cjk-chinese-arphic/trunk/debian/latex-cjk/clonevf.pl	2008-10-03 01:01:44 UTC (rev 3562)
@@ -13,7 +13,7 @@
 #
 #   perl clonevf.pl bsmiuv bsmilpv
 
-# Copyright (C) 1994-2006  Werner Lemberg <wl at gnu.org>
+# Copyright (C) 1994-2008  Werner Lemberg <wl at gnu.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Modified: latex-cjk-chinese-arphic/trunk/debian/latex-cjk/makefdx.pl
===================================================================
--- latex-cjk-chinese-arphic/trunk/debian/latex-cjk/makefdx.pl	2008-10-03 00:52:46 UTC (rev 3561)
+++ latex-cjk-chinese-arphic/trunk/debian/latex-cjk/makefdx.pl	2008-10-03 01:01:44 UTC (rev 3562)
@@ -39,7 +39,7 @@
 # A collection of useful subfont definition files for CJK fonts can be found
 # in the ttf2pk package.
 
-# Copyright (C) 1994-2006  Werner Lemberg <wl at gnu.org>
+# Copyright (C) 1994-2008  Werner Lemberg <wl at gnu.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -110,10 +110,10 @@
 print("% This is the file $fdxfile of the CJK package
 %   for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e
 %
-% created by the script makefdx.pl for CJK Version 4.7.0 (17-Oct-2006).
+% created by the script makefdx.pl for CJK Version 4.8.1 (10-Aug-2008).
 
-\\def\\fileversion{4.7.0}
-\\def\\filedate{2006/10/17}
+\\def\\fileversion{4.8.1}
+\\def\\filedate{2008/08/10}
 \\ProvidesFile{$fdxfile}[\\filedate\\space\\fileversion]
 
 \\CJKvdef{fullheight}{1em}

Modified: latex-cjk-chinese-arphic/trunk/debian/latex-cjk/subfonts.pe
===================================================================
--- latex-cjk-chinese-arphic/trunk/debian/latex-cjk/subfonts.pe	2008-10-03 00:52:46 UTC (rev 3561)
+++ latex-cjk-chinese-arphic/trunk/debian/latex-cjk/subfonts.pe	2008-10-03 01:01:44 UTC (rev 3562)
@@ -3,12 +3,13 @@
 #
 # $1: The master font (e.g., `bsmi00lp.ttf').
 # $2: The name stem for the subfonts (e.g., `bsmilp').
-# $3: The subfont definition file (e.g., `UBig5.sfd').
+# $3: The subfont definition file, mapping from Unicode to whatever
+#     (e.g., `UBig5.sfd', which maps to Big 5).
 #
 # A collection of useful subfont definition files for CJK fonts can be found
 # in the ttf2pk package.
 
-# Copyright (C) 1994-2007  Werner Lemberg <wl at gnu.org>
+# Copyright (C) 1994-2008  Werner Lemberg <wl at gnu.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -26,7 +27,7 @@
 # MA 02110-1301 USA
 
 if (Strtol($version) < 20071105)
-  Print("Can't use FontForge version before 2007-11-05.  Aborting.";
+  Print("Can't use FontForge version before 2007-11-05.  Aborting.");
   Quit(1);
 endif;
 
@@ -38,6 +39,12 @@
 Print("Loading ", $1, "...");
 Open($1);
 
+if ($cidfontname != "")
+  CIDFlatten();
+endif;
+
+Reencode("ucs4");
+
 copyright = $copyright \
             + Chr(10) + Chr(10) \
             + "Subfont version " \

Modified: latex-cjk-chinese-arphic/trunk/debian/latex-cjk/uni2sfd.pl
===================================================================
--- latex-cjk-chinese-arphic/trunk/debian/latex-cjk/uni2sfd.pl	2008-10-03 00:52:46 UTC (rev 3561)
+++ latex-cjk-chinese-arphic/trunk/debian/latex-cjk/uni2sfd.pl	2008-10-03 01:01:44 UTC (rev 3562)
@@ -24,7 +24,7 @@
 # A collection of useful subfont definition files for CJK fonts can be found
 # in the ttf2pk package.
 
-# Copyright (C) 1994-2006  Werner Lemberg <wl at gnu.org>
+# Copyright (C) 1994-2008  Werner Lemberg <wl at gnu.org>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by




More information about the Debian-tex-commits mailing list