Skip to content

hugopereira-eng/CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV template

Description

This repository offers a straightforward CV template, written in LaTex, for academic and professional purposes. To facilitate section and title formating, some custom commands were created in the Preamble.tex file. Images must be added to the "Images" folder and additional .tex files should be included under the "Inputs" folder. The overall structure of the repository follows below.

Structure

Compilation

  • Default compilation

Type pdflatex CV.tex in the command prompt.

  • Compiling to an output folder "output"

Type pdflatex --output-directory=output CV.tex in the command prompt.