mirror of
https://github.com/CPunch/resume.git
synced 2024-11-15 01:10:05 +00:00
15 lines
618 B
Markdown
15 lines
618 B
Markdown
# CPunch's resume
|
|
|
|
This resume assumes a full installation of a LaTeX environment.
|
|
Compile and build my resume with the following command:
|
|
|
|
```sh
|
|
xelatex resume.tex
|
|
```
|
|
|
|
There are several different configs (in `resume.tex`) for me to tailor my resume to different positions. By default, the resume includes everything (so the resume is quite long.) Before sending my resume I have a local patch file for different positions (including adding more personal contact information)
|
|
|
|
## Release builds
|
|
|
|
You can find automated builds & releases of my resume on the [releases](https://github.com/CPunch/resume/releases) page.
|