summaryrefslogtreecommitdiff
path: root/usergrps/uktug/baskervi/6_6/tex-live.bst
blob: 13653721103368c09b0a0d44a6e4dfa837f7fb10 (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
ENTRY
  {
 name
 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$
     texlive "&" * write$ 
     newline$
     abstract "\\" * write$
     newline$
    }
  if$
 }


READ

ITERATE {call.type$}