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

« back to all changes in this revision

Viewing changes to share/all4ht/bibtopic.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
 
% bibtopic.4ht                         2001-12-14-17:07 %
3
 
% Copyright (C) 2000--2001      Eitan M. Gurari         %
4
 
%                                                       %
5
 
% This program can redistributed and/or modified under  %
6
 
% the terms of the LaTeX Project Public License         %
7
 
% Distributed from CTAN archives in directory           %
8
 
% macros/latex/base/lppl.txt; either version 1 of the   %
9
 
% License, or (at your option) any later version.       %
10
 
%                                                       %
11
 
% However, you are allowed to modify this program       %
12
 
% without changing its name, if you modify its          %
13
 
% signature. Changes to the signature can be introduced %
14
 
% with a directive of the form                          %
15
 
%            \message{signature}                        %
16
 
%                                                       %
17
 
%                             gurari@cis.ohio-state.edu %
18
 
%                 http://www.cis.ohio-state.edu/~gurari %
19
 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20
 
\immediate\write-1{version 2001-12-14-17:07}
21
 
 
22
 
 
23
 
 
24
 
\catcode`\:=12
25
 
\def\bt@citex[#1]#2{%  Add \@extra@b@citeb to \cite
26
 
    \let\@citea\@empty
27
 
    \csname a:cite\endcsname
28
 
\@cite{%
29
 
        \@for\@citeb:=#2\do{%
30
 
            \@citea\let\@citea\citepunct \SUBOff \SUPOff
31
 
%
32
 
      \edef\@citeb{\expandafter\@firstofone\@citeb}%
33
 
            \if@filesw\immediate\write\@auxout{%
34
 
                \string\citation{\@citeb}}\fi
35
 
            \@ifundefined{b@\@citeb \@extra@b@citeb}{%
36
 
                \mbox{\reset@font\bfseries ?}%
37
 
                \@warning{Citation `\@citeb' on page \thepage\space
38
 
                undefined}\G@refundefinedtrue
39
 
            }{\bt@citesurround{\cIteLink {X\@citeb}{}%
40
 
\citeform{\csname b@\@citeb
41
 
                \@extra@b@citeb\endcsname}\EndcIteLink
42
 
}%
43
 
            }%
44
 
        }%
45
 
    }{#1}\csname b:cite\endcsname
46
 
}
47
 
\catcode`\:=11
48
 
 
49
 
\Hinput{bibtopic}
50
 
\endinput
51