mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 07:28:34 +00:00
Mention how to generate list of publications
This commit is contained in:
parent
719209c232
commit
d54fd51564
1 changed files with 13 additions and 0 deletions
13
README.md
13
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
|
||||
```
|
||||
|
||||
|
||||
## <a name="credit">Credit
|
||||
|
||||
|
|
Loading…
Reference in a new issue