[tex4ht-commits] [SCM] tex4ht updated: r305 - trunk/lit

karl at gnu.org.ua karl at gnu.org.ua
Tue May 9 18:45:51 CEST 2017


Author: karl
Date: 2017-05-09 19:45:51 +0300 (Tue, 09 May 2017)
New Revision: 305

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-4ht.tex
   trunk/lit/tex4ht-fonts-noncjk.tex
   trunk/lit/tex4ht-info-svg.tex
   trunk/lit/tex4ht-svg.tex
Log:
copyrights

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2017-05-05 13:28:11 UTC (rev 304)
+++ trunk/lit/ChangeLog	2017-05-09 16:45:51 UTC (rev 305)
@@ -1,3 +1,10 @@
+2017-05-09  Karl Berry  <karl at freefriends.org>
+
+	* tex4ht-info-svg.tex (infosvg.4ht),
+	tex4ht-svg.tex (svg.4ht),
+	tex4ht-fonts-noncjk.tex 
+	(tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/misc/SkakNew.htf): copyright.
+
 2017-05-05  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-fonts-noncjk.tex
@@ -6,14 +13,13 @@
 	* tex4ht-4ht.tex (skak.4ht),
 	* tex4ht-html (html4.4ht): added support for skak package 
 	chessboards.
-	* tex4ht-svg.tex (svg.4ht),
+	* tex4ht-svg.tex (svg.4ht, html4-svg.4ht),
 	* tex4ht-options.tex (tex4ht.4ht): introduced new option,
 	`svg-inline`, which holds the original meaning of `svg` option.
 	`svg` option now doesn't include the image in the document text.
 	* tex4ht-info-svg.tex (infosvg.4ht): added information about 
 	various svg options.
 
-
 2017-05-04  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-html4.tex (html4.4ht): round dimensions and remove 

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2017-05-05 13:28:11 UTC (rev 304)
+++ trunk/lit/Makefile	2017-05-09 16:45:51 UTC (rev 305)
@@ -82,23 +82,26 @@
 
 # noncjk.tex \input's modern, but seems more maintainable
 # to have separate lists.
+ht_fonts_devdir = tex4ht.dir/texmf/tex4ht/ht-fonts
 derived += $(tex4ht_fonts_noncjk_derived)
 tex4ht_fonts_noncjk_derived = \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/alias/ec/eccc.htf \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/ec/eccc-uni.htf \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/ClearSans-BoldItalic-lf-t1.htf \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/alias/t1fonts/ipxg-r-t1.htf \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/jknappen/tc/tcrm.htf \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/adobe/courier/pcrro8r.htf \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/iso8859/1/tibetan/ctib.htf \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/tibetan/ctib.htf \
+  $(ht_fonts_devdir)/alias/ec/eccc.htf \
+  $(ht_fonts_devdir)/unicode/ec/eccc-uni.htf \
+  $(ht_fonts_devdir)/alias/t1fonts/ClearSans-BoldItalic-lf-t1.htf \
+  $(ht_fonts_devdir)/alias/t1fonts/ipxg-r-t1.htf \
+  $(ht_fonts_devdir)/unicode/jknappen/tc/tcrm.htf \
+  $(ht_fonts_devdir)/unicode/misc/SkakNew.htf \
+  $(ht_fonts_devdir)/unicode/adobe/courier/pcrro8r.htf \
+  $(ht_fonts_devdir)/iso8859/1/tibetan/ctib.htf \
+  $(ht_fonts_devdir)/unicode/tibetan/ctib.htf \
   SearchFonts.java lm-htf.tex
 tex4ht_fonts_modern_derived = \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/l7x-lmcsc.htf \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/l7x-lm.htf \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/rm-lm.htf \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/rm-lmt.htf \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/alias/lm/rm-lmvt.htf
