blob: a4954030c955fe1782477f0fb5dd16149869d53b (
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
|
ENTRY
{
name
status
abstract
texlive
author
ctan
keywords
version
also
modified
}
{} % no integer entry variables
{ label extra.label sort.label } % label entry variables
STRINGS { s t a.name }
FUNCTION {not}
{ { #0 }
{ #1 }
if$
}
FUNCTION {and}
{ 'skip$
{ pop$ #0 }
if$
}
FUNCTION {or}
{ { pop$ #1 }
'skip$
if$
}
INTEGERS { nameptr namesleft numnames }
FUNCTION {TexIndex} {
texlive empty$
{ }
{ "\bibitem{" cite$ * "}" * write$
cite$ "&" * write$
status "&" * write$
texlive "&" * write$
newline$
abstract write$
newline$
}
if$
}
READ
ITERATE {call.type$}
|