From dc58ec12d7b9ce71d5da65c6df73fe71d4a58065 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Wed, 8 Apr 2020 20:23:22 -0500 Subject: Updated makefile Updated makefile to run pandoc with the GNU groff PDF engine instead of LaTeX. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index adca091..b682a63 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,2 @@ all: - pandoc -D latex >> template.tex - pandoc index.md --template=template.tex --pdf-engine=pdflatex -o resume.pdf + pandoc index.md --pdf-engine=pdfroff -o resume.pdf -- cgit v1.2.3