https://github.com/amtoine/resume
My resume to apply to the jobs i dream about.
https://github.com/amtoine/resume
latex pdf resume
Last synced: 3 months ago
JSON representation
My resume to apply to the jobs i dream about.
- Host: GitHub
- URL: https://github.com/amtoine/resume
- Owner: amtoine
- License: gpl-3.0
- Created: 2022-10-28T07:57:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T18:21:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T17:46:51.369Z (5 months ago)
- Topics: latex, pdf, resume
- Language: TeX
- Homepage:
- Size: 523 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# resume
My resume to apply to the jobs i dream about.## :page_facing_up: get my resume
my latest resume can be found [here](https://github.com/amtoine/resume/releases/latest).> **Note**
> please have a look at the [releases](https://github.com/amtoine/resume/releases) to download any pre-compiled resume!## :gear: Compile the source code
### Dependencies
In order to compile the source code into the final usable `.pdf` file, the easiest turns out to be to use the `latexmk` command.This command, at least on *ArchLinux*, is shipped with the `texlive-binextra` package. Please check your distribution to find the right package name.
I strongly encourage installing the whole `texlive-meta` package to avoid any issue with the classical dependencies of `latex` documents!
### Compilation time
Once `latexmk` is available, run `latexmk -pdf main.tex` or `make resume` to compile the code.If the document does not seem to render properly, do not hesitate to run the above command again! Yep, that can change how `latex` code gets compiled...
Compilation files can be cleaned with `latexmk -C` or `make clean`.
## View the document
A `main.pdf` file should have been created by the above section.Simply open it with your prefered `.pdf` viewer!