Skip to content
/ cv Public

My professional journey in LaTeX! πŸ“„βœ¨ This repo contains the source code for my CV, styled with LaTeX for a sleek and professional look. Feel free to check it out and connect! πŸš€

License

Notifications You must be signed in to change notification settings

cychitivav/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

cv

My professional journey in LaTeX! πŸ“„βœ¨ This repo contains the source code for my CV, styled with LaTeX for a sleek and professional look. Feel free to check it out and connect! πŸš€

Running the project

To run the project, you need to have a LaTeX compiler installed or like me, you can use an texlive docker image to compile the project.

docker run --rm \
       --volume "$(pwd):/workdir" \
       --user $(id -u):$(id -g) \
       texlive/texlive:latest \
       pdflatex -output-directory=./build main.tex

Important: You need to have the build folder created before running the command above. Do not worry, the folder is already ignored by git.

Local development

If you want to develop locally, you need to install:

  • TeX Live - A TeX distribution to compile the project. (sudo apt install texlive)
  • Indentation plugin for your editor of choice. (sudo apt install texlive-extra-utils)
  • Fontawesome package for LaTeX. (sudo apt install texlive-fonts-extra)

About

My professional journey in LaTeX! πŸ“„βœ¨ This repo contains the source code for my CV, styled with LaTeX for a sleek and professional look. Feel free to check it out and connect! πŸš€

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages