Skip to content

Commit d324846

Browse files
committed
figured out why the slides were wrong when generated on clifford2
1 parent 19f0841 commit d324846

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

documents/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ FHG_paper.pdf : FHG_paper.tex FHG_paper.bib $(PDFFILES) illustration.png
1717
FHG_paper.tex
1818

1919
$(PDFFILES): %.pdf: %.ps
20-
ps2pdf $<
20+
ps2pdf -sPAPERSIZE=a4 $<

documents/intro_slides.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
\usepackage[latin1]{inputenc}
33
\usepackage{alltt}
44
\newdimen\topcrop
5-
\topcrop=8cm %alternatively 10cm
5+
\topcrop=10cm %alternatively 8cm if the pdf inclusions are in letter format
66
\newdimen\topcropBezier
7-
\topcropBezier=16cm %alternatively 19cm
7+
\topcropBezier=19cm %alternatively 16cm if the inclusions are in letter format
88

99
\setbeamertemplate{footline}[frame number]
1010
\title{Smooth trajectories in straight line mazes}

0 commit comments

Comments
 (0)