Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit a1ded1b

Browse files
committed
Add Handout
1 parent 51e0cba commit a1ded1b

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ analysis/graphs/
3030
## Generated if empty string is given at "Please type another file name for output:"
3131
thesis/thesis.pdf
3232
presentation/presentation.pdf
33+
presentation/presentation-handout.pdf
3334

3435
## Bibliography auxiliary files (bibtex/biblatex/biber):
3536
*.bbl

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ script:
55
- docker pull dxjoke/tectonic-docker
66
- docker run --mount src=$TRAVIS_BUILD_DIR/thesis,target=/usr/src/tex,type=bind dxjoke/tectonic-docker tectonic --keep-intermediates --reruns 10 thesis.tex
77
- docker run --mount src=$TRAVIS_BUILD_DIR/presentation,target=/usr/src/tex,type=bind dxjoke/tectonic-docker tectonic --keep-intermediates presentation.tex
8+
- docker run --mount src=$TRAVIS_BUILD_DIR/presentation,target=/usr/src/tex,type=bind dxjoke/tectonic-docker tectonic --keep-intermediates presentation-handout.tex
89
deploy:
910
provider: releases
1011
api_key:
1112
secure: 689LcVKDu5UceNyR2ekTh1uCKdnlYUW8VwvSt/LwlYY1eIYzbR66klajKotRfto6M0xFu4Zo4gl46TA7AQQPHJPeHB8kVfPZ3kbCBqrvV9LiFjupSpGmvNbZkyhiWtgCdP6v728Gb5HryXGhm1uDCznqrIp6A4URw77ih3xS3STg3zO2MMRr8u9zO3GQXHcQ6NYOl77WbV6Uj6Eivpb5JGTM4UjPLZ0T8Vgc3kw4CmBP+ERVXXRqhFbhXfYh7TBDh2KLC9cESlciHSkQIZvjlY4dGdQch0BXIvc+WDwfyEVGTws5qEhV9RUvjJbM6BuFIi4gW7aORurv3e027Wt9O6ED27aZYtl+LUVsnh4FjoeGHjrvpGPZ4tB/lVqqz73rzpzz2q3V8hngv9roFIZGJ/qgECXl1oC14HyhmlyyHAm0yqOHCy5IEOJ2bRuFbIMCFAVEQpASGnU1H7Ss0MZPhXcaD2K8O9v0xum0yL7KK3ld71zpZjr9PJgC5LGiEmSyBZPVnjM1/uXw+E1BNis4uB93E32cfIQMYLfjY3bNux9h0XVelgTFw5cWGM1Lf8g+drzg9ntqv90psl7T/BZ0LvAsHjQYoDKORVOwM+SerrhiyapoJcFgSv8PlOmXaPFcqWAQTQdxZhsdcUxwcoietuj+ZrzhUnwfPH/SzSufFhY=
1213
file:
1314
- thesis/thesis.pdf
1415
- presentation/presentation.pdf
16+
- presentation/presentation-handout.pdf
1517
skip_cleanup: true
1618
on:
1719
repo: mrdavidkovacs/MasterThesis
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
\documentclass[a4paper,landscape]{article}
2+
\usepackage{pdfpages}
3+
4+
\begin{document}
5+
\includepdf[pages=1-last,nup=2x2,landscape=false,frame=true,
6+
noautoscale=true,scale=1,delta=5mm 5mm]{presentation.pdf}
7+
\end{document}

0 commit comments

Comments
 (0)