Using Latex To Produce Conference Posters: 1 Getting Started
Using Latex To Produce Conference Posters: 1 Getting Started
Using Latex To Produce Conference Posters: 1 Getting Started
$Revision: 1.23 $,
1 Getting Started
Examine the two templates for portrait and landscape
posters.
% latex my_poster
% dvips my_poster -o myposter.ps
% gv my_poster.ps
http://nxg.me.uk/docs/posters/ 1/6
26/10/2008 Producing posters using LaTeX
2 Previewing
2.1 On To view a poster in gv select the 0.100 magnification
screen setting in gv. Ghostview can examine A0 postscript files,
although it does (in only some versions?) chop a few
inches off the far side of the page. If this happens, you just
need to view the poster upside-down or in `seascape'.
2.2 Draft You can get an A4 preview using the draft option on the
mode a0poster class. You invoke this option using
\documentclass[draft]{a0poster}
2.4 Graeme has written a small perl script which will attempt to
a0toa4.pl the whole conversion for you, it's called a0toa4.pl. Just
pass it the name of the A0 postscript file:
% dvips my_poster -o
This is dvips(k) 5.86 Copyright 1999 Radical Eye Software (www.radicale
' TeX output 2000.05.11:1612' -> my_poster.ps
...
% a0toa4.pl my_poster.ps
Wrote a4 version to my_poster_a4.ps
Notes:
Once you have postscript from dvips and you're happy with
the results, you can print it to an A0 plotter. However, if you
have a landscape poster you need to massage the
postscript using a command like the following:
When you have the final version ready, proof read it that
one last time (see above for how to get an A4 draft
version), then send it on its way to the printer in the usual
fashion.
If you have to use a print shop to print the thing out -- that is,
if you don't have a dirty great A0 plotter to hand -- you
should talk to them about what formats they require. They'll
probably be able to deal with Postscript (does anyone
have general advice about how to make dvips output
portable in this respect?), but might have problems with
PDF files. If need be [CT], you could read a Postscript or
PDF file into the Gimp (which incidentally allows you to do
any final touching-up you fancy) and save it as a TIFF. The
resulting file will be huge, but is a very well-supported
http://nxg.me.uk/docs/posters/ 4/6
26/10/2008 Producing posters using LaTeX
3.1 Printing Another way to print the poster out is to split it into smaller
onto (A4 or A3) sections, print them out, and reassemble them
multiple by hand. To split the poster up, you can use epssplit (that
sheets page includes pointers to some other useful utilities),
though this handles only Encapsulated Postscript.
I'm not aware of any tools which do the same splitting trick
with PDF (can anyone point to such a tool?).
4 Other resources
psresize and psnup are part of a suite of tools for
editing postscript, called psutils.
There are other poster templates at Edinburgh,
Oxford and Basel. In some cases, I feel the job might
have been made easier by using textpos.
As mentioned above, the ImageMagick suite
includes several tools for converting between image
formats.
4.1 Useful The paper sizes here are from Markus Kuhn's excellent
sizes page on ISO/International Paper Sizes.
6 Document history
$Log: index.xml,v $
Revision 1.23 2007/09/10 07:30:35 norman
Add link to another poster template
New document structure conventions
Norman Gray
Graeme Stewart
2007/09/10 07:30:35
http://nxg.me.uk/docs/posters/ 6/6