summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bib/articles.bib13
-rw-r--r--bibliography.tex8
-rw-r--r--main.tex1
3 files changed, 22 insertions, 0 deletions
diff --git a/bib/articles.bib b/bib/articles.bib
new file mode 100644
index 0000000..2368b40
--- /dev/null
+++ b/bib/articles.bib
@@ -0,0 +1,13 @@
+@article{Epstein1965,
+ author = {Epstein, H. and Glaser, V. and Jaffe, A.},
+ title = {Nonpositivity of the Energy Density in Quantized Field Theories},
+ publisher = {Società Italiana di Fisica},
+ journaltitle = {Il Nuovo Cimento},
+ volume = {36},
+ issue = {3},
+ date = {1965},
+ pages = {1016--1022},
+ issn = {1827-6121},
+ doi = {10.1007/BF02749799},
+ language = {english},
+}
diff --git a/bibliography.tex b/bibliography.tex
new file mode 100644
index 0000000..5361bcb
--- /dev/null
+++ b/bibliography.tex
@@ -0,0 +1,8 @@
+\newrefsegment
+\localrefcontext[sorting=ydnt]
+\nocite{*}
+\printbibheading[heading=bibintoc,title=\bibname]
+\defbibnote{mynote}{This is a prenote.}
+% TODO larger skip between prenote and bib
+\printbibliography[heading=none,prenote=mynote]
+% TODO DOI is weirdly stretched
diff --git a/main.tex b/main.tex
index 2ccd749..67f129d 100644
--- a/main.tex
+++ b/main.tex
@@ -3,4 +3,5 @@
\begin{document}
\include{titlepage}
\include{contents}
+\include{bibliography}
\end{document}