+  $(ht_fonts_devdir)/unicode/lm/l7x-lmcsc.htf \
+  $(ht_fonts_devdir)/unicode/lm/l7x-lm.htf \
+  $(ht_fonts_devdir)/unicode/lm/rm-lm.htf \
+  $(ht_fonts_devdir)/alias/lm/rm-lmt.htf \
+  $(ht_fonts_devdir)/alias/lm/rm-lmvt.htf \
+
 # xx and many more
 # whither tmp?  how change target dir?  what happened to cmtex.htf?  etc.
 
@@ -108,8 +111,9 @@
 
 derived += $(tex4ht_fonts_4hf)
 tex4ht_fonts_4hf = \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/mozilla/charset/unicode.4hf \
-  tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/charset/unicode.4hf \
+  $(ht_fonts_devdir)/mozilla/charset/unicode.4hf \
+  $(ht_fonts_devdir)/unicode/charset/unicode.4hf \
+
 # xx and many more
 
 derived += $(tex4ht_html_speech_derived)
@@ -502,7 +506,6 @@
 
 
 # painful, so let's write out the commands. --20mar17
-ht_fonts_devdir = tex4ht.dir/texmf/tex4ht/ht-fonts
 ht_fonts_instdir = $(inst_dir_top)/ht-fonts
 
 install-unicode-4hf:

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2017-05-05 13:28:11 UTC (rev 304)
+++ trunk/lit/tex4ht-4ht.tex	2017-05-09 16:45:51 UTC (rev 305)
@@ -30080,8 +30080,8 @@
 
 \<skak.4ht\><<<
 % skak.4ht (|version), generated from |jobname.tex
-% Copyright |CopyYear.1997. Eitan M. Gurari
-|<TeX4ht copywrite|>
+% Copyright 2017 TeX Users Group
+|<TeX4ht license text|>
 
 |<skak.sty|>
 \Hinput{skak}

Modified: trunk/lit/tex4ht-fonts-noncjk.tex
===================================================================
--- trunk/lit/tex4ht-fonts-noncjk.tex	2017-05-05 13:28:11 UTC (rev 304)
+++ trunk/lit/tex4ht-fonts-noncjk.tex	2017-05-09 16:45:51 UTC (rev 305)
@@ -46417,115 +46417,107 @@
 \Section{SkakNew}
 
 \<skak-new\><<<
