We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f0841 commit d324846Copy full SHA for d324846
documents/Makefile
@@ -17,4 +17,4 @@ FHG_paper.pdf : FHG_paper.tex FHG_paper.bib $(PDFFILES) illustration.png
17
FHG_paper.tex
18
19
$(PDFFILES): %.pdf: %.ps
20
- ps2pdf $<
+ ps2pdf -sPAPERSIZE=a4 $<
documents/intro_slides.tex
@@ -2,9 +2,9 @@
2
\usepackage[latin1]{inputenc}
3
\usepackage{alltt}
4
\newdimen\topcrop
5
-\topcrop=8cm %alternatively 10cm
+\topcrop=10cm %alternatively 8cm if the pdf inclusions are in letter format
6
\newdimen\topcropBezier
7
-\topcropBezier=16cm %alternatively 19cm
+\topcropBezier=19cm %alternatively 16cm if the inclusions are in letter format
8
9
\setbeamertemplate{footline}[frame number]
10
\title{Smooth trajectories in straight line mazes}
0 commit comments