https://github.com/aabbtree77/rgresume
CV in LaTeX.
https://github.com/aabbtree77/rgresume
cv latex resume
Last synced: 8 months ago
JSON representation
CV in LaTeX.
- Host: GitHub
- URL: https://github.com/aabbtree77/rgresume
- Owner: aabbtree77
- License: mit
- Created: 2021-10-12T08:06:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T12:04:54.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T02:25:08.174Z (over 1 year ago)
- Topics: cv, latex, resume
- Language: TeX
- Homepage: https://aabbtree77.github.io/pdfs/RamunasGirdziusasResume.pdf
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Setup
These are the LaTeX files for my résumé and curriculum vitae (cv).
If you want to modify them, you first need to install [LaTeX](https://linuxconfig.org/how-to-install-latex-on-ubuntu-22-04-jammy-jellyfish-linux):
```console
sudo apt install texlive-latex-extra
sudo apt install texlive-fonts-extra
./main_cv.sh
./main_resume.sh
```
This will take about 2GB of the HDD space.
## Acknowledgements
I learned LaTeX in the years 1999-2008 mostly from D. Sc. Jorma Laaksonen who was my thesis instructor at Helsinki University of Technology (HUT, TKK, Aalto University), and I still used it heavily around 2012 and 2014.
The shell scripts were given to me by Davide Eynard.
## Observation
The LaTeX+TikZ+Beamer way of writing documents is very solid, but also tedious. It is better to be less pedantic and write directly in Markdown unless it is a math paper or a thesis. Markdown is good enough, instant publishing with github, Google fonts, can easily update and remove things, no paywalls, better search (?), diagramming with Mermaid or [app.diagrams.net/](https://app.diagrams.net/).