File: tex-live.bst

package info (click to toggle)
texlive-doc 2007.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 129,872 kB
  • ctags: 3,330
  • sloc: xml: 23,147; perl: 8,370; makefile: 843; sh: 352; lisp: 276; java: 159; python: 97; sed: 4
file content (60 lines) | stat: -rw-r--r-- 701 bytes parent folder | download | duplicates (12)
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$}