\documentclass{article} % The following two packages let the poster use standard PostScript % fonts, rather than Knuth's Computer Modern. This makes sure the % poster prints nicely on every PostScript pinter. % Please do NOT use Computer Modern fonts! \usepackage{times} \usepackage{mathtime} \usepackage{amsmath} % Use special AMS-math environments \usepackage{color} % We can use colour in the poster. \usepackage{epsfig} % Enable the inclusion of PostScript images. \usepackage{multicol} % More control over multi-column format \usepackage{vmargin} % Set margins \usepackage{array} % More control over tables \setpapersize{A4} % Create your poster on A4 format % The following numbers determine the margins. \setmarginsrb{1.5cm}% left margin {5mm}% top margin {1.5cm}% right margin {5mm}% bottom margin {0mm}{0mm}{0mm}{0mm}% not needed -- related to headers and footers % Some useful mathematical symbols \newcommand{\grad}{\operatorname{grad}} \renewcommand{\div}{\operatorname{div}} \newcommand{\rot}{\operatorname{rot}} % Command to create a blue horizontal line \newcommand{\blueline}{{\setlength{\parindent}{0mm}\color{blue}\rule{\linewidth}{1mm}}} \begin{document} \pagestyle{empty} % no page numbers please \blueline % create a blue horizontal line \begin{center} {\Huge\color{blue}An example poster for the SCEE-2002 Conference}\\[5mm] {\Large S.H.M.J. Houben}\\[5mm] {\Large Eindhoven University of Technology}\\[5mm] e-mail: \texttt{stephanh@win.tue.nl} \end{center} \blueline % create a blue horizontal line \vspace{1cm} % 1 cm vertical spacing \begin{multicols}{2} % use 2 columns for the rest of the poster \section{Introduction} The 4th International Conference on Scientific Computing in Electrical Engineering SCEE2002 will be organised from 23 to 28 June, 2002, in Eindhoven, The Netherlands. This conference, which has been organised twice before as a German conference and in 2000 as an international conference, will again aim at an international audience. To stress this fact, the conference will this year be organised in The Netherlands. We aim to reach both mathematicians and electrical engineers, both from industry and from the academic world. To stress the importance of new computational methods for the industry, a special Industry Day will be organised, in which people from industry are asked to present to give their opinion on what research is needed in the near future. This is an example poster for the SCEE-2002 Conference. It is created on A4 format, but can be printed on A1 format to give a typical poster. Of course, you are free to modify this basic outline at will. \section{Equations} The Maxwell equations are given below. \begin{subequations} \begin{align} \rot \mathbf{E} &= - \frac{\partial \mathbf{B}}{\partial t}, \label{eq:maxwell1} \\ \rot \mathbf{H} &= \mathbf{J} + \frac{\partial \mathbf{D}}{\partial t}, \label{eq:maxwell2} \\ \div \mathbf{D} &= \rho, \label{eq:maxwell3} \\ \div \mathbf{B} &= 0. \label{eq:maxwell4} \end{align} \end{subequations} Note that we can refer to individual equations, such as \eqref{eq:maxwell3} or \eqref{eq:maxwell4}. It is also possible to include tables. \begin{center} \setlength{\extrarowheight}{2mm} \begin{tabular}{|c|l|l|} \hline symbol & name & unit \\[2mm] \hline \hline $\mathbf{E}$ & electric field & $\frac{\mathrm{V}}{\mathrm{m}}$ (Volt per meter) \\[2mm] \hline $\mathbf{H}$ & magnetic field & $\frac{\mathrm{A}}{\mathrm{m}}$ (Ampere per meter) \\[2mm] \hline $\mathbf{D}$ & electric flux & $\frac{\mathrm{C}}{\mathrm{m}^2}$ (Coulomb per square meter) \\[2mm] \hline $\mathbf{B}$ & magnetic flux & $\mathrm{T}$ (Tesla) \\[2mm] \hline $\mathbf{J}$ & electric current & $\frac{\mathrm{A}}{\mathrm{m}^2}$ (Ampere per square meter) \\[2mm] \hline $\rho$ & electric charge & $\frac{\mathrm{C}}{\mathrm{m}^3}$ (Coulomb per cubic meter) \\[2mm] \hline \end{tabular} \end{center} \section{Topics} The SCEE2002 conference will address the following topics: \begin{itemize} \item Computational electro-magnetics \item Computational electrodynamics \item Circuit simulation \item Coupled problems \end{itemize} \section{More on figures} It is possible to include PostScript figures in a poster. \begin{center} \epsfig{width=6cm,file=circuit6.eps} \end{center} It is also possible to include colour figures. \begin{center} \epsfig{width=6cm,file=residual1e-1.eps} \end{center} \section{Conclusions} We hope it is clear how to create a poster. With the example poster provided, it is possible to create a poster that includes text, equations and figures. \end{multicols} \blueline % create a blue horizontal line \end{document}