Skip to content

Commit 1fa962a

Browse files
committed
cleaned
1 parent 8404997 commit 1fa962a

File tree

6 files changed

+19
-756
lines changed

6 files changed

+19
-756
lines changed

.DS_Store

-8 KB
Binary file not shown.

files/Makefile

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
.PHONY: all clean
2+
3+
# Default target is to compile the full version
4+
all: cv.pdf
5+
6+
# Compile the short version
7+
short: cv-short.pdf
8+
9+
# Compile the full version
10+
cv.pdf: cv.tex
11+
pdflatex -jobname=cv '\def\shortversion{0} \input{cv.tex}'
12+
13+
# Compile the short version with smaller fonts and margins
14+
cv-short.pdf: cv.tex
15+
pdflatex -jobname=cv-short '\def\shortversion{1} \input{cv.tex}'
16+
17+
# Clean up auxiliary files
18+
clean:
19+
rm -f *.aux *.log *.out *.toc *.bbl *.blg *.synctex.gz

files/cv.fdb_latexmk

Lines changed: 0 additions & 118 deletions
This file was deleted.

files/cv.pdf

-219 KB
Binary file not shown.

0 commit comments

Comments
 (0)