summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-bibtex2.tex
blob: 36cb50a6ea8eb1fd5269d75258ccce5decd4a20e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
% $Id: tex4ht-bibtex2.tex 936 2021-05-16 16:21:01Z karl $
% compile: latex  tex4ht-bibtex2
%
% Copyright 2009-2021 TeX Users Group
% Copyright 2000-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.

\documentclass{article}
  \input ProTex.sty
   \AlProTex{4ht,<<<>>>,list,|,title}

\begin{document}

\input{common}
\input{tex4ht-cpright}

\<bibtex2.4ht\><<<
% bibtex2.4ht (|version), generated from |jobname.tex
% Copyright 2009-2021 TeX Users Group
% Copyright |CopyYear.2001. Eitan M. Gurari
|<TeX4ht copywrite|>
\catcode`\/=0
\catcode`\\=12
/edef/bibstyle{\bibstyle}
/catcode`/\=0
/catcode`//=12
\catcode`\&=12

\def\get{%
  \immediate\read15 to \line
  \ifeof15 \else
     \expandafter\scan\line @@@@@@@@@&&&&
     \expandafter\get
  \fi
}
\def\scan#1#2#3#4#5#6#7#8#9{\def\first{#1#2#3#4#5#6#7#8#9}\put}
\def\put#1&&&&{%
    \immediate\write15{\ifx \first\bibstyle 
           \ifx \style\empty \line \else \bibstyle{\style}\fi
        \else  \line\fi}}
\newcount\c
\def\Cats#1#2#3{\edef\temp{\the\c}%
  \c=#3
  \def\next{\catcode\c=#1
    \ifnum \c=#2 \let\next=\relax \fi
    \advance\c by  -1 \next}\next
  \c=\temp  }

\def\jaux#1#2{%
  \bgroup
    \def\style{#2}%
    \immediate\openin15=#1.aux
    \ifeof15 \else
      \Cats{12}{0}{255}%
      \Cats{11}{65}{90}%
      \Cats{11}{97}{122}%
      \catcode`\^^M=5
      \immediate\openout15=#1j.aux
      \get
      \immediate\write15{}
      \closeout15
    \fi
  \egroup
}


>>>



  \OutputCodE\<bibtex2.4ht\>

\end{document}
\endinput