Mention how to generate list of publications

This commit is contained in:
Amin Khan 2016-05-10 20:03:49 +01:00
parent 719209c232
commit d54fd51564

View file

@ -57,6 +57,19 @@ $ xelatex {your-cv}.tex
This should result in the creation of ``{your-cv}.pdf`` 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
```
## <a name="credit">Credit ## <a name="credit">Credit