[OS X TeX] Styles or macros for preparing posters, and how to use TeXShop for this

Michel Bovani michel.bovani at wanadoo.fr
Sat Jun 1 15:38:06 EDT 2002



Le 1/06/02 21:07, « Bruno Voisin » <Bruno.Voisin at hmg.inpg.fr> a écrit :

> - Are there LaTeX styles/macros aimed specially at doing posters ? I'm
> using the slides class for the moment.

\documentclass{a0poster}
> 
> - I use \setlength{\paperwidth} {841mm} and
> \setlength{\paperheight}{1189mm} to make LaTeX aware of A0 paper size, I
> use the A0 printer driver (it's a PRINEO printer) and I define the paper
> size to be A0 in TeXShop's "Page Setup" menu item for this printer.

If you are using pdflatex, you have to configure it for your page dimensions
(using \pdfpageheiht/width primitives).

Try this

\documentclass[a0,portrait]{a0poster}
\usepackage[applemac]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{calc,palatino}
\usepackage[frenchb]{babel}
\pdfpagewidth\paperwidth
\pdfpageheight\paperheight
\pagestyle{empty}
\begin{document}
\fontsize{180}{200}\selectfont
\vspace*{\fill}
\begin{center}\bfseries
Je suis un joli Poster
\end{center}
\vfill\vfill
\end{document}

-- 
Michel Bovani



-----------------------------------------------------------------
Threaded list archives can be found at:
<http://www.masda.vxu.se/~pku/MacOSX_TeX/>
-----------------------------------------------------------------
To UNSUBSCRIBE, send email to <info at email.esm.psu.edu> with
"unsubscribe macosx-tex" (no quotes) in the body.
For additional HELP, send email to <info at email.esm.psu.edu> with
"help" (no quotes) in the body.
-----------------------------------------------------------------




More information about the MacOSX-TeX mailing list