[tex4ht-commits] [SCM] tex4ht updated: r235 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Wed Jan 25 00:21:04 CET 2017
Author: karl
Date: 2017-01-25 01:21:04 +0200 (Wed, 25 Jan 2017)
New Revision: 235
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-4ht.tex
Log:
copyright lines for tuenc-* and fontspec-*
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2017-01-24 10:40:06 UTC (rev 234)
+++ trunk/lit/ChangeLog 2017-01-24 23:21:04 UTC (rev 235)
@@ -1,14 +1,16 @@
-2017-01-24 Michal However <michal.h21 at gmail.com>
+2017-01-24 Michal Hoftich <michal.h21 at gmail.com>
- * tex4ht-4ht.tex (tuenc-luatex.4ht, tuenc-xetex.4ht, fontspec-luatex.4ht,
- fontspec-xetex.4ht, latex.4ht): Introduced basic Unicode handling for
- LuaLaTeX and XeLaTeX. It is based on code which was originally used
- in Fontspec support.
+ * tex4ht-4ht.tex (tuenc-luatex.4ht, tuenc-xetex.4ht,
+ fontspec-luatex.4ht, fontspec-xetex.4ht, latex.4ht): Introduced
+ basic Unicode handling for LuaLaTeX and XeLaTeX. It is based on
+ code which was originally used in Fontspec support.
+ (Plus copyright tweaks from Karl.)
+ https://puszcza.gnu.org.ua/bugs/?352
-2017-01-23 Michal However <michal.h21 at gmail.com>
+2017-01-23 Michal Hoftich <michal.h21 at gmail.com>
- * tex4ht-4ht.tex (latex.4ht): prevent the selection of TU font encoding,
- because it loads OpenType fonts. Use OT1 instead
+ * tex4ht-4ht.tex (latex.4ht): prevent the selection of TU font
+ encoding, because it loads OpenType fonts. Use OT1 instead.
https://puszcza.gnu.org.ua/bugs/?352
2016-12-26 Michal Hoftich <michal.h21 at gmail.com>
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2017-01-24 10:40:06 UTC (rev 234)
+++ trunk/lit/Makefile 2017-01-24 23:21:04 UTC (rev 235)
@@ -17,7 +17,7 @@
xtpipesdir = xtpipes.dir
deriveddir = derived.dir
-tex_opts = --interaction=batchmode -recorder #--file-line-error
+tex_opts = --interaction=nonstopmode -recorder #--file-line-error
tex_1opt = "$(tex_opts)" # must be quoted, passing to shell script
dev_null = </dev/null # when we don't call tex directly.
@@ -32,12 +32,12 @@
derived += $(tex4ht_4ht_derived)
tex4ht_4ht_derived = \
algorithmic.4ht biblatex.4ht book.4ht color.4ht colortbl.4ht frenchb.4ht \
- fontspec.4ht fontspec-xetex.4ht fontspec-luatex.4ht fontspec-4ht.lua \
+ fontspec.4ht fontspec-4ht.lua fontspec-luatex.4ht fontspec-xetex.4ht \
geometry.4ht graphicx.4ht hyperref.4ht latex.4ht lettrine.4ht listings.4ht \
memoir.4ht multicol.4ht multirow.4ht nameref.4ht quoting.4ht reading.4ht \
scrartcl.4ht scrbook.4ht scrreprt.4ht spanish.4ht subscript.4ht \
- titlesec.4ht tocloft.4ht tuenc-luatex.4ht tuenc-xetex.4ht wrapfig.4ht \
- usepackage.4ht xcolor.4ht xr.4ht xr-hyper.4ht
+ titlesec.4ht tocloft.4ht tuenc-luatex.4ht tuenc-xetex.4ht \
+ usepackage.4ht wrapfig.4ht xcolor.4ht xr.4ht xr-hyper.4ht
# xx and many, many more.
Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex 2017-01-24 10:40:06 UTC (rev 234)
+++ trunk/lit/tex4ht-4ht.tex 2017-01-24 23:21:04 UTC (rev 235)
@@ -1,7 +1,7 @@
% $Id$
% tex tex4ht-4ht or ht tex tex4ht-4ht
%
-% Copyright 2009-2016 TeX Users Group
+% Copyright 2009-2017 TeX Users Group
% Copyright 1996-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -3703,8 +3703,8 @@
\<fontspec-xetex.4ht\><<<
% fontspec-xetex.4ht, generated from |jobname.tex
-% Copyright |CopyYear.2016. TeX Users Group
-|<TeX4ht copyright|>
+% Copyright 2016-2017 TeX Users Group
+|<TeX4ht license text|>
\ExplSyntaxOn
\seq_map_inline:Nn \fontspec_ht_scripts {\typeout{use block #1}\xeuniuseblock{#1}}
@@ -3715,8 +3715,8 @@
\<fontspec-luatex.4ht\><<<
% fontspec-luatex.4ht, generated from |jobname.tex
-% Copyright |CopyYear.2016. TeX Users Group
-|<TeX4ht copyright|>
+% Copyright 2016-2017 TeX Users Group
+|<TeX4ht license text|>
\Hinput{fontspec-luatex}
\endinput
>>> \AddFile{9}{fontspec-luatex}
@@ -4986,8 +4986,8 @@
\<tuenc-xetex.4ht\><<<
% tuenc-xetex.4ht, generated from |jobname.tex
-% Copyright |CopyYear.2017. TeX Users Group
-|<TeX4ht copyright|>
+% Copyright 2017 TeX Users Group
+|<TeX4ht license text|>
\input binhex
% the code is inspited with newunicodechar.sty
@@ -5340,8 +5340,8 @@
\<tuenc-luatex.4ht\><<<
% tuenc-luatex.4ht, generated from |jobname.tex
-% Copyright |CopyYear.2016. TeX Users Group
-|<TeX4ht copyright|>
+% Copyright 2017 TeX Users Group
+|<TeX4ht license text|>
\RequirePackage{luatexbase}
\RequirePackage{luacode}
More information about the tex4ht-commits
mailing list