Skip to content

megasuperlexa/CV

This branch is 19 commits ahead of, 19 commits behind posquit0/Awesome-CV:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Aleksei Sosin
Sep 25, 2023
a978cb3 · Sep 25, 2023
May 26, 2022
Sep 25, 2023
Mar 8, 2023
Jul 8, 2019
Feb 4, 2022
Sep 25, 2023
Sep 16, 2023
Nov 10, 2021
Dec 18, 2022
Mar 23, 2023
Sep 15, 2023
Jan 15, 2017
Feb 19, 2023

Repository files navigation

To (re)compile to pdf just run make

Prerequisites:

Had no luck with the docker approach in the base repo, so install latex locally (it is a cool soft anyway).
To install latex+packages run install_latex.sh
It installs minimal latex basictex plus some packages used in this proj.
And additionally something else ) took it from Jupiter notebook guys If errors like:

! LaTeX Error: File 'tikzfill.image.sty' not found.
Type X to quit or <RETURN> to proceed

this means some package is not installed. Figure out which:

tlmgr search --global --file "/tikzfill.image.sty"
tlmgr: package repository https://mirror.niser.ac.in/ctan/systems/texlive/tlnet (verified)
tikzfill:
	texmf-dist/tex/latex/tikzfill/tikzfill.image.sty

which means tikzfill needs to be installed. Install it: sudo tlmgr install tikzfill and add to [[install_latex.sh]]

Photo: It is generally not necessary to include a photo in your CV unless it is specifically requested by the employer. In some countries, including a photo in a job application can be common practice, but in others, it may be seen as unprofessional or even discriminatory. To include, uncomment line 54

No photo: US, GB, Ireland
With photo: Scandinavia
(but probably better ask)

About

📄 Awesome CV

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 95.6%
  • Makefile 2.2%
  • Shell 2.2%