Generala1paper presentation

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
frey
Posts: 11
Joined: Thu Jan 10, 2008 8:26 pm

a1paper presentation

Post by frey »

What class easy to use to make presentation on a1 paper? Beamer slides only 128x96 and it neccessary to resize:

Code: Select all

\usepackage{pgfpages}
\pgfpagesuselayout{resize to}[a1paper,border shrink=-200mm]
But i also need title and frame border, that don't see after such resizing. And is somewhere option like beamer frame[shrink], to shrink slide to the page?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Xanda
Posts: 1
Joined: Fri Aug 14, 2009 6:30 pm

Re: a1paper presentation

Post by Xanda »

When I use this package the output is in correct size but blank, why? and how make the text apear in pdf output?
Thanks
User avatar
nlct
Posts: 276
Joined: Thu Nov 06, 2008 11:15 am

a1paper presentation

Post by nlct »

It's difficult to say without a minimal working example. Have you tried the a0poster package? Despite the name, it can also be used to create A1 posters. There is also some useful information in Creating posters with LaTeX.

Regards
Nicola Talbot
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

a1paper presentation

Post by gmedina »

In addition to the suggestions by nlct, the beamerposter package can be useful too; it combines the beamer and the a0poster classes in order to create LaTeX posters. Here: LaTeX poster with beamerposter you can find examples ans some style files.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply