From 8c620e76f81fb68822d60f6e8b6363f8fc999099 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 10 Aug 2020 21:30:31 -0400 Subject: [PATCH] =?utf8?q?Enhance=20Makefile,=20make=20r=C3=A9sum=C3=A9=20?= =?utf8?q?footer=20\small?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 9 +++++++-- bandali-resume.tex | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b83b5b1..2c11a01 100644 --- a/Makefile +++ b/Makefile @@ -18,14 +18,19 @@ # along with this CV. If not, see . -all: bandali-%.pdf +# .PRECIOUS: bandali-%.pdf -bandali-%.pdf: bandali-%.tex +all: cv resume + +bandali-cv.pdf bandali-resume.pdf: bandali-%.pdf: bandali-%.tex latexmk -lualatex $< watch-%: bandali-%.pdf latexmk -lualatex -pvc -view=none $(basename $<) +%:: bandali-%.pdf + cp -p $(basename $<).pdf $(basename $<)-$$(date +%Y).pdf + clean: latexmk -c diff --git a/bandali-resume.tex b/bandali-resume.tex index 41a3b2a..8e336d7 100644 --- a/bandali-resume.tex +++ b/bandali-resume.tex @@ -66,7 +66,7 @@ \renewcommand\headrulewidth{0pt} \cfoot{% \textsc{\addfontfeature{Letters=UppercaseSmallCaps,LetterSpace=6.0}% - Bandali Résumé \textemdash{} page \thepage{} of \pageref*{LastPage}}} + \small{}Bandali Résumé \textemdash{} page \thepage{} of \pageref*{LastPage}}} %% body text font %% \usepackage[lining, tabular]{ebgaramond} -- 2.20.1