https://github.com/rustbas/cv
CV repo
https://github.com/rustbas/cv
Last synced: about 2 months ago
JSON representation
CV repo
- Host: GitHub
- URL: https://github.com/rustbas/cv
- Owner: rustbas
- Created: 2024-08-31T06:10:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-22T13:47:25.000Z (10 months ago)
- Last Synced: 2025-07-27T00:19:42.332Z (8 months ago)
- Language: TeX
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
- `pdflatex`
# Compilation
Cd to required directory and run:
```console
user@pc$ pdflatex .tex
```
Alternatievly, you can run the following command from the root directory:
```console
user@pc$ TEXINPUTS=/: pdflatex .tex
```