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

« back to all changes in this revision

Viewing changes to texmf/tex/generic/tex4ht/curve.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
2
% curve.4ht                             2008-07-01-10:26 %
 
3
% Copyright (C) 2006--2008       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.3c 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.3c or later is part of all distributions %
 
12
% of LaTeX version 2005/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 2008-07-01-10:26}
 
28
 
 
29
  \def\makeheaders@#1{%
 
30
  \setlength\leftheader@width{\header@scale\textwidth}%
 
31
  \setlength\rightheader@width{\textwidth - \leftheader@width}%
 
32
  \a:makeheaders
 
33
  \@leftheader  \b:makeheaders   \@rightheader  \c:makeheaders}
 
34
\NewConfigure{makeheaders}{3}
 
35
\renewcommand\subrubric[1]{%
 
36
  \@nextentry
 
37
  \noalign{\gdef\@nextentry{}}%
 
38
  \@subrubric{\a:subrubric#1\b:subrubric}\\*}
 
39
\NewConfigure{subrubric}{2}
 
40
\def\@@rubrichead#1{\@rubricfont\a:rubrichead
 
41
    #1\b:rubrichead\par\vspace\rubricspace}
 
42
\renewcommand\maketitle{%
 
43
  \a:maketitle
 
44
  \begin{center}
 
45
    \c:maketitle{\@titlefont\@title}\d:maketitle
 
46
    \ifx\@subtitle\@undefined\else\\%
 
47
        \e:maketitle\@subtitlefont\@subtitle\f:maketitle
 
48
    \fi
 
49
  \end{center}
 
50
  \b:maketitle
 
51
  \vspace\titlespace}
 
52
\NewConfigure{rubrichead}{2}
 
53
\NewConfigure{maketitle}{6}
 
54
\renewcommand\@entry[2][]{%
 
55
  \gdef\@nextentry{}\egroup
 
56
  \a:key\@key{#1}\b:key&\a:prefix\@prefix\b:prefix&#2\\}
 
57
\renewcommand\@sentry[1][]{%
 
58
  \gdef\@nextentry{\\}\egroup
 
59
  \a:key\@key{#1}\b:key&\a:prefix\@prefix \b:prefix&}
 
60
\renewcommand\entry{%
 
61
  \@nextentry
 
62
  \bgroup\gdef\@beforespace{-\subrubricbeforespace}%
 
63
  \@ifstar{\@sentry}{\@entry}}
 
64
\NewConfigure{key}{2}
 
65
\NewConfigure{prefix}{2}
 
66
 
 
67
\Hinput{curve}
 
68
\endinput
 
69