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

karl at gnu.org.ua karl at gnu.org.ua
Sun Feb 28 19:49:41 CET 2010


Author: karl
Date: 2010-02-28 20:49:41 +0200 (Sun, 28 Feb 2010)
New Revision: 34

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-html4.tex
Log:
tex4ht-html4 license notices

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2010-02-28 18:45:59 UTC (rev 33)
+++ trunk/lit/ChangeLog	2010-02-28 18:49:41 UTC (rev 34)
@@ -1,6 +1,7 @@
 2010-02-28  Karl Berry  <karl at gnu.org>
 
-	* tex4ht-html32.tex: update license notices.
+	* tex4ht-html32.tex,
+	* tex4ht-html4.tex: update license notices.
 	* Makefile: add derivations.
 
 2010-02-26  Karl Berry  <karl at gnu.org>

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2010-02-28 18:45:59 UTC (rev 33)
+++ trunk/lit/Makefile	2010-02-28 18:49:41 UTC (rev 34)
@@ -2,6 +2,7 @@
 # This file is public domain.  Originally written 2010, Karl Berry.
 
 wd = work.dir
+tex_args = "--interaction=nonstopmode --file-line-error"
 
 default: all
 
@@ -12,9 +13,9 @@
 derived += $(tex4ht_html32_derived)
 tex4ht_html32_derived = html32.4ht html32-math.4ht 
 
-#derived += $(tex4ht_html4_derived)
-#tex4ht_html4_derived = \
-#  html4.4ht html4-math.4ht html4-uni.4ht onmouseover.4ht exerqz.4ht
+derived += $(tex4ht_html4_derived)
+tex4ht_html4_derived = \
+  html4.4ht html4-math.4ht html4-uni.4ht onmouseover.4ht exerqz.4ht
 
 derived += $(tex4ht_info_mml_derived)
 tex4ht_info_mml_derived = infomml.4ht
@@ -115,23 +116,23 @@
 	xhlatex tex4ht-html32 "html,3,sections+"
 
 $(tex4ht_html4_derived): tex4ht-html4.tex $(common)
-	htlatex $< "html,sections+" "" "-d./" "-interaction=nonstopmode"
+	htlatex $< "html,sections+" "" "-d./" $(tex_args)
 #	mk4ht xhlatex $< "html,3,sections+"
 
 $(tex4ht_info_mml_derived): tex4ht-info-mml.tex $(common_info)
-	htlatex $< "html,sections+" "" "-d./" "-interaction=nonstopmode"
+	htlatex $< "html,sections+" "" "-d./" $(tex_args)
 
 $(tex4ht_info_ooffice_derived): tex4ht-info-ooffice.tex $(common_info)
-	htlatex $< "html,sections+" "" "-d./" "-interaction=nonstopmode"
+	htlatex $< "html,sections+" "" "-d./" $(tex_args)
 
 $(tex4ht_info_svg_derived): tex4ht-info-svg.tex $(common_info)
-	htlatex $< "html,sections+" "" "-d./" "-interaction=nonstopmode"
+	htlatex $< "html,sections+" "" "-d./" $(tex_args)
 
 $(tex4ht_info_derived): tex4ht-info.tex $(common)
 	mk4ht xhlatex $< "html,3,sections+"
 
 $(tex4ht_javahelp_xtpipes_derived): tex4ht-javahelp-xtpipes.tex $(common)
-	htlatex $< "xhtml,next,3" "" "-d./" "-interaction=nonstopmode"
+	htlatex $< "xhtml,next,3" "" "-d./" $(tex_args)
 
 $(tex4ht_javahelp_derived): tex4ht-javahelp.tex $(common)
 	mk4ht xhlatex $< "html,3,sections+"
@@ -140,7 +141,7 @@
 	mk4ht xhlatex $< "html,3,sections+"
 
 $(tex4ht_jsml_xtpipes_derived): tex4ht-jsml-xtpipes.tex $(common)
