From d54fd5156434668b39ca4c7afdc977b90b829482 Mon Sep 17 00:00:00 2001 From: Amin Khan Date: Tue, 10 May 2016 20:03:49 +0100 Subject: [PATCH] Mention how to generate list of publications --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 92598ed..a1ca092 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,19 @@ $ xelatex {your-cv}.tex This should result in the creation of ``{your-cv}.pdf`` +##### List of Publications + +You can generate list of publication from [**BibTeX**](http://www.bibtex.org/) source files. +[**BibLaTeX**](https://www.ctan.org/pkg/biblatex) and [**biber**](https://www.ctan.org/pkg/biber) should be available. + +To generate document with the list of publications, at a command prompt, run + +```bash +$ xelatex {your-cv}.tex +$ biber {your-cv} +$ xelatex {your-cv}.tex +``` + ## Credit