[tex4ht-commits] [SCM] tex4ht updated: r12 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Mon Feb 8 19:11:09 CET 2010
Author: karl
Date: 2010-02-08 20:11:09 +0200 (Mon, 08 Feb 2010)
New Revision: 12
Modified:
trunk/lit/
trunk/lit/.svnignore
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-unicode.tex
trunk/lit/tex4ht-word.tex
trunk/lit/tex4ht-xhtml-xtpipes.tex
trunk/lit/tex4ht-xhtmml-xtpipes.tex
trunk/lit/xtpipes.tex
Log:
tex4ht-unicode notices
Property changes on: trunk/lit
___________________________________________________________________
Name: svn:ignore
- work.dir
*.4ct
*.4tc
*.aux
*.css
*.dvi
*.html
*.idv
*.lg
*.log
*.tmp
*.trc
*.xref
+ work.dir
*.4ct
*.4tc
*.aux
*.css
*.dvi
*.html
*.idv
*.lg
*.log
*.png
*.tmp
*.trc
*.xref
Modified: trunk/lit/.svnignore
===================================================================
--- trunk/lit/.svnignore 2010-02-08 01:22:44 UTC (rev 11)
+++ trunk/lit/.svnignore 2010-02-08 18:11:09 UTC (rev 12)
@@ -8,6 +8,7 @@
*.idv
*.lg
*.log
+*.png
*.tmp
*.trc
*.xref
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2010-02-08 01:22:44 UTC (rev 11)
+++ trunk/lit/ChangeLog 2010-02-08 18:11:09 UTC (rev 12)
@@ -1,3 +1,8 @@
+2010-02-08 Karl Berry <karl at gnu.org>
+
+ * tex4ht-unicode.tex: add license notices.
+ * Makefile: add derivations.
+
2010-02-07 Karl Berry <karl at gnu.org>
* tex4ht-word.tex: add license notices.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2010-02-08 01:22:44 UTC (rev 11)
+++ trunk/lit/Makefile 2010-02-08 18:11:09 UTC (rev 12)
@@ -6,6 +6,10 @@
common = tex4ht-cpright.tex common.tex
derived =
+derived += $(tex4ht_unicode_derived)
+tex4ht_unicode_derived = \
+ unicode.4ht \
+
derived += $(tex4ht_word_derived)
tex4ht_xhtml_xtpipes_derived = \
htmlw.4ht \
@@ -38,8 +42,11 @@
default all: $(derived)
+$(tex4ht_unicode_derived): tex4ht-unicode.tex $(common)
+ mk4ht xhlatex $< "html,3,sections+"
+
$(tex4ht_word_derived): tex4ht-word.tex $(common)
- mk4ht xhlatex $< #"html,3,sections+"
+ mk4ht xhlatex $< "html,3,sections+"
$(tex4ht_xhtml_xtpipes_derived): tex4ht-xhtml-xtpipes.tex $(common)
htlatex $< "xhtml,3,next" "" "-d./" "-interaction=nonstopmode"
@@ -53,8 +60,10 @@
# (corresponds to src/java for xtpipes.tex)
destdir = ..
-update = cp -pr # not done yet!
+update = cp -pr
update: all
+ $(update) unicode.4ht $(destdir)/texmf/tex/generic/tex4ht/
+#
$(update) htmlw.4ht $(destdir)/texmf/tex/generic/tex4ht/
#
$(update) XhtmlEmails.java $(destdir)/src/java/
Modified: trunk/lit/tex4ht-unicode.tex
===================================================================
--- trunk/lit/tex4ht-unicode.tex 2010-02-08 01:22:44 UTC (rev 11)
+++ trunk/lit/tex4ht-unicode.tex 2010-02-08 18:11:09 UTC (rev 12)
@@ -1,30 +1,10 @@
+% $Id$
% latex tex4ht-unicode or xhlatex tex4ht-unicode "html,3,sections+"
%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-unicode.tex %
-% Copyright (C) 1998-- 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) 1998--2009 Eitan M. Gurari
+% Copyright 2009, 2010 TeX Users Group.
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
\ifx \HTML\UnDef
\def\HTML{unicode}
@@ -34,6 +14,9 @@
\expandafter\next
\fi
+\input{common.tex}
+\input{tex4ht-cpright.tex}
+
%%%%%%%%%%%%%%%%%% definitions %%%%%%%%%%%%%%%%%%%%%%%%%
\let\AltxModifyShowCode=\ModifyShowCode
@@ -44,24 +27,7 @@
\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
-}
-
-
-
-
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\Needs{"ls -l tex4ht-*.tex > ls-links.log"}
\openin15=ls-links.log
@@ -217,8 +183,6 @@
\subsection{TeX Engine}
-
-
The \verb'\trap:base' is to catch empty bases of exponents like, e.g.,
in \verb'$a^{^b}$'.
@@ -272,10 +236,10 @@
\<unicode\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% unicode.4ht |version %
-% Copyright (C) |CopyYear.1998. Eitan M. Gurari %
+% unicode.4ht (|version), generated from |jobname.tex
+% Copyright (C) |CopyYear.1998. Eitan M. Gurari
|<TeX4ht copyright|>
+\immediate\write-1{version |version}
>>>
@@ -907,43 +871,6 @@
>>>
-
-
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\section{Copy Right}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
-\<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\><<<
!*?: >>>
Property changes on: trunk/lit/tex4ht-unicode.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
Modified: trunk/lit/tex4ht-word.tex
===================================================================
--- trunk/lit/tex4ht-word.tex 2010-02-08 01:22:44 UTC (rev 11)
+++ trunk/lit/tex4ht-word.tex 2010-02-08 18:11:09 UTC (rev 12)
@@ -5,7 +5,7 @@
% Copyright 2000--2009 Eitan M. Gurari
% Copyright 2009, 2010 TeX Users Group.
% Released under LPPL 1.3c+.
-% Please see tex4ht-cpright.tex for license text.
+% See tex4ht-cpright.tex for license text.
%%%%%%%%%%%%%%%%%% load style files %%%%%%%%%%%%%%%%%%%%%%%%%%
Modified: trunk/lit/tex4ht-xhtml-xtpipes.tex
===================================================================
--- trunk/lit/tex4ht-xhtml-xtpipes.tex 2010-02-08 01:22:44 UTC (rev 11)
+++ trunk/lit/tex4ht-xhtml-xtpipes.tex 2010-02-08 18:11:09 UTC (rev 12)
@@ -4,7 +4,7 @@
% Copyright 1996--2009 Eitan M. Gurari
% Copyright 2009, 2010 TeX Users Group.
% Released under LPPL 1.3c+.
-% Please see tex4ht-cpright.tex for license text.
+% See tex4ht-cpright.tex for license text.
\documentclass{article}
\Configure{ProTex}{log,<<<>>>,title,list,`,[[]]}
Modified: trunk/lit/tex4ht-xhtmml-xtpipes.tex
===================================================================
--- trunk/lit/tex4ht-xhtmml-xtpipes.tex 2010-02-08 01:22:44 UTC (rev 11)
+++ trunk/lit/tex4ht-xhtmml-xtpipes.tex 2010-02-08 18:11:09 UTC (rev 12)
@@ -4,7 +4,7 @@
% Copyright 1996--2009 Eitan M. Gurari
% Copyright 2009, 2010 TeX Users Group.
% Released under LPPL 1.3c+.
-% Please see tex4ht-cpright.tex for license text.
+% See tex4ht-cpright.tex for license text.
\documentclass{article}
\Configure{ProTex}{log,<<<>>>,title,list,`,[[]]}
Modified: trunk/lit/xtpipes.tex
===================================================================
--- trunk/lit/xtpipes.tex 2010-02-08 01:22:44 UTC (rev 11)
+++ trunk/lit/xtpipes.tex 2010-02-08 18:11:09 UTC (rev 12)
@@ -11,13 +11,13 @@
% Copyright 1996--2009 Eitan M. Gurari
% Copyright 2009, 2010 TeX Users Group.
% Released under LPPL 1.3c+.
-% Please see tex4ht-cpright.tex for license text.
+% See tex4ht-cpright.tex for license text.
\documentclass{article}
\usepackage{url}
\usepackage{verbatim}
\input{common.tex}
- % make ` be the escape character, instead of ||
+ % make ` be the escape character, instead of |
\Configure{ProTex}{java,<<<>>>,title,list,`}
\begin{document}
\input tex4ht-cpright.tex
More information about the tex4ht-commits
mailing list