~ubuntu-branches/debian/sid/tex4ht/sid

« back to all changes in this revision

Viewing changes to texmf/tex/generic/tex4ht/doc.4ht

  • Committer: Bazaar Package Importer
  • Author(s): Kapil Hari Paranjape
  • Date: 2005-04-05 14:14:41 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050405141441-x4dojdgz3frkfyet
Tags: 20050402.1817-1
* New upstream release (2005-04-02-18:17). Closes: #299934.
* See README.src, README.validate, README.Debian and copyright
  for information on minor changes.
* This upload fixes a some .htf files. Closes: #295109.
* Updated the description to reflect recent changes.
* Fixed some typos in src/tex4ht-mkht.tex and consequently
  in the mk4ht script.
* Updated the man page to include mk4ht. 
* Updated the description of options for the scripts in the man page.
  Put more information in the man page about the way the system works.
  Closes: #219348, #219347.
* Added debian/watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
2
% doc.4ht                               2005-03-27-10:43 %
 
3
% Copyright (C) 1997--2005       Eitan M. Gurari         %
 
4
%                                                        %
 
5
% This work may be distributed and/or modified under the %
 
6
% conditions of the LaTeX Project Public License, either %
 
7
% version 1.3 of this license or (at your option) any    %
 
8
% later version. The latest version of this license is   %
 
9
% in                                                     %
 
10
%   http://www.latex-project.org/lppl.txt                %
 
11
% and version 1.3 or later is part of all distributions  %
 
12
% of LaTeX version 2003/12/01 or later.                  %
 
13
%                                                        %
 
14
% This work has the LPPL maintenance status "maintained".%
 
15
%                                                        %
 
16
% This Current Maintainer of this work                   %
 
17
% is Eitan M. Gurari.                                    %
 
18
%                                                        %
 
19
% If you modify this program your changing its signature %
 
20
% with a directive of the following form will be         %
 
21
% appreciated.                                           %
 
22
%            \message{signature}                         %
 
23
%                                                        %
 
24
%                             gurari@cse.ohio-state.edu  %
 
25
%                 http://www.cse.ohio-state.edu/~gurari  %
 
26
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
27
\immediate\write-1{version 2005-03-27-10:43}
 
28
 
 
29
 
 
30
\:CheckOption{no^} \if:Option \else
 
31
   \catcode`\^^M13    \def\hat:A#1^^M{\egroup}    \catcode`\^^M5  %
 
32
   \def\hhat:A{\bgroup \catcode`\^^M13 \hat:A}
 
33
   \Configure{\string^\string^}{A}{\hhat:A}
 
34
\fi
 
35
\def\:temp{{\rmfamily B\textsc{ib}\TeX}}
 
36
\HLet\BibTeX\:temp
 
37
\def\:temp{\textsc{Plain}\TeX}
 
38
\HLet\PlainTeX\:temp
 
39
\bgroup
 
40
   \let\:temp\StopEventually
 
41
   \OnlyDescription
 
42
   \ifx \:temp\StopEventually
 
43
      \let\:temp=\empty
 
44
   \else                                   
 
45
      \def\:temp{\long\def\StopEventually##1{##1}}
 
46
   \fi
 
47
\expandafter \egroup \:temp
 
48
\HRestore\maketitle
 
49
\:CheckOption{broken-index} \if:Option
 
50
  \def\warn:idx#1{%
 
51
  \expandafter\ifx \csname #1warn:idx\endcsname\relax
 
52
     \expandafter\global
 
53
         \expandafter\let \csname #1warn:idx\endcsname\def
 
54
     \:warning{If not done so, the index is to be processed by
 
55
      ^^J\space\space tex '\string\def\string\filename
 
56
         {{#1}{idx}{4dx}{ind}} \noexpand\input\space idxmake.4ht'
 
57
      ^^J\space\space  makeindex -s #1.ist -o #1.ind #1.4dx
 
58
      ^^Jinstead of
 
59
      ^^J\space\space  makeindex -s #1.ist -o #1.ind #1.idx
 
60
      ^^JOn some platforms, the quotation marks ' should be
 
61
      ^^J      replaced by double quotation marks " or eliminated.
 
62
     }%
 
63
     {\Configure{Needs}{File: #1.4idx}\Needs{}}%
 
64
  \fi}
 
65
 
 
66
  \pend:defI\codeline@wrindex{\if@filesw
 
67
     \title:chs{\html:addr
 
68
              \hbox{\Link-{}{x\last:haddr}\EndLink}}{}%
 
69
      \immediate\write\@indexfile{\string \beforeentry{\RefFileNumber
 
70
           \FileNumber}{\title:chs{x\last:haddr}{\cur:th
 
71
           \:currentlabel}}{\a:makeindex}}\fi}
 
72
\else
 
73
  \def\warn:idx#1{%
 
74
    \expandafter\ifx \csname #1warn:idx\endcsname\relax
 
75
       \expandafter\global
 
76
           \expandafter\let \csname #1warn:idx\endcsname\def
 
77
       \:warning{If not done so, the index is to be processed by
 
78
        ^^J\space\space  makeindex -o #1.ind #1.idx
 
79
       }%
 
80
       {\Configure{Needs}{File: #1.4idx}\Needs{}}%
 
81
    \fi}
 
82
\fi
 
83
 
 
84
\Hinput{doc}
 
85
\endinput
 
86