Tagged Questions
1
vote
0answers
67 views
Beamer: Visualize overlay borders in handout mode
I want to display the slide areas of a frame in handout mode.
A possible solution could look like this:
\begin{frame} % presentation mode
On slide 1 \\
\pause
On slide 2
\end{frame}
...
1
vote
3answers
289 views
Handouts dont print properly
I have been unable to print handouts --- multiple slides per page with border around each. And it just does not work. I tried compiling with xelatex and latex (both almost default installs on Ubuntu ...
1
vote
0answers
40 views
Handout is not the same as last displayed state of a frame [duplicate]
Possible Duplicate:
How to exclude certain slides from handout
OK. Here is the MWE that explains it all. When compiled as beamer (onscreen) option, the itemized items appear on every click. ...
0
votes
0answers
255 views
How to obtain the handout-version of a beamer generated PDF without the source? [closed]
I have a couple of beamer presentations in presentation mode such that e.g. each item in a list shows up on a new "page". Is there any way to easily obtain a printable version only from the PDF which ...
4
votes
0answers
316 views
Beamer/TikZ shadow printed via Adobe Reader (PostScript) cause errors [closed]
Consider the example below compiled using pdflatex. Basically it is a simple test of the Frankfurt theme and the Whale color theme (just attempting to make something smaller).
We experience problems ...
4
votes
2answers
326 views
n-up printing of beamer slides with empty right-hand side
I'm creating a presentation with LaTeX beamer and want to print out some handouts. The handout should fit onto a A4 page and should have the following format. The page is (virtually) split in 4 parts. ...
17
votes
4answers
5k views
printing beamer slides
I want to print handouts of a beamer presentation. I am using psnup to a create a copy with multiple slides per pages. I notice that there is a lot of empty space on the top of each slide and the ...