summaryrefslogtreecommitdiff
path: root/support/bibtexperllibs/BibTeX-Parser/t/bibs/06.bib
blob: 242ae662cc63b2364b1b3c44b7c40b1693f934e9 (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
this is text, which is ignored by bibtex.

@PREAMBLE{
    This is only used for BibTeX files used in LaTeX documents
}

@Comment{
    Comments are ignored too.
}

@ARTICLE{key1,
	author	= {Gerhard Gossen and Ludwig van Beethoven},
	title	= "Paper title",
	year	= 2008,
	month	= aug,
}

@STRING{ gerhard = "Gerhard" }

@STRING{ gossen = "Gossen" }

@BOOK{ key2,
	author 	= gerhard # " " # gossen,
	title	= "Book title",
	year	= "2008",
	month	= aug,
}