summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/06.bib
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/06.bib')
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/06.bib27
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/06.bib b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/06.bib
new file mode 100644
index 00000000000..242ae662cc6
--- /dev/null
+++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/bibs/06.bib
@@ -0,0 +1,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,
+}