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

« back to all changes in this revision

Viewing changes to texmf/tex/generic/tex4ht/svgnam.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
% svgnam.4ht                            2008-07-01-10:26 %
 
3
% Copyright (C) 2007--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
  \let\sv:ProvidesFile=\ProvidesFile
 
30
\let\sv:XC@definec@lor=\XC@definec@lor
 
31
 
 
32
\def\ProvidesFile#1]{}
 
33
\def\XC@definec@lor[#1]#2[#3]#4#5{%
 
34
   \let\sv:HColor=\HColor
 
35
   \csname HColor:#4\endcsname #5 //%
 
36
   \expandafter\ifx \csname HColor\endcsname\relax
 
37
     \:warning{Improper \string\Configure{HColor:#4}}%
 
38
   \else
 
39
      \edef\HColor{\noexpand\Configure{HColor}{#2}{\HColor}}\HColor
 
40
   \fi
 
41
   \let\HColor=\sv:HColor
 
42
}
 
43
\input svgnam.def
 
44
 
 
45
\let\ProvidesFile=\sv:ProvidesFile
 
46
\let\XC@definec@lor=\sv:XC@definec@lor
 
47
 
 
48
\Hinput{svgnam}
 
49
\endinput
 
50