From 084d154d13abe85cff39e944d70a968e3b5f916d Mon Sep 17 00:00:00 2001 From: david Date: Mon, 6 Jan 2020 05:13:48 -0600 Subject: [PATCH] change filename in render so its easier to modify Main.tex --- render.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/render.sh b/render.sh index b93e320..296f9e6 100755 --- a/render.sh +++ b/render.sh @@ -4,6 +4,6 @@ cd "$(dirname "$0")" git pull -/usr/bin/pdflatex -file-line-error -interaction nonstopmode Main.tex -rm Main.aux Main.out Main.toc -cp Main.pdf /home/david/fileshare/CV.pdf +/usr/bin/pdflatex -file-line-error -interaction nonstopmode -jobname=CV Main.tex +rm CV.aux CV.out +cp CV.pdf /home/david/fileshare/