From 9567ae207e59ef747aa097e234090bcdd03617d6 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 3 Jun 2016 15:11:29 +0200 Subject: fix bibtex --- .gitignore | 19 +++++++++++-------- paper.bib | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index c451a7a..a8d88e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,30 +1,33 @@ -*.aux -*.glo -*.idx -*.fdb_latexmk -*.fls -*.log -*.toc -*.ist *.acn *.acr *.alg +*.aux +*-blx.bib *.bbl *.blg +*.blx *.dvi +*.fdb_latexmk +*.fls *.glg +*.glo *.gls +*.idx *.ilg *.ind +*.ist *.lof +*.log *.lot *.maf *.mtc *.mtc1 *.out *.pdf +*.run.xml *.swp *.synctex.gz +*.toc _minted-*/ # Work of others + feedback diff --git a/paper.bib b/paper.bib index d62083e..f51f22a 100644 --- a/paper.bib +++ b/paper.bib @@ -8,7 +8,7 @@ @book{browndriverbriggs, title = {A Hebrew and English Lexion of the Old Testament with an Appendix Containing the Biblical Aramaic}, - author = {Brown, F., Driver, S. R. en Briggs C. A.}, + author = {Brown, F. en Driver, S. R. en Briggs C. A.}, year = {1906}, publisher = {Clarendon Press}, address = {Oxford} -- cgit v1.2.3