From af011c7ebb9d9509731f3b221eb898984c4912d0 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 17 Jul 2019 22:43:08 +0200 Subject: Use friggeri-cv-a4 Signed-off-by: Olivier Gayot --- Makefile | 2 +- cv.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ad349cc..21045e9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -cv.pdf: cv.tex photo.png friggeri-cv.cls +cv.pdf: cv.tex photo.png friggeri-cv-a4.cls xelatex $< clean: diff --git a/cv.tex b/cv.tex index e2e8b76..c7ea120 100644 --- a/cv.tex +++ b/cv.tex @@ -1,5 +1,5 @@ %!TEX TS-program = xelatex -\documentclass[]{friggeri-cv} +\documentclass[]{friggeri-cv-a4} \usepackage{graphicx} \usepackage{wasysym} \addbibresource{bibliography.bib} -- cgit v1.2.3