[tex4ht-commits] [SCM] tex4ht updated: r112 - in trunk: . lit

karl at gnu.org.ua karl at gnu.org.ua
Sun Oct 6 01:11:17 CEST 2013


Author: karl
Date: 2013-10-06 02:11:17 +0300 (Sun, 06 Oct 2013)
New Revision: 112

Added:
   trunk/lit/vcss
   trunk/lit/xmllint
Modified:
   trunk/TODO
   trunk/lit/Makefile
   trunk/lit/README
   trunk/lit/tex4ht-cpright.tex
   trunk/lit/tex4ht-fonts-cjk.tex
   trunk/lit/tex4ht-mkht.tex
Log:
vcss and xmllint stubs, more copyright/doc tweaks

Modified: trunk/TODO
===================================================================
--- trunk/TODO	2013-10-05 22:23:52 UTC (rev 111)
+++ trunk/TODO	2013-10-05 23:11:17 UTC (rev 112)
@@ -9,6 +9,7 @@
 - update to current year
 - current year first
 - "This Current Maintainer" -> "The Current Maintainer"
+   "is the TeX4ht Project <http://tug.org/tex4ht>."
 - eliminate multi-%'s, shorten lines
 
 * http://www.tug.org/texlive/Contents/live/texmf-dist/doc/xetex/XeTeX-notes.pdf

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2013-10-05 22:23:52 UTC (rev 111)
+++ trunk/lit/Makefile	2013-10-05 23:11:17 UTC (rev 112)
@@ -2,7 +2,6 @@
 # This file is public domain.  Originally written 2010, Karl Berry.
 # 
 # todo: look for xx below
-# todo: ohio-state url in tex4ht-cond4ht.tex
 
 wd = work.dir
 tex_opts = --interaction=nonstopmode #--file-line-error
@@ -177,7 +176,8 @@
 $(tex4ht_env_derived): tex4ht-env.tex $(common)
 	htlatex $< "xhtml,3" "" "-d./" $(tex_1opt)
 
-$(tex4ht_fonts_noncjk_derived): tex4ht-fonts-noncjk.tex $(common)
+$(tex4ht_fonts_noncjk_derived): \
+  tex4ht-fonts-noncjk.tex tex4ht-fonts-modern.tex $(common)
 	ht tex $<
 
 $(tex4ht_htcmd_derived): tex4ht-htcmd.tex $(common)

Modified: trunk/lit/README
===================================================================
--- trunk/lit/README	2013-10-05 22:23:52 UTC (rev 111)
+++ trunk/lit/README	2013-10-05 23:11:17 UTC (rev 112)
@@ -2,6 +2,12 @@
 This file is public domain.  Originally written 2010, Karl Berry.
 
 Eitan devised his own literate programming system, which supports