-	htlatex $< "xhtml,next,3" "" "-d./" "-interaction=nonstopmode"
+	htlatex $< "xhtml,next,3" "" "-d./" $(tex_args)
 
 $(tex4ht_jsml_derived): tex4ht-jsml.tex $(common)
 	mk4ht xhlatex $< "html,3,sections+"
@@ -160,13 +161,13 @@
 	mk4ht xhlatex $< "html,3,sections+"
 
 $(tex4ht_oo_xtpipes_derived): tex4ht-oo-xtpipes.tex $(common)
-	htlatex $< "xhtml,next,3" "" "-d./" "-interaction=nonstopmode"
+	htlatex $< "xhtml,next,3" "" "-d./" $(tex_args)
 
 $(tex4ht_ooffice_derived): tex4ht-ooffice.tex $(common)
-	htlatex $< "xhtml,4,sections+" "" "-d./" "-interaction=nonstopmode"
+	htlatex $< "xhtml,4,sections+" "" "-d./" $(tex_args)
 
 $(tex4ht_ooimpress_derived): tex4ht-ooimpress.tex $(common)
-	htlatex $< "xhtml,4,sections+" "" "-d./" "-interaction=nonstopmode"
+	htlatex $< "xhtml,4,sections+" "" "-d./" $(tex_args)
 
 $(tex4ht_options_derived): tex4ht-options.tex $(common)
 	mk4ht xhlatex $<
@@ -190,13 +191,13 @@
 	mk4ht xhlatex $< "html,3,sections+"
 
 $(tex4ht_xhtml_xtpipes_derived): tex4ht-xhtml-xtpipes.tex $(common)
-	htlatex $< "xhtml,3,next" "" "-d./" "-interaction=nonstopmode"
+	htlatex $< "xhtml,3,next" "" "-d./" $(tex_args)
 
 $(tex4ht_xhtmml_xtpipes_derived): tex4ht-xhtmml-xtpipes.tex $(common)
-	htlatex $< "xhtml,3,next" "" "-d./" "-interaction=nonstopmode"
+	htlatex $< "xhtml,3,next" "" "-d./" $(tex_args)
 
 $(xtpipes_derived): xtpipes.tex $(common)
-	htlatex $< "xhtml,3,next" "" "-d./" "-interaction=nonstopmode"
+	htlatex $< "xhtml,3,next" "" "-d./" $(tex_args)
 # Derived files are generated in . and $(wd).
 # (corresponds to src/java for xtpipes.tex)
 
@@ -208,6 +209,8 @@
 update = cp -pr
 #
 update: all
+	$(update) $(tex4ht_html32_derived) $(dest_texmf)/
+#
 	$(update) $(tex4ht_html4_derived) $(dest_texmf)/
 #
 	$(update) $(tex4ht_info_mml_derived) $(dest_texmf)/

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2010-02-28 18:45:59 UTC (rev 33)
+++ trunk/lit/tex4ht-html4.tex	2010-02-28 18:49:41 UTC (rev 34)
@@ -1,36 +1,14 @@
+% $Id$
 % Compile 3 times: latex tex4ht-html4
-%             or   xhlatex tex4ht-html4 "html,3,sections+"
+%           or   xhlatex tex4ht-html4 "html,3,sections+"
 % Copy html.4ht into the work directory before each of the 
 %            first two compilations
 %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-html4.tex                                       %
-% Copyright (C) 1996--            Eitan M. Gurari        %
-%                                                        %
-% 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 file your changing the signature    %
-% in \message{(signature)} below will be appreciated.    %
-%                                                        %
-%                             gurari at cse.ohio-state.edu  %
-%                 http://www.cse.ohio-state.edu/~gurari  %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   
-\message{(<signature>)}
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) 1996--2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
 
-
-
 \ifx \HTML\UnDef
    \def\HTML{html4,html4-math,html4-uni} 
    \def\CONFIG{\jobname}
@@ -40,32 +18,10 @@
    \expandafter\next
 \fi
 
