From 48381903ea86d3a29f5e36b4b3dcdd09b1f92ca3 Mon Sep 17 00:00:00 2001 From: Rafael Marçalo Date: Sun, 4 Aug 2024 17:52:07 +0100 Subject: Updated CV --- Makefile | 6 ++---- cv-style.cls | 11 ++++------- cv.pdf | Bin 37011 -> 41872 bytes cv.tex | 2 +- 4 files changed, 7 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index cea989d..368eda4 100644 --- a/Makefile +++ b/Makefile @@ -3,11 +3,9 @@ TEMPLATE = template.tex CV = cv.tex COMPILER = xelatex -all: clean cv.tex +all: + ${COMPILER} ${CV} ${COMPILER} ${CV} clean: rm -rf ${OUTPUT} - -cv.tex: - cp ${TEMPLATE} ${CV} diff --git a/cv-style.cls b/cv-style.cls index 6dbcb54..855d9c3 100644 --- a/cv-style.cls +++ b/cv-style.cls @@ -53,8 +53,9 @@ %---------------------------------------------------------------------------------------- \RequirePackage[quiet]{fontspec} -%\RequirePackage[math-style=TeX,vargreek-shape=unicode]{unicode-math} -\RequirePackage{unicode-math} +\RequirePackage[none]{hyphenat} +% \RequirePackage[math-style=TeX,vargreek-shape=unicode]{unicode-math} +\RequirePackage[math-style=TeX]{unicode-math} \newfontfamily\bodyfont{Roboto-Regular}[Path=fonts/] \newfontfamily\bodyfontit{Roboto-LightItalic}[Path=fonts/] @@ -205,8 +206,4 @@ \RequirePackage[left=5.6cm,top=1cm,right=1cm,bottom=1cm,nohead,nofoot]{geometry} \RequirePackage{hyperref} -\hypersetup{ - pdftitle=CV/Resume \textbar{} Alejandro Pérez Londoño, - pdfauthor=Alejandro Pérez Londoño, - pdfsubject=CV/Resume% - } + diff --git a/cv.pdf b/cv.pdf index 4095b6e..0fd09cf 100644 Binary files a/cv.pdf and b/cv.pdf differ diff --git a/cv.tex b/cv.tex index 71bc93b..d514195 100644 --- a/cv.tex +++ b/cv.tex @@ -9,7 +9,7 @@ \begin{document} \header{Rafael}{Marçalo} % Your name -\lastupdated +% \lastupdated %---------------------------------------------------------------------------------------- % SIDEBAR SECTION -- In the aside, each new line forces a line break -- cgit v1.2.3