+SkakNew  32 121         `<version 0`>
+'' ''           32      % SkakNew.htf `version
+'!' ''          33      % Copyright 2017 TeX Users Group
+'&#x201D;' ''   34      % Released under LPPL 1.3c+.
+'#' ''          35      % See tex4ht-cpright.tex for license text.
+'$' ''          36
+'%' ''          37
+'&#x0026;' ''   38
+'&#x2019;' ''   39
+'&#x0028;' ''   40
+'&#x0029;' ''   41
+'*' ''          42
+'+' ''          43
+',' ''          44
+'-' ''          45
+'.' ''          46
+'/' ''          47
+'0' ''          48
+'1' ''          49
+'2' ''          50
+'3' ''          51
+'4' ''          52
+'5' ''          53
+'6' ''          54
+'7' ''          55
+'8' ''          56
+'9' ''          57
+':' ''          58
+';' ''          59
+'&#x00A1;' ''   60
+'=' ''          61
+'&#x00BF;' ''   62
+'?' ''          63
+'@' ''          64
+'&#x2192;' ''   65
+'&#x2657;' ''   66
+'&#x2191;' ''   67
+'&#x2299;' ''   68
+'&#x25B3;' ''   69
+'&#x25A1;' ''   70
+'&#x21D7;' ''   71
+'&#x21D4;' ''   72
+'&#x229e;' ''   73
+'&#x2573;' ''   74
+'&#x2654;' ''   75
+'&#x27c2;' ''   76
+'&#x226A;' ''   77
+'&#x2658;' ''   78
+'&#x226B;' ''   79
+'&#x2161;' ''   80
+'&#x2655;' ''   81
+'&#x2656;' ''   82
+'&#x003e;' ''   83
+'&#x2295;' ''   84
+'&#x25CB;' ''   85
+'&#x21C6;' ''   86
+'W' ''          87
+'×' ''    88
+'Y' ''          89
+'Z' ''          90
+'&#x005B;' ''   91
+'&#x201C;' ''   92
+'&#x005D;' ''   93
+'&#x02C6;' ''   94
+'&#x02D9;' ''   95
+'&#x2018;' ''   96
+'&#x29c9;' ''   97
+'&#x2313;' ''   98
+'&#x00b1;' ''   99
+'&#x2982;' ''   100
+'&#x2213;' ''   101
+'&#x2a72;' ''   102
+'&#x2a71;' ''   103
+'h' ''          % I cannot find it, it is plus followed by minus
+'i' ''          % minus followed by plus
+'&#x003d;' ''   106
+'k' ''          107
+'l' ''          108
+'#' ''          109
+'n' ''          110
+'o' ''          111
+'p' ''          112
+'q' ''          113
+'r' ''          114
+'s' ''          115
+'t' ''          116
+'u' ''          117
+'v' ''          118
+'w' ''          119
+'x' ''          120
+'y' ''          121
 SkakNew  32 121
-'' ''     32
-'!' ''     33
-'&#x201D;' ''     34
-'#' ''  35
-'$' ''  36
-'%' ''  37
-'&#x0026;' ''  38
-'&#x2019;' ''     39
-'&#x0028;' ''  40
-'&#x0029;' ''  41
-'*' ''  42
-'+' ''  43
-',' ''  44
-'-' ''  45
-'.' ''  46
-'/' ''     47
-'0' ''  48
-'1' ''  49
-'2' ''  50
-'3' ''  51
-'4' ''  52
-'5' ''  53
-'6' ''  54
-'7' ''  55
-'8' ''  56
-'9' ''  57
-':' ''  58
-';' ''  59
-'&#x00A1;' ''     60
-'=' ''  61
-'&#x00BF;' ''     62
-'?' ''  63
-'@' ''  64
-'&#x2192;' ''  65
-'&#x2657;' ''  66
-'&#x2191;' ''  67
-'&#x2299;' ''  68
-'&#x25B3;' ''  69
-'&#x25A1;' ''  70
-'&#x21D7;' ''  71
-'&#x21D4;' ''  72
-'&#x229e;' ''  73
-'&#x2573;' ''  74
-'&#x2654;' ''  75
-'&#x27c2;' ''  76
-'&#x226A;' ''  77
-'&#x2658;' ''  78
-'&#x226B;' ''  79
-'&#x2161;' ''  80
-'&#x2655;' ''  81
-'&#x2656;' ''  82
-'&#x003e;' ''  83
-'&#x2295;' ''  84
-'&#x25CB;' ''  85
-'&#x21C6;' ''  86
-'W' ''  87
-'×' ''  88
-'Y' ''  89
-'Z' ''  90
-'&#x005B;' ''  91
-'&#x201C;' ''     92
-'&#x005D;' ''  93
-'&#x02C6;' ''     94
-'&#x02D9;' ''     95
-'&#x2018;' ''     96
-'&#x29c9;' ''  97
-'&#x2313;' ''  98
-'&#x00b1;' ''  99
-'&#x2982;' ''  100
-'&#x2213;' ''  101
-'&#x2a72;' ''  102
-'&#x2a71;' ''  103
-'h' ''  I cannot find it, it is plus followed by minus
-'i' ''  minus followed by plus
-'&#x003d;' ''  106
-'k' ''  107
-'l' ''  108
-'#' ''  109
-'n' ''  110
-'o' ''  111
-'p' ''  112
-'q' ''  113
-'r' ''  114
-'s' ''  115
-'t' ''  116
-'u' ''  117
-'v' ''  118
-'w' ''  119
-'x' ''  120
-'y' ''  121
-SkakNew  32 121
 >>>
-
 \AddFont{skak-new}{unicode/misc/SkakNew}
 
 %%%%%%%%%%%%%%%%%%%%%%%%
 \Chapter{Etc}
-%%%%%%%%%%%%%%%%%%%%%%%%
 
-%%%%%%%%%%%%%%%%%%%%%%%%
 \Section{Vietnamese}
-%%%%%%%%%%%%%%%%%%%%%%%%
 
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%
 \Section{cmman.htf}
-%%%%%%%%%%%%%%%%%%%%%%%%
 
 \<cmman-uni\><<<
 cmman 12 111

Modified: trunk/lit/tex4ht-info-svg.tex
===================================================================
--- trunk/lit/tex4ht-info-svg.tex	2017-05-05 13:28:11 UTC (rev 304)
+++ trunk/lit/tex4ht-info-svg.tex	2017-05-09 16:45:51 UTC (rev 305)
@@ -3,8 +3,8 @@
 %             or htlatex tex4ht-info-svg "html,sections+"
 %            or ht latex tex4ht-info
 %
-% Copyright (C) 2009-2010 TeX Users Group
-% Copyright (C) 2000-2009 Eitan M. Gurari
+% Copyright 2009-2017 TeX Users Group
+% Copyright 2000-2009 Eitan M. Gurari
 % Released under LPPL 1.3c+.
 % See tex4ht-cpright.tex for license text.
 
@@ -27,8 +27,8 @@
 
 \<infosvg\><<<
 % infosvg.4ht (|version), generated from |jobname.tex
-% Copyright (C) 2009-2010 TeX Users Group
-% Copyright (C) |CopyYear.2000. Eitan M. Gurari
+% Copyright 2009-2017 TeX Users Group
+% Copyright |CopyYear.2000. Eitan M. Gurari
 |<TeX4ht copywrite|>
 {          \catcode`\@=0 \catcode`\\=11 @relax
   @gdef at infoIVht[#1]#2//{%

Modified: trunk/lit/tex4ht-svg.tex
===================================================================
--- trunk/lit/tex4ht-svg.tex	2017-05-05 13:28:11 UTC (rev 304)
+++ trunk/lit/tex4ht-svg.tex	2017-05-09 16:45:51 UTC (rev 305)
@@ -2,8 +2,8 @@
 % compile 3 times: latex tex4ht-svg   
 %           or   xhlatex tex4ht-svg "html,3,sections+"
 %
-% Copyright (C) 2009-2016 TeX Users Group
-% Copyright (C) 2000-2009 Eitan M. Gurari
+% Copyright 2009-2017 TeX Users Group
+% Copyright 2000-2009 Eitan M. Gurari
 % Released under LPPL 1.3c+.
 % See tex4ht-cpright.tex for license text.
 
@@ -25,9 +25,9 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \<svg\><<<
-% html4-svg.4ht (|version), generated from |jobname.tex
-% Copyright (C) 2009-2016 TeX Users Group
-% Copyright (C) |CopyYear.2001. Eitan M. Gurari
+% svg.4ht (|version), generated from |jobname.tex
+% Copyright 2009-2017 TeX Users Group
+% Copyright |CopyYear.2001. Eitan M. Gurari
 |<TeX4ht copywrite|>
 >>>
 
@@ -61,9 +61,9 @@
 
 
 \<configure html4-svg tex4ht\><<<    
-% svg.4ht (|version), generated from |jobname.tex
-% Copyright (C) 2009-2010 TeX Users Group
-% Copyright (C) |CopyYear.2001. Eitan M. Gurari
+% hmtl-svg.4ht (|version), generated from |jobname.tex
+% Copyright 2009-2017 TeX Users Group
+% Copyright |CopyYear.2001. Eitan M. Gurari
 |<TeX4ht copywrite|>
 \Configure{@DOCTYPE}
   {<!ENTITY \% misc "ins || del || script || noscript || svg">\Hnewline}



More information about the tex4ht-commits mailing list