summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/citeall/examples-citeall.bib
blob: b8e9808ce6b945d07ae0e51c1c4df8854d945652 (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
28
29
30
31
32
33
34
35
36
37
38
39
@ARTICLE{article2015,
  AUTHOR       = {Muster, Max},
  TITLE        = {Title of Article},
  YEAR         = {2015},
  JOURNAL      = {Testjournal},
  volume       = {1},
  number       = {2},
  pages        = {15},
  month        = {2},
}


@BOOK{book2015,
  AUTHOR       = {BookAuthor, Eva},
  EDITOR       = {Editor, Ben},
  TITLE        = {a book},
  YEAR         = {2015},
  PUBLISHER    = {Publisher},
}

@misc{fischer2015,
  AUTHOR       = {Fischer, Ulrike},
  TITLE        = {The citeall package},
  YEAR         = {2015},
}

@misc{fileproblem,
  AUTHOR       = {Unknown, Max},
  TITLE        = {A curious file name},
  YEAR         = {2015},
  URL         = {{\"u}ber_gang.html}
  }

@article{itemize,
title={itemize},
author={Itemize, Max},
year={2015},
note = {ipsum ipsum ipsum ipsum\begin{itemize}\item abc \item abc\end{itemize}},
}