File: gbib.rc

package info (click to toggle)
gbib 0.1.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 740 kB
  • ctags: 656
  • sloc: cpp: 3,535; ansic: 2,209; makefile: 263; sh: 175; sed: 93
file content (95 lines) | stat: -rw-r--r-- 2,440 bytes parent folder | download | duplicates (3)
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
;; Standard BibTeX entry definitions

;; Copyright 1998,1999 Alejandro Aguilar Sierra <asierra@servidor.unam.mx>

;; You are free to complete this definitions conforming 
;; the standard BibTeX entry types (and please send me a patch
;; after you do it).

;; Each BibTeX entry type is defined using 3 variables: name, 
;; required field names and optional field names.
;; For every field use always lowcased names, and use a single space as 
;; fields separator.


;; Available BibTeX styles in your systems (these are in a 
;; standard Te-TeX installation.)
(bibstyles "plain abbrv acm alpha apalike ieeetr siam unsrt")


;; BibTeX commands. Syntax similar to bib entries but without keys
;; and named fields.
(commands "string preamble comment alias modify")


(newbibentry "article"
    "author title journal year"
    "volume number pages month note")


(newbibentry "book"
    "author editor title publisher year"
    "volume number series address edition month note")


;; A publication without named publisher or sponsoring institution
(newbibentry "booklet"
    "title"
    "author howpublished address month year note")

(newbibentry "inbook"
    "author editor title chapter publisher pages year"
    "volume series type address edition month note")


(newbibentry "conference"
    "author title booktitle year"
    "editor pages organization publisher address month note")


(newbibentry "proceedings"
    "title year"
    "editor volume series organization publisher address month note")


(newbibentry "inproceedings"
       "author title booktitle year"
       "editor pages organization publisher address month note")


(newbibentry "techreport"
    "author title institution year"
    "type number address month note")


(newbibentry "mastersthesis"
    "author title school year"
    "address month note")


(newbibentry "phdthesis"
    "author title school year"
    "address month note")


(newbibentry "misc"
       ""
       "author title howpublished month year note")


;; Papers submitted and approved but not yet published
(newbibentry "unpublished"
    "author title note"
    "month year")

;; Technical documentation
(newbibentry "manual"
    "title"
    "author organization address edition month year note")
    

;; A part of a book having it's own title
(newbibentry "incollection"
    "author title booktitle publisher year"
    "editor volume number series type chapter pages address edition month note")