https://github.com/bebatut/cv
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bebatut/cv
- Owner: bebatut
- Created: 2018-11-29T16:36:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T09:26:16.000Z (over 6 years ago)
- Last Synced: 2025-02-08T04:18:28.352Z (over 1 year ago)
- Language: TeX
- Size: 798 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My CV
=====
This CV has been generated using [**Awesome CV**](https://github.com/posquit0/Awesome-CV), a LaTeX template for a **CV(Curriculum Vitae)**
## How to Use
#### Requirements
A full TeX distribution is assumed. [Various distributions for different operating systems (Windows, Mac, \*nix) are available](http://tex.stackexchange.com/q/55437) but TeX Live is recommended.
#### Usage
At a command prompt, run
```bash
$ xelatex cv.tex
```
This should result in the creation of `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 cv.tex
$ biber cv
$ xelatex cv.tex
```