[tex4ht-commits] [SCM] tex4ht updated: r137 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Wed Jan 28 23:55:44 CET 2015
Author: karl
Date: 2015-01-29 00:55:44 +0200 (Thu, 29 Jan 2015)
New Revision: 137
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/html4.4ht-released
trunk/lit/tex4ht-html-speech.tex
trunk/lit/tex4ht-jsml.tex
trunk/lit/tex4ht-mathltx.tex
trunk/lit/tex4ht-mathml.tex
Log:
\relax after \mathchar, https://puszcza.gnu.org.ua/bugs/?230
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2015-01-28 19:07:48 UTC (rev 136)
+++ trunk/lit/ChangeLog 2015-01-28 22:55:44 UTC (rev 137)
@@ -1,3 +1,15 @@
+2015-01-28 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-mathltx.tex
+ * tex4ht-mathml.tex
+ * tex4ht-html-speech.tex
+ * tex4ht-jsmath.tex: added \relax after \mathchar to prevent eating
+ following characters as hexadecimal numbers.
+ https://puszcza.gnu.org.ua/bugs/?230
+ http://tex.stackexchange.com/q/116340/2891
+
+ * Makefile (diff): new convenience target.
+
2015-01-28 Karl Berry <karl at gnu.org>
* tex4ht-4ht.tex (\CopyYear, \TeX4ht copyright): no need for
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2015-01-28 19:07:48 UTC (rev 136)
+++ trunk/lit/Makefile 2015-01-28 22:55:44 UTC (rev 137)
@@ -66,7 +66,8 @@
derived += $(tex4ht_html4_derived)
tex4ht_html4_derived = \
- html4.4ht html4-math.4ht html4-uni.4ht html4-l2-url html4-russian-accents \
+ html4.4ht html4-math.4ht html4-uni.4ht \
+ html4-l2-url.4ht html4-russian-accents.4ht \
onmouseover.4ht exerqz.4ht
derived += $(tex4ht_info_mml_derived)
@@ -202,12 +203,12 @@
$(tex4ht_htcmd_derived): tex4ht-htcmd.tex $(common)
ht tex $<
+$(tex4ht_html_speech_derived): tex4ht-html-speech.tex $(common)
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_1opt)
+
$(tex4ht_html_speech_xtpipes_derived): tex4ht-html-speech-xtpipes.tex $(common)
htlatex $< "html,next,3" "" "-d./" $(tex_1opt)
-$(tex4ht_html_speech_derived): tex4ht-html-speech.tex $(common)
- xhlatex $< "html,3,sections+" "" "-d./" $(tex_1opt)
-
$(tex4ht_html0_derived): tex4ht-html0.tex $(common)
xhlatex $< "html,3,sections+" "" "-d./" $(tex_1opt)
@@ -410,5 +411,12 @@
clean1:
rm -f $(f).[0-s]* $(f).[u-z]* $(f).trc
+diff_files = $(tex4ht_mathml_derived) $(tex4ht_html_speech_derived) \
+ $(tex4ht_jsml_derived) $(tex4ht_mathltx_derived)
+inst_dir = /usr/local/texlive/dev/texmf-dist/tex/generic/tex4ht
+diff = diff --ignore-all-space
+diff:
+ -for f in $(diff_files); do $(diff) -u0 $(inst_dir)/$$f .; done
+
mostlyclean:
rm -f $(derived)
Modified: trunk/lit/html4.4ht-released
===================================================================
--- trunk/lit/html4.4ht-released 2015-01-28 19:07:48 UTC (rev 136)
+++ trunk/lit/html4.4ht-released 2015-01-28 22:55:44 UTC (rev 137)
@@ -1,6 +1,6 @@
-% html4.4ht (2013-08-07-08:10), generated from tex4ht-html4.tex
-% Copyright (C) 2009-2015 TeX Users Group
-% Copyright (C) 1997-2009 Eitan M. Gurari
+% html4.4ht (2015-01-26-15:58), generated from tex4ht-html4.tex
+% Copyright 2009-2015 TeX Users Group
+% Copyright 1997-2009 Eitan M. Gurari
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2015-01-20-08:10}
+\immediate\write-1{version 2015-01-26-15:58}
\exit:ifnot{8859-6,%
CJK,%
@@ -5909,7 +5909,7 @@
{margin-left:0em;}}
\Css{
.likesubsectionToc \string~ .subsubsectionToc,
-.subsectionToc \string~ .subsubsectionToc,
+.subsectionToc \string~ .subsubsectionToc
{margin-left:2em;}}
@@ -20350,34 +20350,7 @@
\if:Option
\Configure{string-encoder}{url-encoder}
% \:CheckOption{url-il2-pl} \if:Option
- \Configure{url-encoder}
- {%}{%25}
- {&}{%26}
- {'}{%27}
- {<}{%3C}
- {>}{%3E}
- {_}{_}
- {^}{^}
- {±}{ą}
- {æ}{ć}
- {ê}{ę}
- {³}{ł}
- {ó}{ó}
- {ñ}{ń}
- {¶}{ś}
- {¼}{ź}
- {¿}{ż}
- {¡}{Ą}
- {Æ}{Ć}
- {Ê}{Ę}
- {£}{Ł}
- {Ó}{Ó}
- {Ñ}{Ń}
- {¦}{Ś}
- {¬}{Ź}
- {¯}{Ż}
- { }{+}
- {}{}
+ \input{html4-l2-url.4ht}
% \else
@@ -28841,6 +28814,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{latin1}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -29630,6 +29604,7 @@
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{tabulary}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -30228,6 +30203,7 @@
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{mex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36137,6 +36113,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{gloss}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36249,7 +36226,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{tugboat}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36349,6 +36325,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{ltugboat}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36442,7 +36419,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{ltugproc}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36498,6 +36474,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{mls}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36508,7 +36485,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{rotating}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36570,6 +36546,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{go}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36581,7 +36558,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{paralist}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36855,6 +36831,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{alphanum}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36915,7 +36892,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{lineno}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -36995,7 +36971,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{acm-proc-article-sp}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37464,6 +37439,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{multicol}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37496,7 +37472,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{ProTex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37539,6 +37514,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{th4}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37745,7 +37721,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{writer}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37848,6 +37823,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{sverb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37873,7 +37849,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{syntax}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38031,7 +38006,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{cp850}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38062,6 +38036,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{cp1250}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38072,7 +38047,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{cp1252}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38103,6 +38077,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{cp865}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38113,7 +38088,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{norsk}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38144,6 +38118,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{portuges}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38154,7 +38129,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{romanian}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38354,30 +38328,7 @@
\ifx \@begindocumenthook\:UnDef\else
\:CheckOption{new-accents} \if:Option \else
% \def\:temp{russian}\ifx \languagename\:temp
- \Configure{accent}\"\ddot{H{1E26}h{1E27}W{1E84}w{1E85}X{1E8C}x{1E8D}%
-t{1E97}A{00C4}E{00CB}I{00CF}O{00D6}U{00DC}%
-a{00E4}e{00EB}i{00EF}o{00F6}u{00FC}y{00FF}%
-Y{0178}\i{00EF}%
-å{00EB}%
- {\@use at text@encoding \@curr at enc A}{00C4}%
- {\@use at text@encoding \@curr at enc E}{00CB}%
- {\@use at text@encoding \@curr at enc I}{00CF}%
- {\@use at text@encoding \@curr at enc O}{00D6}%
- {\@use at text@encoding \@curr at enc U}{00DC}%
- {\@use at text@encoding \@curr at enc Y}{0178}%
- {\@use at text@encoding \@curr at enc a}{00E4}%
- {\@use at text@encoding \@curr at enc e}{00EB}%
- {\@use at text@encoding \@curr at enc i}{00EF}%
- {\@use at text@encoding \@curr at enc \i}{00EF}%
- {\@use at text@encoding \@curr at enc o}{00F6}%
- {\@use at text@encoding \@curr at enc u}{00FC}%
- {\@use at text@encoding \@curr at enc y}{00FF}%
- {\@use at text@encoding \@curr at enc å}{00EB}%
- {}{34}}
- {\a:accents{uml}{#1}}
- {\def\:temp{>}\def\:tempa{#2}\ifx \:temp\:tempa\HCode{»}%
- \else \def\:temp{<}\ifx \:temp\:tempa\HCode{«}%
- \else \b:accents{uml}{#1}{#2}\fi\fi}
+ \input{html4-russian-accents.4ht}
% \fi
\fi\fi
@@ -38397,6 +38348,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{slovak}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38586,7 +38538,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{slovene}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38828,6 +38779,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{turkish}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38838,7 +38790,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{ukraineb}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38869,6 +38820,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{hebrew}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38879,7 +38831,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{austrian}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39089,6 +39040,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{czech}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39099,7 +39051,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{danish}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39130,6 +39081,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{esperant}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39140,7 +39092,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{estonian}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39171,6 +39122,7 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{galician}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39181,7 +39133,6 @@
\endinput\empty\empty\empty\empty\empty\empty
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\ConfigureHinput{greek}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -39402,5 +39353,6 @@
+
\endinput
Modified: trunk/lit/tex4ht-html-speech.tex
===================================================================
--- trunk/lit/tex4ht-html-speech.tex 2015-01-28 19:07:48 UTC (rev 136)
+++ trunk/lit/tex4ht-html-speech.tex 2015-01-28 22:55:44 UTC (rev 137)
@@ -1,11 +1,10 @@
% $Id$
% Compile 3 times: latex tex4ht-html-speech
% or xhlatex tex4ht-html-speech "html,3,sections+"
-% Copy html.4ht into the work directory before each of the
-% first two compilations
+% (html4*.4ht must be up to date.)
%
-% Copyright (C) 2009-2010 TeX Users Group
-% Copyright (C) 2006-2009 Eitan M. Gurari
+% Copyright 2009-2015 TeX Users Group
+% Copyright 2006-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -41,18 +40,8 @@
\input ls\string-links.log
\egroup
\fi
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
-
-
-
-
-
-
-
%%%%%%%%%%%%%%%%%%
\section{General}
%%%%%%%%%%%%%%%%%%
@@ -70,56 +59,27 @@
\<html-speech\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% html-speech.4ht |version %
-% Copyright (C) |CopyYear.2006. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% html-speech.4ht (|version), generated from |jobname.tex
+% Copyright 2009-2015 TeX Users Group
+% Copyright |CopyYear.1997. Eitan M. Gurari
+|<TeX4ht copywrite|>
>>>
-
\<html-speech-math\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% html-speech-math.4ht |version %
-% Copyright (C) |CopyYear.2006. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% html-speech-math.4ht (|version), generated from |jobname.tex
+% Copyright 2009-2015 TeX Users Group
+% Copyright |CopyYear.2006. Eitan M. Gurari
+|<TeX4ht copywrite|>
>>>
-
-
\<emacspeak\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% emacspeak.4ht |version %
-% Copyright (C) |CopyYear.2006. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% emacspeak.4ht (|version), generated from |jobname.tex
+% Copyright 2009-2015 TeX Users Group
+% Copyright |CopyYear.2006. Eitan M. Gurari
+|<TeX4ht copywrite|>
>>>
-\<TeX4ht copyright\><<<
-% %
-% This work may be distributed and/or modified under the %
-% conditions of the LaTeX Project Public License, either %
-% version 1.3 of this license or (at your option) any %
-% later version. The latest version of this license is %
-% in %
-% http://www.latex-project.org/lppl.txt %
-% and version 1.3 or later is part of all distributions %
-% of LaTeX version 2003/12/01 or later. %
-% %
-% This work has the LPPL maintenance status "maintained".%
-% %
-% This Current Maintainer of this work %
-% is Eitan M. Gurari. %
-% %
-% If you modify this program your changing its signature %
-% with a directive of the following form will be %
-% appreciated. %
-% \message{signature} %
-% %
-% gurari at cse.ohio-state.edu %
-% http://www.cse.ohio-state.edu/~gurari %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version |version}
->>>
\<par del\><<<
!*?: >>>
\<tag of Tag\><<<
@@ -2864,7 +2824,7 @@
\<configure html-speech-math fontmath\><<<
\def\:tempd#1#2{%
- \expandafter\def\csname #1\endcsname{\mathchar"13#2}%
+ \expandafter\def\csname #1\endcsname{\mathchar"13#2\relax}%
\MathSymbol\mathop{#1}%
\expandafter\def\csname #1:limits\endcsname{\expandafter
\:same \math:sym\mathop{#1}\limits}%
@@ -6457,34 +6417,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\<TeX4ht copyright\><<<
-% %
-% This work may be distributed and/or modified under the %
-% conditions of the LaTeX Project Public License, either %
-% version 1.3 of this license or (at your option) any %
-% later version. The latest version of this license is %
-% in %
-% http://www.latex-project.org/lppl.txt %
-% and version 1.3 or later is part of all distributions %
-% of LaTeX version 2003/12/01 or later. %
-% %
-% This work has the LPPL maintenance status "maintained".%
-% %
-% This Current Maintainer of this work %
-% is Eitan M. Gurari. %
-% %
-% If you modify this program your changing its signature %
-% with a directive of the following form will be %
-% appreciated. %
-% \message{signature} %
-% %
-% gurari at cse.ohio-state.edu %
-% http://www.cse.ohio-state.edu/~gurari %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version |version}
->>>
-
-
\<par del\><<<
!*?: >>>
@@ -12749,7 +12681,7 @@
\catcode`\%}\catcode`\%|=14\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% onmouseover.4ht |version %
-% Copyright (C) |CopyYear.2001. Eitan M. Gurari %
+% Copyright |CopyYear.2001. Eitan M. Gurari %
|<TeX4ht copyright|>
\hbadness=10000 \vbadness=10000 \hfuzz=99in \vfuzz=\hfuzz
Modified: trunk/lit/tex4ht-jsml.tex
===================================================================
--- trunk/lit/tex4ht-jsml.tex 2015-01-28 19:07:48 UTC (rev 136)
+++ trunk/lit/tex4ht-jsml.tex 2015-01-28 22:55:44 UTC (rev 137)
@@ -4,8 +4,8 @@
% Copy html.4ht into the work directory before each of the
% first two compilations
%
-% Copyright (C) 2009-2010 TeX Users Group
-% Copyright (C) 2000-2009 Eitan M. Gurari
+% Copyright 2009-2015 TeX Users Group
+% Copyright 2000-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -65,16 +65,16 @@
\<jsml\><<<
% jsml.4ht (|version), generated from |jobname.tex
-% Copyright (C) 2009-2010 TeX Users Group
-% Copyright (C) |CopyYear.2006. Eitan M. Gurari
+% Copyright 2009-2015 TeX Users Group
+% Copyright |CopyYear.2006. Eitan M. Gurari
|<TeX4ht copywrite|>
>>>
\<jsml-math\><<<
% jsml-math.4ht (|version), generated from |jobname.tex
-% Copyright (C) 2009-2010 TeX Users Group
-% Copyright (C) |CopyYear.2006. Eitan M. Gurari
+% Copyright 2009-2015 TeX Users Group
+% Copyright |CopyYear.2006. Eitan M. Gurari
|<TeX4ht copywrite|>
>>>
@@ -4463,7 +4463,7 @@
\<configure jsml-math fontmath\><<<
\def\:tempd#1#2{%
- \expandafter\def\csname #1\endcsname{\mathchar"13#2}%
+ \expandafter\def\csname #1\endcsname{\mathchar"13#2\relax}%
\MathSymbol\mathop{#1}%
\expandafter\def\csname #1:limits\endcsname{\expandafter
\:same \math:sym\mathop{#1}\limits}%
Modified: trunk/lit/tex4ht-mathltx.tex
===================================================================
--- trunk/lit/tex4ht-mathltx.tex 2015-01-28 19:07:48 UTC (rev 136)
+++ trunk/lit/tex4ht-mathltx.tex 2015-01-28 22:55:44 UTC (rev 137)
@@ -2708,7 +2708,7 @@
\<configure mathltx fontmath\><<<
\def\:tempd#1#2{%
- \expandafter\def\csname #1\endcsname{\mathchar"13#2}%
+ \expandafter\def\csname #1\endcsname{\mathchar"13#2\relax}%
\MathSymbol\mathop{#1}%
\expandafter\def\csname #1:limits\endcsname{\expandafter
\:same \math:sym\mathop{#1}\limits}%
Modified: trunk/lit/tex4ht-mathml.tex
===================================================================
--- trunk/lit/tex4ht-mathml.tex 2015-01-28 19:07:48 UTC (rev 136)
+++ trunk/lit/tex4ht-mathml.tex 2015-01-28 22:55:44 UTC (rev 137)
@@ -3431,7 +3431,7 @@
\<configure mathml fontmath\><<<
\def\:tempd#1#2{%
- \expandafter\def\csname #1\endcsname{\mathchar"13#2}%
+ \expandafter\def\csname #1\endcsname{\mathchar"13#2\relax}%
\MathSymbol\mathop{#1}%
\expandafter\def\csname #1:limits\endcsname{\expandafter
\:same \math:sym\mathop{#1}\limits}%
More information about the tex4ht-commits
mailing list