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

« back to all changes in this revision

Viewing changes to texmf/tex/generic/tex4ht/jurabib.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
% jurabib.4ht                           2005-03-27-10:43 %
 
3
% Copyright (C) 2000--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
\ifx \@footnotetext\:UnDef\else
 
31
   \let\ju:footnotetext\@footnotetext
 
32
   \AtBeginDocument{%
 
33
      \ifjb@hyper
 
34
          \let\ju:footnotetext\:UnDef
 
35
      \else
 
36
          \long\def\@footnotetext#1{{\jb@fntrue
 
37
             \setcounter{jb@cites@in@footnote}{0}%
 
38
             \ju:footnotetext{#1}}}%
 
39
      \fi
 
40
   }
 
41
\fi
 
42
 
 
43
\def\hyper@jblinkstart#1{\a:jblink{#1}{}}
 
44
\def\hyper@jblinkend{\b:jblink}
 
45
\def\hyper@jbanchorstart#1{\a:jbanchor{}{#1}}
 
46
\def\hyper@jbanchorend{\b:jbanchor}
 
47
\NewConfigure{jblink}{2}
 
48
\NewConfigure{jbanchor}{2}
 
49
 
 
50
\def\:temp{$\mathord\langle$}
 
51
\expandafter\HLet\csname jblangle \endcsname\:temp
 
52
\def\:temp{$\mathord\rangle$}
 
53
\expandafter\HLet\csname jbrangle \endcsname\:temp
 
54
 
 
55
\HRestore\@citex
 
56
\HRestore\@bibitem
 
57
\HRestore\@lbibitem
 
58
 
 
59
\Hinput{jurabib}
 
60
\endinput
 
61