File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 10
10
\usepackage [hyphens ]{url }
11
11
\usepackage [colorlinks=false ]{hyperref }
12
12
13
- \usepackage {pdfpages }
13
+ \usepackage {graphicx }
14
14
15
15
\newcommand {\CV }{Curriculum Vit\ae }
16
16
@@ -212,9 +212,10 @@ \section{Technical \\ Reading}
212
212
\section {References }
213
213
Available upon request.
214
214
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}
216
218
217
- \includepdf [landscape=true, offset=-3.25cm 0cm]{proof/PSDI.PDF}
218
- \includepdf [offset=-3.25cm 0cm]{proof/50226508_1920.pdf}
219
+ \end {resume }
219
220
220
221
\end {document }
Original file line number Diff line number Diff line change 13
13
@echo Build using Docker image.
14
14
docker run --rm -i --user="$(id -u):$(id -g)" --net=none \
15
15
-v $(PWD):/data \
16
- blang/latex:ubuntu \
16
+ blang/latex:ctanbasic \
17
17
pdflatex $<
18
18
endif
19
19
You can’t perform that action at this time.
0 commit comments