diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2019-07-17 22:43:08 +0200 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2019-07-17 22:43:08 +0200 |
commit | af011c7ebb9d9509731f3b221eb898984c4912d0 (patch) | |
tree | 884689657ad4153a26cea76bd23c2d6891c20cdd | |
parent | e9a553a428543f20b17043ab6fe81d8fd8d65317 (diff) |
Use friggeri-cv-a4
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | cv.tex | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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: @@ -1,5 +1,5 @@ %!TEX TS-program = xelatex -\documentclass[]{friggeri-cv} +\documentclass[]{friggeri-cv-a4} \usepackage{graphicx} \usepackage{wasysym} \addbibresource{bibliography.bib} |