mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 05:58:33 +00:00
Per review.
This commit is contained in:
parent
e57654eb3c
commit
4835b248df
1 changed files with 3 additions and 3 deletions
|
@ -83,14 +83,14 @@ You can [install TeX from upstream](http://tex.stackexchange.com/q/1092) (recomm
|
||||||
|
|
||||||
#### Usage
|
#### Usage
|
||||||
|
|
||||||
At a command prompt, run (note that ``$`` is shell prompt)
|
At a command prompt, run
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ cd examples/
|
$ cd examples/
|
||||||
$ xelatex cv.tex
|
$ xelatex {your-cv}.tex
|
||||||
```
|
```
|
||||||
|
|
||||||
This should result in the creation of ``cv.pdf``, substitute ``cv.tex`` with ``{your-cv}.tex`` in the above command.
|
This should result in the creation of ``cv.pdf``, for example, if you substitute ``{your-cv}.tex`` with ``cv.tex`` in the above command.
|
||||||
|
|
||||||
## Credit
|
## Credit
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue