package that allows separate consideration of logical and physical pages (which can provide pdfnup-like functionality from inside TeX, among other things)

learn more… | top users | synonyms

12
votes
1answer
2k views

How should I convert my beamer slides to PowerPoint according to these odd specifications?

I am working with a program at my university that will videorecord my lectures, take my slides, and bundle them together into a movie to be put on the web, iTunesU, etc. They have asked me to produce ...
5
votes
2answers
230 views

Change in the header for the handout

I am running into a weird problem. When I run my code in beamer mode, the logo that I use in each slide (in the right top corner) stays there and does not move. When I try to make handouts, the logo ...
2
votes
1answer
367 views

How Can I Draw a Horizontal Rule on a Beamer Handout?

I have a beamer handout with a 16-on-1 layout via \pgfpagesuselayout{16 on 1}. I would like to draw a horizontal rule beneath each row of slides so that the viewer is more easily led to read left to ...
2
votes
1answer
225 views

Actual page number (and total number of pages) in the handout

I am trying to print out page number/total number of pages in the handout that I get from this code: This is my MWE: \documentclass[11 pt, handout,xcolor=pdftex,x11names,table]{beamer} ...