File: 06.bib

package info (click to toggle)
libbibtex-parser-perl 1.93%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 264 kB
  • sloc: perl: 1,391; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
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,
}