1This is an example BibTeX file.
2This text is a comment.
3
4@preamble{"%%% example BibTeX file"}
5
6@Preamble{"\newcommand{\noopsort}[1]{} "
7        "\newcommand{\noopsort}[1]{} "}
8
9@String{SCI = "Science"}
10
11@STRING{JFernandez = "Fernandez, Julio M."}
12@StRiNg{HGaub = "Gaub, Hermann E."}
13@string{MGautel = "Gautel, Mathias"}
14@String{FOesterhelt = "Oesterhelt, Filipp"}
15@String{MRief = "Rief, Matthias"}
16
17@Article{rief97b,
18       author =       MRief #" and "# MGautel #" and "# FOesterhelt
19                          #" and "# JFernandez #" and "# HGaub,
20       title =        "Reversible Unfolding of Individual Titin
21                          Immunoglobulin Domains by {AFM}",
22       journal =      SCI,
23       volume =       276,
24       number =       5315,
25       pages =        "1109--1112",
26       year =         1997,
27       doi =          "10.1126/science.276.5315.1109",
28       URL =          "http://www.sciencemag.org/cgi/content/abstract/276/5315/1109",
29       eprint =       "http://www.sciencemag.org/cgi/reprint/276/5315/1109.pdf",
30}
31
32
33Parens can be used instead of braces:
34
35@ARTICLE(ruckenstein-diffusion,
36    author = "Liu, Hongquin and Ruckenstein, Eli",
37    language = "english",
38    title = "Predicting the Diffusion Coefficient in Supercritical Fluids",
39    journal = "Ind. Eng. Chem. Res.",
40    volume = "36",
41    year = "1997",
42    pages = "888-895"
43)
44
45@book{
46    viktorov-methods,
47    author = "Викторов, Михаил Маркович",
48    publisher = "Л.: <<Химия>>",
49    title = "Методы вычисления физико-химических величин и прикладные расчёты",
50    language = "russian",
51    year = "1977",
52    isbn = "000-0000000000",
53}
54
55@comment{jackson-commented-out,
56    author = "Jackson, P\'eter",
57    publisher = "Some Publisher",
58    language = "english",
59    title = "Some Title",
60    series = "Some series",
61    booktitle = "Commented Out",
62    number = "3",
63    edition = "Second",
64    year = "1933",
65    pages = "44--59"
66}
67
68@booklet{test-booklet,
69    author = "de Last, Jr., First Middle",
70    language = "english",
71    title = "Just a booklet",
72    year = 2006,
73    month = jan,
74    address = "Moscow",
75    howpublished = "Published by Foo"
76}
77
78