|
|
@ -1,7 +1,7 @@ |
|
|
|
# Resume (this time in LaTeX) |
|
|
|
My current resume. It is written in LaTeX using the templates from [Awesome CV](https://github.com/posquit0/Awesome-CV). |
|
|
|
|
|
|
|
### Dependencies |
|
|
|
## Dependencies |
|
|
|
#### Arch Linux |
|
|
|
You can install the necessary dependencies on Arch Linux with the following command. |
|
|
|
`pacman -S texlive-bin texlive-core texlive-fontsextra texlive-formatsextra texlive-latexextra ttf-font-awesome` |
|
|
@ -10,10 +10,10 @@ You can install the necessary dependencies on Arch Linux with the following comm |
|
|
|
You can install the necessary dependencies on Debian/Ubuntu with the following command. |
|
|
|
`apt install texlive-full fonts-font-awesome` |
|
|
|
|
|
|
|
### Compiling |
|
|
|
## Compiling |
|
|
|
You can compile it by running `xelatex resume.tex` which will generate resume.pdf |
|
|
|
|
|
|
|
### Linting |
|
|
|
## Linting |
|
|
|
Linting can be done by running `chktex resume.tex` |
|
|
|
|
|
|
|
## View Current Resume |