[tex4ht-commits] [SCM] tex4ht updated: r209 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Sun Dec 4 00:52:02 CET 2016
Author: karl
Date: 2016-12-04 01:52:02 +0200 (Sun, 04 Dec 2016)
New Revision: 209
Modified:
trunk/lit/
trunk/lit/.svnignore
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/mktex4ht-cnf.tex
trunk/lit/tex4ht-4ht.tex
Log:
rename to fontspec-xetex.4ht, copyrights
Index: trunk/lit
===================================================================
--- trunk/lit 2016-12-02 08:48:43 UTC (rev 208)
+++ trunk/lit 2016-12-03 23:52:02 UTC (rev 209)
Property changes on: trunk/lit
___________________________________________________________________
Modified: svn:ignore
## -32,3 +32,4 ##
*.trc
*.unix
*.xref
+fontspec-4ht.lua
Modified: trunk/lit/.svnignore
===================================================================
--- trunk/lit/.svnignore 2016-12-02 08:48:43 UTC (rev 208)
+++ trunk/lit/.svnignore 2016-12-03 23:52:02 UTC (rev 209)
@@ -32,3 +32,4 @@
*.trc
*.unix
*.xref
+fontspec-4ht.lua
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2016-12-02 08:48:43 UTC (rev 208)
+++ trunk/lit/ChangeLog 2016-12-03 23:52:02 UTC (rev 209)
@@ -1,7 +1,23 @@
-2016-11-27 Michal Hoftich <michal.h21 at gmail.com>
+2016-12-03 Karl Berry <karl at freefriends.org>
- * tex4ht-4ht.tex (multirow.4ht): fixed support for package multirow
+ * .svnignore (fontspec-4ht.lua): add.
+
+ * Makefile (tex4ht_4ht_derived),
+ * mktex4ht-cnf.tex,
+ * tex4ht-4ht.tex: rename xetex-fontspec.4ht to fontspec-xetex.4ht.
+ * tex4ht-4ht.tex (fontspec.4ht, fontspec-4ht.lua, fontspec-xetex.4ht),
+ * mktex4ht-cnf.tex: copyrights, svn:keywords, comments.
+
+2016-12-02 Karl Berry <karl at freefriends.org>
+
+ * tex4ht-4ht.tex (multirow.4ht): copyright.
+
+2016-12-02 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-4ht.tex (multirow.4ht): fixed support for package multirow.
+ https://puszcza.gnu.org.ua/bugs/index.php?342
+
2016-11-27 Michal Hoftich <michal.h21 at gmail.com>
* mktex4ht-cnf.tex: added requests for fontspec
@@ -14,6 +30,7 @@
LuaLaTeX and XeLaTeX
* tex4ht-html4.tex: Configuration for basic font commands when
fontspec is used.
+ https://puszcza.gnu.org.ua/bugs/?123
2016-11-25 Karl Berry <karl at freefriends.org>
@@ -25,6 +42,7 @@
* tex4ht-html5.tex (html5.4ht): basic html5 template
* tex4ht-options.tex (tex4ht.4ht): added html5 option
* Makefile: generate html5 files
+ https://puszcza.gnu.org.ua/bugs/index.php?341
2016-11-23 Karl Berry <karl at freefriends.org>
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2016-12-02 08:48:43 UTC (rev 208)
+++ trunk/lit/Makefile 2016-12-03 23:52:02 UTC (rev 209)
@@ -36,7 +36,7 @@
memoir.4ht multicol.4ht multirow.4ht quoting.4ht reading.4ht \
scrartcl.4ht scrbook.4ht scrreprt.4ht spanish.4ht subscript.4ht \
titlesec.4ht tocloft.4ht wrapfig.4ht usepackage.4ht fontspec.4ht \
- xetex-fontspec.4ht fontspec-4ht.lua
+ fontspec-xetex.4ht fontspec-4ht.lua
# xx and many, many more.
derived += $(tex4ht_bibtex2_derived)
Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex 2016-12-02 08:48:43 UTC (rev 208)
+++ trunk/lit/mktex4ht-cnf.tex 2016-12-03 23:52:02 UTC (rev 209)
@@ -1,3 +1,11 @@
+% $Id$
+% Copyright 2016 TeX Users Group
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
+%
+% Manually-maintained file listing *.4ht files created by tex4ht-4ht.tex.
+% Read by tex4ht-cond4ht.
+%
\AddFile{0}{Preamble}
\AddFile{0}{tex4ht}
\AddFile{0}{tex4ht2}
@@ -313,5 +321,5 @@
\AddFile{9}{greek}
\AddFile{9}{exam}
\AddFile{9}{fontspec}
-\AddFile{9}{xetex-fontspec}
+\AddFile{9}{fontspec-xetex}
%\AddFile{9}{mktex4ht}
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2016-12-02 08:48:43 UTC (rev 208)
+++ trunk/lit/tex4ht-4ht.tex 2016-12-03 23:52:02 UTC (rev 209)
@@ -3501,12 +3501,11 @@
We need to add support for utf-8 input. Different methods are used for LuaTeX
and XeTeX. In LuaTeX, node callbacks are used, in XeTeX, all used characters
-must be declared first. This is done in xetex-fontspec.4ht file.
+must be declared first. This is done in the fontspec-xetex.4ht file.
\<fontspec.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% fontspec.4ht |version %
-% Copyright (C) |CopyYear.2016. TeX Users Group %
+% fontspec.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.2016. TeX Users Group
|<TeX4ht copyright|>
% LuaTeX support
\ifdefined\directlua
@@ -3519,7 +3518,7 @@
luatexbase.add_to_callback("hpack_filter", fontspec.char_to_entity, "hpack-char-to-entity")
\end{luacode*}
\else
-\input xetex-fontspec.4ht
+\input fontspec-xetex.4ht
\xeuniuseblock{Latin}
\ExplSyntaxOn
\seq_map_inline:Nn \fontspec_ht_scripts {\typeout{use block #1}\xeuniuseblock{#1}}
@@ -3530,9 +3529,11 @@
>>> \AddFile{9}{fontspec}
\<fontspec-4ht.lua\><<<
--- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--- fontspec-4ht.lua |version %
--- Copyright (C) |CopyYear.2016. TeX Users Group %
+-- fontspec-4ht.lua (|version), generated from |jobname.tex
+-- Copyright |CopyYear.2016. TeX Users Group
+--[[
+|<TeX4ht copyright|>
+--]]
local M = {}
local glyph_id = node.id "glyph"
@@ -3640,10 +3641,9 @@
\`|\xeuniregisterblock{start charcode}{end charcode}|, or load ranges for
given Script using \`|\xeuniuseblock{Script name}|.
-\<xetex-fontspec.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% xetex-fontspec.4ht |version %
-% Copyright (C) |CopyYear.2016. TeX Users Group %
+\<fontspec-xetex.4ht\><<<
+% fontspec-xetex.4ht, generated from |jobname.tex
+% Copyright |CopyYear.2016. TeX Users Group
|<TeX4ht copyright|>
\input binhex
@@ -3989,7 +3989,7 @@
\xeuniblockdef{CJK Unified Ideographs Extension E}{\xeuniregisterblockhex{2B820}{2CEAF}}
\xeuniblockdef{CJK Compatibility Ideographs Supplement}{\xeuniregisterblockhex{2F800}{2FA1F}}
\endinput
->>> \AddFile{7}{xetex-fontspec}
+>>> \AddFile{9}{fontspec-xetex}
%%%%%%%%%%%%%%%%%%
\Section{url.sty}
@@ -9145,9 +9145,8 @@
%%%%%%%%%%%%%%%%%%%
\<multirow.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% multirow.4ht |version %
-% Copyright (C) |CopyYear.2004. Eitan M. Gurari %
+% multirow.4ht (|version), generated from |jobname.tex
+% Copyright (C) |CopyYear.2004. Eitan M. Gurari
|<TeX4ht copyright|>
|<multirow hooks|>
\Hinput{multirow}
More information about the tex4ht-commits
mailing list