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

6
votes
0answers
66 views

Beamer notes on secondary screen doesn't work

I am writing a presentation for at introduction to latex and think it would be nice to show how I have my presentation-notes on my laptop screen (Macbook Air) using Beamer. But it just won't work. ...
1
vote
1answer
122 views

Beamer notes “show notes on second screen” option does not work

I want to use the "show notes on second screen" option for beamer. Here's my code (MWE): \documentclass{beamer} \usepackage{pdfpages} \setbeameroption{show notes on second screen} \title{TEXPLORE} ...
2
votes
1answer
86 views

How to use pgfpages for creating sheets of labels

I am trying to create sheets of labels using pgfpages but, apparently, I'm doing it wrong. Here is what I have tried: \documentclass{article} ...
2
votes
0answers
105 views

Conflicting situation from concurrent use of pdfpages and pgfpages in beamer [closed]

From my beamer slides I produce multi slide per page pdfs which are easier for printing. Things went fine all these years until I used pdfpages and pgfpages in the same file. Here is the stripped ...
0
votes
1answer
108 views

Latex pgfpages cleardoublepage

I need to divide A4 into two A5 pages (landscape) which works fine with pgfpages but i also need special double page (like titlepage) where left half-page is empty and right contains text. But this ...
5
votes
2answers
232 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 ...
1
vote
3answers
268 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 ...
2
votes
1answer
232 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} ...
2
votes
0answers
28 views

How to avoid the extra box at the end of the handout created by pgfpages? [duplicate]

Possible Duplicate: Beamer handout: Problem when creating border around frames I am using pgfpages to create handouts. Here is my MWE: \documentclass[11 pt, ...
2
votes
1answer
371 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
2answers
288 views

pgfpages outer border instead of border shrink

I'm using the pgfpages package to publish my handout. But I think the space between the pages is to big, whereas the space at the outer border is to small. How can I change this? Currently I use this ...
8
votes
1answer
353 views

beamer: creating a special handout using pgfpage

I'm trying to make a sort of "trainer's guide" from a beamer presentation using pgfpage (cf. example below), but I have one problem: the handout does not work correctly for the last frame - and I ...
5
votes
0answers
218 views

What is going on with pgfpages and page labels?

I’m using a feature of beamer that shows notes beside slides, but the page numbers that are coming out are crazy, making it impossible to extract specific slides into other documents with ...
0
votes
0answers
177 views

Page border to specific page using pgfpages [closed]

I am combining different tex file using input command. I want to add page border to one specific file, for that I've used pgfpages but now problem is that page border is appearing on all pages which ...
7
votes
2answers
452 views

beamer handout WITH hyperlinks?

How can I have active hyperlinks in multipage beamer handouts? So far, all \url{} and \href{} I have in my document work fine in the resulting PDF if I typeset in presentation mode, but as soon as I ...
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 ...
4
votes
1answer
798 views

xelatex and pgfpages compatibility

I've just switched from pdflatex to xelatex for my lectures to take advantage of the unicode-math package so that I can change the colours of all my mathematics. When compiling the "handout" version ...