Skip to content

jpdias92/cv-template-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV Template in LaTeX

This is the 2 page CV template that I use for my own CV.

Usage

Compile inside a Docker container

Prerequisites

Generate the PDF

  1. Pull the latest Docker image from Docker Hub, with docker pull jpdias92/cv-template-latex
    • Alternatively, build the image from the Dockerfile with (cd docker;docker build -t jpdias92/cv-template-latex .)
  2. Compile the LaTeX source, inside a container, using lualatex (recommended): ./docker/latexdockercmd.sh latexmk -pdflatex=lualatex -cd -f -interaction=batchmode -pdf template.tex
    • Alternatively, compile with xelatex: ./docker/latexdockercmd.sh latexmk -pdflatex=xelatex -cd -f -interaction=batchmode -pdf template.tex

TeXstudio Integration

Windows

  1. Install MiKTeX, a TeX distribution for Windows that includes a large number of major packages.

  2. Install an editor to edit and compile LaTeX documents. I recommend TeXstudio or Texmaker.

Once both the distribution and editor are installed, clone this repository using git clone and open the template.tex file in your editor. You're good to go!

Troubleshooting

Built With

Authors

João Dias - jpdias92

Acknowledgments

blang/latex-docker - Docker-based latex compilation

I've created this CV template based on many elements taken from several other templates, including:

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published