To change the background image, find line
\includegraphics[width=\paperwidth,height=\paperheight]{bird3.jpg}
and change bird3.jpg
to anything you want.
The poster is A0 size, but temporarily resized to A4 when editing, so that the size stays manageable and you don’t have to zoom in everytime it’s recompiled. This is thank to package pgfpage
and its command \pgfpagesuselayout{resize to}[a4paper]
. When you send the poster for printing, remember to uncomment that line and compile again. I’m sure the printery knows how to resize A4 to A0, but it’s better to provide the right size right away, so the bitmap background doesn’t become pixelated.
...
Continue reading→
.pdfpc
file for an easy print-out.
Because I couldn’t guarantee that the computer on which I presented my talk would show the notes for me, I needed this fail-safe measure.
...
Continue reading→