0
votes
1answer
60 views

page size and font size in latex beamer

I need to add page size as "Letter Paper: 8-1/2X11" and font size 24 pt?following code not worked..What is a solution for this two changes? \documentclass[24pt]{beamer}
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 ...
2
votes
1answer
70 views

Incorrect frame numbers when pages included using pdfpages in beamer

I am including some pages using pdfpages in beamer. I understand that these pages can not be included a frames. Rather these are included as simple texts. So far so good. However, I get incorrect ...
3
votes
1answer
125 views

Using \put command relative to page size

I want to include a logo in the pdf pages included in Beamer. I tried writing macro and progressed so far. \documentclass[fleqn,xcolor=dvipsnames]{beamer} \newlength{\logosize} ...
12
votes
2answers
4k views

Error when inserting a PDF page into a Beamer presentation

I'm using pdfpages to insert a page from a pdf file into my Beamer presentation, but the result is a completely empty page. Here is smaller version of the file: \documentclass{beamer} ...