Latex templates for MASCOS posters

This document describes a set of files to produce posters (A2 landscape) with a standard MASCOS look, using LaTeX.

The philosophy is minimalist, being designed not to get in the way of your use of LaTeX. It is based on my own experience that writing my own layout is easier than trying to tweak someone else's undocumented defaults.

Versions

Apart from updates to fix problems or introduce new features, we hope to have multiple versions of the files. The choices to be offered are:
(a) 3-column or 4-column;
(b) using latex/dvips or using pdflatex.

Of the four potential combinations, the current availability is:
only 3-column latex/dvips. The implications of 3-column vs 4-column are obvious.
The implications of processing mode are:

latex/dvips
Process by latex and then dvips. Imported graphics should be eps. If pdf is required, subsequent processing by adobe distiller or equivalent will be required. Distiller will probably need to be told the page size.
pdflatex
Produces pdf directly. Imported graphics should be pdf or jpeg. This option (when available) is the best way to import photos because the pdf incorporates the jpeg encoding unchanged (unless asked to change it).

Files provided

poster.tex
the latex file that is processed to produce the poster
frame.eps
A graphic that is included to provide the blue frame, the MASCOS logo and name of centre.
The files are available from
http://ms.unimelb.edu.au/~enting/poster

Files you need to provide

To use the template you need to provide files def.tex file1.tex, file2.tex, file3.tex (and file4.tex for a fourth column).

The minimal version of file defs.tex needs to contain two lines
\renewcommand{\TITLE}{The actual title}
\renewcommand{\AUTHORS}{The actual authors}

You may need to insert spacing commands to tweak the layout.

The files file1.tex etc contain the latex source for columns 1,2,3 (and 4). The file poster.tex (and variants thereof) accesses these files via a \input command within a minipage environment which is in turn within a picture environment. This may place restrictions on what you do (e.g. if you try sub-nesting of picture/minipage environments, you are on your own). The picture unitlength has been set to 1cm if you want to access the picture layout features directly.

The only macro that is designed for use in file1.tex etc is \HEADING{heading text}, which does timesroman headings.

Other things you may want to do with file defs.tex are:

Get files here

Essential files

poster.tex and frame.eps

Demo files

defs.tex, file1.tex, file2.tex, file3.tex as demo inputs and poster.pdf as demo output.

Old versions

None yet.

How it is done

The main latex features used are:

Approved hacks

Since the source files are provided, we can't stop you doing arbitrary hacks of either the latex or the postscript and totally changing the style. However, this defeats the point of having a standard.

Some of the things you may want to change are:

Issues and bugs

There is probably a bit of tweaking of relative sizes of paper and frame and template still to be done. (19/2/06).

Future plans

Disclaimer

This page, its contents and style, are the responsibility of the author and do not represent the views, policies or opinions of The University of Melbourne.

Any aspects of this document that relate (or may be taken as relating) to Australian Government policy on climate change (or any other matter) are purely personal opinions which are in no way connected to CSIRO.

Ian Enting: last change 21/2/06.