Skip to content

Commit 4d58c5a

Browse files
committed
Fix bibliography warnings in print.tex
1 parent caf3ffb commit 4d58c5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

blueprint/src/print.tex

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
\title{A Lean proof of Fermat's Last Theorem}
3535
\author{Kevin Buzzard, Richard Taylor}
3636

37+
\usepackage[style=trad-alpha]{biblatex}
38+
\ExecuteBibliographyOptions{safeinputenc=true,backref=true,giveninits,useprefix=true,maxnames=5,doi=false,eprint=true,isbn=false,url=false}
39+
\bibliography{bibliography.bib}
40+
3741
\begin{document}
3842
\maketitle
3943
\input{content}

0 commit comments

Comments
 (0)