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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Kapil Hari Paranjape
  • Date: 2008-09-12 10:32:36 UTC
  • mfrom: (1.3.2 upstream) (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080912103236-tgw2q5g6f5hp2pnm
Tags: 20080701-2
* debian/patches/add_manpage.diff: Modified the man page
  to recommend that "mk4ht" be used for conversions other than
  from TeX/LaTeX to HTML. This is in response to #495768.
* debian/control: Replaced "sun-java5-jre" with "openjdk-6-jre-headless"
  in the "Suggests" field for "tex4ht-common". The latter java runtime
  seems to work with "xtpipes.jar" and the former is non-free.
  (Closes: #486482)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
 
% mwrep.4ht                             2006-08-29-04:36 %
3
 
% Copyright (C) 2003--2006       Eitan M. Gurari         %
 
2
% mwrep.4ht                             2008-07-01-10:26 %
 
3
% Copyright (C) 2003--2008       Eitan M. Gurari         %
4
4
%                                                        %
5
5
% This work may be distributed and/or modified under the %
6
6
% conditions of the LaTeX Project Public License, either %
7
 
% version 1.3 of this license or (at your option) any    %
 
7
% version 1.3c of this license or (at your option) any   %
8
8
% later version. The latest version of this license is   %
9
9
% in                                                     %
10
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.                  %
 
11
% and version 1.3c or later is part of all distributions %
 
12
% of LaTeX version 2005/12/01 or later.                  %
13
13
%                                                        %
14
14
% This work has the LPPL maintenance status "maintained".%
15
15
%                                                        %
24
24
%                             gurari@cse.ohio-state.edu  %
25
25
%                 http://www.cse.ohio-state.edu/~gurari  %
26
26
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
27
 
\immediate\write-1{version 2006-08-29-04:36}
 
27
\immediate\write-1{version 2008-07-01-10:26}
28
28
 
29
29
  \NewConfigure{caption}[4]{\c:def\cptA:{#1}\c:def\cptB:{#2}%
30
30
   \c:def\cptC:{#3}\c:def\cptD:{#4}}
83
83
   \def\:LNKno{0}}
84
84
\NewConfigure{LNK}{3}
85
85
\Configure{LNK}{\Link}{\EndLink}{}
 
86
\def\yhbLNK#1{\expandafter\let\expandafter\LNKidx\csname
 
87
          #1\endcsname\LNK}
86
88
 
87
89
\Configure{@begin}{theindex}{\ind:defs}
88
90
 
134
136
   \ifx \EndPicture\:UnDef
135
137
      \def\sec:typ{title}%
136
138
      \Configure{HtmlPar}{}{}{}{}%
 
139
      \Configure{newpage}{}%
137
140
      \ConfigureEnv{center}{\empty}{}{\empty}{\empty}
138
141
      \let\a:tabular:sv\a:tabular \let\b:tabular:sv\b:tabular
139
142
\let\c:tabular:sv\c:tabular \let\d:tabular:sv\d:tabular
149
152
      \ConfigureEnv{tabular}{\empty}{}{}{}%
150
153
      %
151
154
      \pend:def\@title{\a:ttl}\append:def\@title{\b:ttl}%
152
 
      \pend:def\@date{\a:dat}\append:def\@date{\b:dat}%
153
 
      \pend:def\@author{\a:aut}\append:def\@author{\b:aut}%
 
155
      \pend:def\@date{\a:date}\append:def\@date{\b:date}%
 
156
      \pend:def\@author{\a:author}\append:def\@author{\b:author}%
154
157
      \def\and{\a:and}
155
158
%
156
159
   \fi
159
162
\NewConfigure{maketitle}[4]{\c:def\a:mktl{#1}\c:def\b:mktl{#2}%
160
163
   \c:def\a:ttl{#3}\c:def\b:ttl{#4}}
161
164
\NewConfigure{thanks author date and}[8]{%
162
 
   \c:def\a:thanks{#1}\c:def\b:thanks{#2}\c:def\a:aut{#3}\c:def\b:aut{#4}%
163
 
   \c:def\a:dat{#5}\c:def\b:dat{#6}\c:def\a:and{#7}\c:def\e:mktl{#8}}
 
165
   \c:def\a:thanks{#1}\c:def\b:thanks{#2}\c:def\a:author{#3}\c:def\b:author{#4}%
 
166
   \c:def\a:date{#5}\c:def\b:date{#6}\c:def\a:and{#7}\c:def\e:mktl{#8}}
164
167
 
165
168
  \let\mw:sectionx\mw@sectionx
166
169
\def\mw@sectionx{\everypar{\HtmlPar}\mw:sectionx}