From 9b347ce3e7839ccebbdc4d95719e810b744fd72b Mon Sep 17 00:00:00 2001 From: Tanja Tornede <tornede@mail.uni-paderborn.de> Date: Thu, 18 Jul 2019 16:52:51 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7616b6a..2c581ec 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ Best practices ------------------ ### References -The proposal template uses the LaTeX package [BibLaTeX](https://www.ctan.org/pkg/biblatex?lang=de). +The proposal template uses the LaTeX package [BibTeX](http://www.bibtex.org/). A well curated source of BibTeX entries is the [dblp](http://dblp.uni-trier.de/). Search for your references here, export the record and download the file as `.bib` file. The contents you can paste into your `literature.bib` file. #### Useful BibLaTeX command: * `\cite{doe2015}`: Inserts the name(s) of the author(s) at the current position and follows it with the reference. -* For more commands check out the detailed [BibLaTeX documentation](https://ftp.uni-erlangen.de/ctan/macros/latex/contrib/biblatex/doc/biblatex.pdf) +* For more commands check out the detailed [BibTeX documentation](http://www.bibtex.org/Using/) -- GitLab