3
votes
1answer
284 views

Absolute positioning in beamer when using `show notes on second screen`: text on wrong page

If you compile the example below, you have a very comfortable way to put sources on the slides for for LaTeX beamer. However, if you uncomment the line with the option show notes on second screen, ...
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 ...
7
votes
2answers
415 views

How can I get textpos to respect beamer overlays?

I'm using textpos to position text blocks in a beamer frame. However, the textblock environment does not seem to respect overlay commands. In the following example, I want "some more text" to be ...
9
votes
1answer
168 views

Best way to have a piece of text in a fixed location on every beamer slide?

I'm trying to create a beamer template that could be used for giving high school lessons, and one item I'd like is if on every slide I could display information (like the aim for the day, the ...
5
votes
2answers
828 views

LaTeX beamer handout mode textpos

I'm using beamer with textpos to place certain blocks at particular positions (in particular, I use the textblock* environment). When I attempt to create a handout, the pieces of text within ...
3
votes
2answers
836 views

Can't implement new command in latex (under beamer)

I'm trying to create a new command that will ease on reference placement under beamer. This is an example file: \documentclass[bigger]{beamer} \usepackage[absolute,overlay]{textpos} \tolerance=1000 ...
5
votes
2answers
1k views

Textpos not showing anything

I'm trying to create a business card in LaTeX. Accordingly, I want to use textpos to absolutely position the various elements. For some reason, textpos is just not showing anything. What I want is ...