+\input{common-code}
+\input{common}
+\input{tex4ht-cpright}
 
-
-%%%%%%%%%%%%%%%%%% definitions %%%%%%%%%%%%%%%%%%%%%%%%%
-
-\let\AltxModifyShowCode=\ModifyShowCode
-\def\ModifyShowCode{%
-   \def\by{by}\def\={=}\AltxModifyShowCode}
-\let\pReModifyOutputCode=\ModifyOutputCode
-\def\ModifyOutputCode{%
-   \def\by{}\def\={}%
-   \pReModifyOutputCode}
-
-\newcount\tmpcnt  \tmpcnt\time  \divide\tmpcnt  60
-\edef\temp{\the\tmpcnt}
-\multiply\tmpcnt  -60 \advance\tmpcnt  \time
-
-\edef\version{\the\year-\ifnum \month<10 0\fi
-  \the\month-\ifnum \day<10 0\fi\the\day
-   -\ifnum \temp<10 0\fi \temp
-   :\ifnum \tmpcnt<10 0\fi\the\tmpcnt}
-
-\def\CopyYear.#1.{%
-   \ifnum #1=\year #1\space\space\space\space\space\space
-    \else          #1--\the\year\fi
-}
-
 \def\.{\string\a:mathml:\space}
 
 
@@ -110,23 +66,22 @@
 
 
 \<html4\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
-% html4.4ht                             |version %
-% Copyright (C) |CopyYear.1997.       Eitan M. Gurari         %
-|<TeX4ht copyright|>
+% html4.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.1997. Eitan M. Gurari
+|<TeX4ht copywrite|>
 >>>
 
 
 \<html4-math\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
-% html4-math.4ht                        |version %
-% Copyright (C) |CopyYear.1999.       Eitan M. Gurari         %
-|<TeX4ht copyright|>
+% html4-math.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.1999. Eitan M. Gurari
+|<TeX4ht copywrite|>
 >>>
 
 
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \chapter{Front part}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -309,7 +264,7 @@
 
 Don't place the full address
  \''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd' 
-within DOCTYPE. It can stop tools like xt when the serves doen't respond
+within DOCTYPE. It can stop tools like xt when the server doesn't respond
 
 
 \<xhtml dtd\><<<
@@ -6968,10 +6923,10 @@
 \ifnum\the\catcode`\%=14\else\expandafter\edef\csname
   \string:RestoreCatcodes\endcsname{\catcode`\%|=\the
   \catcode`\%}\catcode`\%|=14\fi
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
-% onmouseover.4ht                       |version %
-% Copyright (C) |CopyYear.2001.       Eitan M. Gurari         %
-|<TeX4ht copyright|>
+% onmouseover.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.2001. Eitan M. Gurari
+|<TeX4ht copywrite|>
 
 \hbadness=10000 \vbadness=10000 \hfuzz=99in \vfuzz=\hfuzz
 \overfullrule=0pt   \let\makefootline\empty
@@ -20079,11 +20034,10 @@
 
 
 \<exerqz\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
-% exerqz.4ht                            |version %
-% Copyright (C) |CopyYear.1999.                          %
-%                      Donald P. Story & Eitan M. Gurari %
-|<TeX4ht copyright|>
+% exerqz.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.1999. Eitan M. Gurari, Donald P. Story
+|<TeX4ht copywrite|>
 |<exerqz's vars|>
 |<predefined exerquiz javascript|>
 >>>
@@ -21664,32 +21618,6 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \chapter{Shared}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\<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\><<<
@@ -21703,13 +21631,6 @@
 >>>
 
 
-
-
-
-
-
-
-
  \OutputCode[4ht]\<exerqz\>
  \OutputCodE\<onmouseover.4ht\>         
 


Property changes on: trunk/lit/tex4ht-html4.tex
___________________________________________________________________
Name: svn:keywords
   + Date Author Id



More information about the tex4ht-commits mailing list