[tex4ht-commits] [SCM] tex4ht updated: r39 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Fri Mar 5 20:30:47 CET 2010
Author: karl
Date: 2010-03-05 21:30:47 +0200 (Fri, 05 Mar 2010)
New Revision: 39
Modified:
trunk/lit/
trunk/lit/.svnignore
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-fonts-noncjk.tex
Log:
start at fonts-noncjk
Property changes on: trunk/lit
___________________________________________________________________
Name: svn:ignore
- work.dir
*.4ct
*.4ht
*.4tc
*.4xt
*.aux
*.bat
*.c
*.css
*.dtd
*.dvi
*.html
*.idv
*.java
*.lg
*.log
*.perl
*.png
*.tmp
*.trc
*.unix
*.xref
+ lm-htf.tex
tmp
work.dir
*.4ct
*.4es
*.4ht
*.4tc
*.4xt
*.aux
*.bat
*.c
*.css
*.dtd
*.dvi
*.htf
*.html
*.idv
*.java
*.lg
*.log
*.perl
*.png
*.tmp
*.trc
*.unix
*.xref
Modified: trunk/lit/.svnignore
===================================================================
--- trunk/lit/.svnignore 2010-03-04 19:45:49 UTC (rev 38)
+++ trunk/lit/.svnignore 2010-03-05 19:30:47 UTC (rev 39)
@@ -1,5 +1,8 @@
+lm-htf.tex
+tmp
work.dir
*.4ct
+*.4es
*.4ht
*.4tc
*.4xt
@@ -9,6 +12,7 @@
*.css
*.dtd
*.dvi
+*.htf
*.html
*.idv
*.java
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2010-03-04 19:45:49 UTC (rev 38)
+++ trunk/lit/ChangeLog 2010-03-05 19:30:47 UTC (rev 39)
@@ -1,3 +1,9 @@
+2010-03-05 Karl Berry <karl at gnu.org>
+
+ * tex4ht-fonts-noncjk.tex: start at license notices.
+ Correct quoting of the
+ \Needs{"xhlatex tex4ht-fonts-4hf ..."} line.
+
2010-03-04 Radhakrishnan CV <cvr at river-valley.org>
* tex4ht-mkht.tex (<MYcopyrightnotice): new macro; insert
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2010-03-04 19:45:49 UTC (rev 38)
+++ trunk/lit/Makefile 2010-03-05 19:30:47 UTC (rev 39)
@@ -10,6 +10,9 @@
common_info = $(common) common-info.tex
derived =
+derived += $(tex4ht_fonts_noncjk_derived)
+tex4ht_fonts_noncjk_derived = SearchFonts.java cmtex.htf # and thousands more
+# also, whither lm-htf.tex? whither tmp? how change target dir?
derived += $(tex4ht_htcmd_derived)
tex4ht_htcmd_derived = htcmd.c
@@ -124,6 +127,9 @@
#
all: $(derived)
+$(tex4ht_fonts_noncjk_derived): tex4ht-fonts-noncjk.tex $(common)
+ ht tex $<
+
$(tex4ht_htcmd_derived): tex4ht-htcmd.tex $(common)
ht tex $<
Modified: trunk/lit/tex4ht-fonts-noncjk.tex
===================================================================
--- trunk/lit/tex4ht-fonts-noncjk.tex 2010-03-04 19:45:49 UTC (rev 38)
+++ trunk/lit/tex4ht-fonts-noncjk.tex 2010-03-05 19:30:47 UTC (rev 39)
@@ -1,38 +1,15 @@
-% tex tex4ht-fonts-noncjk or ht tex tex4ht-fonts-noncjk
+% $Id$
+% tex tex4ht-fonts-noncjk
+% or ht tex tex4ht-fonts-noncjk
%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% 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, 2010 TeX Users Group.
+% Copyright (C) 1997--2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
\def\accentGrave{18}
\def\accentHat{94}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
\def\Uendash{2013}
\def\Uemdash{2014}
@@ -461,7 +438,10 @@
\Needs{"mkdir -p \MYdir"}%
-\Needs{"xhlatex tex4ht-fonts-4hf 'html,3' '' '-d./"}%
+% this run needs capacity increases to succeed.
+%\Needs{"xhlatex tex4ht-fonts-4hf 'html,3' '' '-d./'"}%
+
+% are these really needed?
\Needs{"tex tex4ht-fonts-cjk ; tex4ht tex4ht-fonts-cjk ; t4ht tex4ht-fonts-cjk"}
\Needs{"tex tex4ht-fonts-cjk-utf8 ; tex4ht tex4ht-fonts-cjk-utf8 ; t4ht tex4ht-fonts-cjk-utf8"}
@@ -469,21 +449,9 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\newcount\tmpcnt \tmpcnt\time \divide\tmpcnt 60
-\edef\temp{\the\tmpcnt}
-\multiply\tmpcnt -60 \advance\tmpcnt \time
+\input common
-\edef\version{\the\year-\ifnum \month<10 0\fi
- \the\month-\ifnum \day<10 0\fi\the\day}
-\def\CopyYear.#1.{%
- \ifnum #1=\year #1\space\space\space\space\space\space
- \else #1--\the\year\fi
-}
-
-
-
-
\CutAt{Chapter}
\CutAt{Section,Chapter}
@@ -507,7 +475,7 @@
\<version 0\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%>>>
+%>>>
\<gversion 2\><<<
% Eitan M. Gurari %>>>
@@ -563,17 +531,17 @@
`<version 11`> >>>
\<version 12\><<<
-% If you modify this file your your adding a note of %>>>
+% If you modify this file, changing the>>>
\<gversion 13\><<<
`<version 12`> >>>
\<version 13\><<<
-% your own after this copyright note will be appreciated. %>>>
+% versions identification would be appreciated.>>>
\<gversion 14\><<<
`<version 13`> >>>
\<version 14\><<<
-% %>>>
+%>>>
\<gversion 15\><<<
`<version 14`> >>>
@@ -609,8 +577,13 @@
%%%%%%%%%%%%%
+\input tex4ht-cpright
\<SearchFonts.java\><<<
+/* SearchFonts.java (`version), generated from `jobname.tex
+ Copyright (C) 2009, 2010 TeX Users Group
+ Copyright (C) `CopyYear.2002. Eitan M. Gurari
+`<TeX4ht copyright`> */
import java.io.*;
import java.util.*;
class SearchFonts{
@@ -1074,9 +1047,9 @@
\<cminch-Q\><<<
cminch 48 90
-'0' '' 48 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-'1' '' 49 % cminch.htf `version %
-'2' '' 50 % Copyright (C) `CopyYear.2001. Eitan M. Gurari %
+'0' '' 48 %
+'1' '' 49 % cminch.htf (`version), generated from `jobname.tex
+'2' '' 50 % Copyright (C) `CopyYear.2001. Eitan M. Gurari
'3' '' 51 `<version 2`>
'4' '' 52 `<version 3`>
'5' '' 53 `<version 4`>
@@ -1162,8 +1135,8 @@
\<cmtcsc-uni\><<<
cmtcsc 0 127
'Γ' '' Gamma 0 `<version 0`>
-'Δ' '' Delta 1 % cmtcsc.htf (unicode) `version %
-'Θ' '' Theta 2 % Copyright (C) `CopyYear.2000. Michel Goossens %
+'Δ' '' Delta 1 % cmtcsc.htf (unicode) (`version), generated from `jobname.tex
+'Θ' '' Theta 2 % Copyright (C) `CopyYear.2000. Michel Goossens
'Λ' '' Lambda 3 `<gversion 2`>
'Ξ' '' Xi 4 `<gversion 3`>
'Π' '' Pi 5 `<gversion 4`>
Property changes on: trunk/lit/tex4ht-fonts-noncjk.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
More information about the tex4ht-commits
mailing list