Per review.

This commit is contained in:
Guangwang Huang 2019-11-27 22:45:10 +08:00
parent e57654eb3c
commit 4835b248df

View file

@ -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