6
votes
0answers
53 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. ...
0
votes
1answer
49 views

Problem with sumatra+beamer [closed]

I installed SumatraPDF and followed the instructions in the tutorial to set up a new profile in TeXnicCenter - however for some reason the pdf file is locked and when I try to compile it for the ...
3
votes
1answer
299 views

Issue with TeXMaker on win7 and beamer [closed]

Not sure if this question is appropriate for this forum... Just wondering if others can confirm this before sending it to the developers. Setup: TeXMaker TeXLive 2012 pdflatex with synctex enabled ...
34
votes
4answers
2k views

Is there a specialized Pdf viewer for Latex-Beamer presentations on Linux?

Most of the time when presenting a talk people connect their laptop to a video projector. So they effectively have an extra screen at their disposal. Because of that many Software options for ...
2
votes
1answer
170 views

Using ps2pdf colour and fonts change when TikZ picture added on beamer slide

When compiled with LaTeX + dvi2ps + ps2pdf the pdf output of the below MWE shows a strange behaviour: On the first slide (without TikZ picture) fonts and colours are slightly different from the ones ...
7
votes
1answer
366 views

“Dynamic” picture in beamer presentation

Is there a way in beamer to have some kind of dynamic picture that will change if the mouse is moved over it or if the button is clicked?
25
votes
1answer
475 views

Bifurcating a PDF: choosing a “Plan B” during a talk

I think this is a greenhorn's question, but anyway. It is sometimes difficult to measure time for a talk, according to unknown places and audiences.By this and other reasons I'd like to subtly launch ...
0
votes
0answers
230 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 ...
1
vote
0answers
216 views

Beamer buttons change zoom in Adobe Acrobat [closed]

I am using Beamer to create slides (the editor I'm using is Bakoma Tex). I can add buttons to go back and forth between slides using the \hyperlink command. When I open the slides as pdf (in Adobe ...
1
vote
2answers
204 views

table from pdf to latex

Ciao guys I am making a presentation using beamer. It is based on an online research article. Let's say there's a pdf file with a table consisting of 4 columns and 5 rows. What would be the easiest ...
14
votes
3answers
3k views

how to include existing pdf slides into my beamer?

are there any ways to incorporate some slides in existing beamer file into my beamer? Say, I want to put slide 2 in file A (a beamer pdf file) into my beamer presentation, can this be done? PS: file ...
3
votes
1answer
1k views

Embed video in PDF with beamer under Ubuntu [closed]

I'm stuck in embedding a video into a PDF presentation with beamer. The problem is not the actual tex code, but the fact that I'm using Linux Ubuntu 10.04. The video is not reproduced, with evince it ...
1
vote
0answers
405 views

beamer doesn't show png and pdf files [closed]

I have included .png and .pdf files in my beamer presentation. When I compile the document I can't see them. The documentation I read claim that both .png and .pdf should are readable by beamer. How ...
8
votes
2answers
2k views

Output Beamer notes to a separate PDF file?

Is there a simple way to have Beamer output the presentation notes to a separate PDF file whenever compiling the presentation? I know one way is to create two master files, one for the presentation ...
3
votes
1answer
2k views

Embedding a WMV file in a beamer presentation under Mac OS X

In brief, I have created a beamer presentation that contains an embedded WMV file. Acrobat Reader, however, does not recognise the format of the file under Mac OS, and refuses to play it under ...
5
votes
1answer
1k views

A button that runs an external program from a Beamer PDF presentation

I want to add a "run demo" button to a Beamer presentation (PDF file) that will launch an external Java application. Can this be done somehow - Embed an "exec" command inside a PDF using ...
4
votes
1answer
256 views

Inverse PDF Search in beamer

Can you please help in fixing a problem with inverse PDF search in beamer documents beamer does not work correctly with SyncTeX. Inverse PDF search (in Sumatra, Texworks, etc. I’ve tried all windows ...
11
votes
1answer
2k views

How to make a dissolving transition with LaTeX Beamer?

For a presentation I want to visualise the growth of a tree using a dissolving transition. Under Linux it works fine to use \transdissolve for that, Evince properly draws the transition. ...
5
votes
1answer
902 views

Beamer: how to make each frame appear in the PDF toc?

I would like to have a beamer presentation in which every frame appears in the PDF table of contents (i.e. has a bookmark). My specific presentation only has sections, so all of the frames can appear ...
8
votes
1answer
545 views

File size savings

This is a question just out of curiosity; I hope someone familiar with the "under-the-hood" parts of TeXLive can answer my question. I have a LaTeX source file for a presentation using Beamer, which ...
3
votes
1answer
500 views

Beamer: how to convince “includeslide” to include the last slide of a frame

I'm using \includeslide to create copies of my Beamer presentation slides in handouts, but have hit a small snag. By default, it appears to choose the first slide in a frame unless I specify the page ...
6
votes
2answers
644 views

Animated scrolling marquee across an entire page.

I would like to have a scrolling marquee across the entire width of a page. I am intending this for a Beamer presentation, but the solution doesn't necessarily have anything to do with beamer. I ...