Skip to content

Commit 6f02212

Browse files
committed
use smaller ctanbasic docker image
This required giving up the use of the "pdfpages" package. Including PDFs as graphics in an explicit "Appendix" section. Reduced from 4 pages to 2.
1 parent 2c95aa2 commit 6f02212

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

aaronrobson-cv.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
\usepackage[hyphens]{url}
1111
\usepackage[colorlinks=false]{hyperref}
1212

13-
\usepackage{pdfpages}
13+
\usepackage{graphicx}
1414

1515
\newcommand{\CV}{Curriculum Vit\ae}
1616

@@ -212,9 +212,10 @@ \section{Technical \\ Reading}
212212
\section{References}
213213
Available upon request.
214214

215-
\end{resume}
215+
\section{Appendix}
216+
\includegraphics[width=0.5\textwidth]{proof/PSDI.PDF}
217+
\includegraphics[width=0.5\textwidth]{proof/50226508_1920.pdf}
216218

217-
\includepdf[landscape=true, offset=-3.25cm 0cm]{proof/PSDI.PDF}
218-
\includepdf[offset=-3.25cm 0cm]{proof/50226508_1920.pdf}
219+
\end{resume}
219220

220221
\end{document}

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else
1313
@echo Build using Docker image.
1414
docker run --rm -i --user="$(id -u):$(id -g)" --net=none \
1515
-v $(PWD):/data \
16-
blang/latex:ubuntu \
16+
blang/latex:ctanbasic \
1717
pdflatex $<
1818
endif
1919

0 commit comments

Comments
 (0)