-multiple output files from a single source.  The files here are all the
-"literate" source files.  They are processed with (ht)(la)tex, as given
-by commands at the top.
+multiple output files from a single source (http://ctan.org/pkg/protex).
+The files here are such "literate" source files.  They are processed
+with (ht)(la)tex, as given by commands at the top.
+
+This directory contains do-nothing scripts named xmllint and vcss, which
+are called for validation via tex4ht-env.tex.  (Of course they won't be
+used unless . is early enough in PATH.)  The real xmllint can take a
+long time to run, and fails to find the DTD on the tex4ht-docbook*.html
+output, for no apparent reason.

Modified: trunk/lit/tex4ht-cpright.tex
===================================================================
--- trunk/lit/tex4ht-cpright.tex	2013-10-05 22:23:52 UTC (rev 111)
+++ trunk/lit/tex4ht-cpright.tex	2013-10-05 23:11:17 UTC (rev 112)
@@ -21,4 +21,4 @@
 |<TeX4ht copyright|>\immediate\write-1{version |version}
 >>>
 
-% Two additional copies in tex4ht-mktex.tex.
+% Two additional copies in tex4ht-mkht.tex.

Modified: trunk/lit/tex4ht-fonts-cjk.tex
===================================================================
--- trunk/lit/tex4ht-fonts-cjk.tex	2013-10-05 22:23:52 UTC (rev 111)
+++ trunk/lit/tex4ht-fonts-cjk.tex	2013-10-05 23:11:17 UTC (rev 112)
@@ -1,32 +1,12 @@
-% tex tex4ht-fonts-cjk   or    ht tex tex4ht-fonts-cjk   
+% $Id$
+%       tex tex4ht-fonts-cjk
+% or    ht tex tex4ht-fonts-cjk   
 %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-fonts-cjk.tex                                   %
-% Copyright (C) 1997--            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  %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   
+% Copyright (C) 2009-2013 TeX Users Group
+% Copyright (C) 1997-2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
 
-
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
    \input tex4ht.sty    


Property changes on: trunk/lit/tex4ht-fonts-cjk.tex
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
Modified: trunk/lit/tex4ht-mkht.tex
===================================================================
--- trunk/lit/tex4ht-mkht.tex	2013-10-05 22:23:52 UTC (rev 111)
+++ trunk/lit/tex4ht-mkht.tex	2013-10-05 23:11:17 UTC (rev 112)
@@ -7,7 +7,7 @@
 % (2) perl -c mk4ht.perl
 % (3) xhlatex mkht-scripts.4ht "html,3"
 %
-% Copyright (C) 2009-2010 TeX Users Group
+% Copyright (C) 2009-2013 TeX Users Group
 % Copyright (C) 1997-2009 Eitan M. Gurari
 % Released under LPPL 1.3c+.
 % See tex4ht-cpright.tex for license text.
@@ -988,7 +988,7 @@
 
 \<mkht\><<<-
 % mkht.4ht (?version), generated from ?jobname.tex
-% Copyright (C) 2009-2010 TeX Users Group
+% Copyright (C) 2009-2013 TeX Users Group
 % Copyright (C) ?CopyYear.1997. Eitan M. Gurari
 ?<TeX4ht copyright?>
 \immediate\write-1{version ?version}
@@ -1233,7 +1233,7 @@
 
 \<mkht-scripts\><<<-
 % mkht-scripts.4ht (?version), generated from ?jobname.tex
-% Copyright (C) 2009-2010 TeX Users Group
+% Copyright (C) 2009-2013 TeX Users Group
 % Copyright (C) ?CopyYear.2000. Eitan M. Gurari
 ?<TeX4ht copyright?>
 
@@ -1843,7 +1843,7 @@
 
 \<perl copyright notice\><<<-
 # mk4ht (?version), generated from ?jobname.tex
-# Copyright (C) 2009-2010 TeX Users Group
+# Copyright (C) 2009-2013 TeX Users Group
 # Copyright (C) ?CopyYear.2003. Eitan M. Gurari
 #
 # This work may be distributed and/or modified under the
@@ -1866,7 +1866,7 @@
 % used in the generated scripts.
 \<MYcopyrightnotice\><<<-
 |Rem |ScriptFileName|AddExtn (?version), generated from ?jobname.tex
-|Rem Copyright (C) 2009-2010 TeX Users Group
+|Rem Copyright (C) 2009-2013 TeX Users Group
 |Rem Copyright (C) ?CopyYear.2003. Eitan M. Gurari
 |Rem
 |Rem This work may be distributed and/or modified under the

Index: trunk/lit/vcss
===================================================================
--- trunk/lit/vcss	2013-10-05 22:23:52 UTC (rev 111)
+++ trunk/lit/vcss	2013-10-05 23:11:17 UTC (rev 112)

Property changes on: trunk/lit/vcss
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: trunk/lit/xmllint
===================================================================
--- trunk/lit/xmllint	2013-10-05 22:23:52 UTC (rev 111)
+++ trunk/lit/xmllint	2013-10-05 23:11:17 UTC (rev 112)

Property changes on: trunk/lit/xmllint
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


More information about the tex4ht-commits mailing list