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:
-
other \usepackage commands
- do a \renewcommand{\DOTITLE} definition that can do whatever you
want (e.g. import the title as a graphic to give access to larger fonts)
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:
- latex2e slides class, so that the default font is an appropriate size
(and sans serif);
- postional layout is done by putting everything in a latex picture
environment;
- \special commands are used to declare a papersize of 59cm wide by 41cm high;
- frame and logo are done by importing a single graphic
(frame.eps or frame.pdf) into the picture;
- file poster.tex has \usepackage commands for packages graphicx (which it uses), times (which it uses for authors and titles)
color and amsmath (which are packages you might use);
- everything is included in one file (with the input command) so
different parts can happily cross-reference each other (e.g. author list
referencing affiliation list).
- The minipage environments for the columns, set \raggedright and
reduce baseline ship by 2mm before file1.tex etc are input.
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:
- Use additional packages - one reason for doing the template with
standard latex commands rather than an existing package is to allow
use of other packages without risk of incompatibilities.
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
- Tweaks to spacing
- Separate versions of dvips/pdflatex and 3 vs 4 column.
- Macros to allow both 1-line and 2-line titles.
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.