[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
+'”' '' 34 % Released under LPPL 1.3c+.
+'#' '' 35 % See tex4ht-cpright.tex for license text.
+'$' '' 36
+'%' '' 37
+'&' '' 38
+'’' '' 39
+'(' '' 40
+')' '' 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
+'¡' '' 60
+'=' '' 61
+'¿' '' 62
+'?' '' 63
+'@' '' 64
+'→' '' 65
+'♗' '' 66
+'↑' '' 67
+'⊙' '' 68
+'△' '' 69
+'□' '' 70
+'⇗' '' 71
+'⇔' '' 72
+'⊞' '' 73
+'╳' '' 74
+'♔' '' 75
+'⟂' '' 76
+'≪' '' 77
+'♘' '' 78
+'≫' '' 79
+'Ⅱ' '' 80
+'♕' '' 81
+'♖' '' 82
+'>' '' 83
+'⊕' '' 84
+'○' '' 85
+'⇆' '' 86
+'W' '' 87
+'×' '' 88
+'Y' '' 89
+'Z' '' 90
+'[' '' 91
+'“' '' 92
+']' '' 93
+'ˆ' '' 94
+'˙' '' 95
+'‘' '' 96
+'⧉' '' 97
+'⌓' '' 98
+'±' '' 99
+'⦂' '' 100
+'∓' '' 101
+'⩲' '' 102
+'⩱' '' 103
+'h' '' % I cannot find it, it is plus followed by minus
+'i' '' % minus followed by plus
+'=' '' 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
-'”' '' 34
-'#' '' 35
-'$' '' 36
-'%' '' 37
-'&' '' 38
-'’' '' 39
-'(' '' 40
-')' '' 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
-'¡' '' 60
-'=' '' 61
-'¿' '' 62
-'?' '' 63
-'@' '' 64
-'→' '' 65
-'♗' '' 66
-'↑' '' 67
-'⊙' '' 68
-'△' '' 69
-'□' '' 70
-'⇗' '' 71
-'⇔' '' 72
-'⊞' '' 73
-'╳' '' 74
-'♔' '' 75
-'⟂' '' 76
-'≪' '' 77
-'♘' '' 78
-'≫' '' 79
-'Ⅱ' '' 80
-'♕' '' 81
-'♖' '' 82
-'>' '' 83
-'⊕' '' 84
-'○' '' 85
-'⇆' '' 86
-'W' '' 87
-'×' '' 88
-'Y' '' 89
-'Z' '' 90
-'[' '' 91
-'“' '' 92
-']' '' 93
-'ˆ' '' 94
-'˙' '' 95
-'‘' '' 96
-'⧉' '' 97
-'⌓' '' 98
-'±' '' 99
-'⦂' '' 100
-'∓' '' 101
-'⩲' '' 102
-'⩱' '' 103
-'h' '' I cannot find it, it is plus followed by minus
-'i' '' minus followed by plus
-'=' '' 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