\documentclass{article} % \textwidth 28.0cm \textheight 19.5cm % si LANDSCAPE \textwidth 19.5cm \textheight 28.0cm % si PORTRAIT % Landscape : % A4 : dvips Poster -t landscape -O-2.7cm,-2cm -o A4.ps % A3 : dvips -x 1414 Poster -t landscape -t a3 -O-2.8cm,-2.6cm -o A3.ps % A0 : % Pour sortie HP/GL (pour le traceur) : % dvips -x 4200 Poster -t landscape -t archE -O-5.0cm,1cm -o A0.ps % Pour sortie PS : % dvips -x 4200 Poster -t landscape -t archE -O0cm,1cm -o A0.ps % Portrait : % A4 : dvips Poster -t a4 -O-2.80cm,-2.0cm -o A4.ps % A3 : dvips -x 1414 Poster -t a3 -O-2.95cm,-2.6cm -o A3.ps <----------------- c'est cela qu'il faut. % A0 (HP/GL ou PS) : % dvips -x 4200 Poster -t archE -O-2.00cm,-1.0cm -o A0.ps % Si la version de dvips utilisée ne comprend par l'option "-t archE", % prendre celui de la distribution TeXLive2003, TeXLive2004 ou TeXCol2006-2007. % \oddsidemargin 8.75mm \topmargin -10mm \parindent 0pt \parskip 0pt \pagestyle{empty} % Pas de numéro de page \usepackage{times} % Jolie fonte \usepackage{graphicx} % Pour l'inclusion des images \usepackage[x11names]{xcolor} % Accès à une table de 317 couleurs \usepackage{multido} % Juste pour faire du remplissage \usepackage{multicol} % Mise en colonnes de texte \usepackage[T1]{fontenc} % Pour la saisie des lettres accentuées \usepackage[francais]{babel} \pagestyle{empty} \begin{document} \begin{minipage}{0.92\linewidth} \begin{center} \bfseries {\Large \textsc{La physique}}\\[1mm] {\Huge Cosmologie} \end{center} \end{minipage} \hfill \begin{minipage}{0.06\linewidth} \includegraphics[width=\linewidth]{Terrelune.eps} \end{minipage} \vfill % Les boîtes 1 et 2 seront alignés sur le haut, grâce à l'option [t] de minipage \fcolorbox{MistyRose1}{MistyRose1}{ \begin{minipage}[t]{0.6\linewidth} \subsection*{Boîte 1} \multido{}{80}{Boîte 1. } \end{minipage} } \hfill \begin{minipage}[t]{0.34\linewidth} \subsection*{Boîte 2} \multido{}{65}{Boîte 2. } \end{minipage} \fboxrule 1mm \fcolorbox{green}{Azure1}{ \begin{minipage}[t]{0.20\linewidth} \subsection*{Boîte 3} \multido{}{110}{Boîte 3. } \end{minipage} } \hfill \begin{minipage}[t]{0.74\linewidth} \subsection*{Boîte 4} \begin{multicols}{3} \multido{}{45}{Boîte 4 sur 3 colonnes avec muticols. } \end{multicols} % Les boîtes 4.1 et 4.2 seront centrés l'une part rapport à l'autre % (pas d'option [t] sur le minipage) \begin{minipage}{0.48\linewidth} \subsubsection*{Boîte 4.1} \multido{}{45}{Boîte 4.1. } \end{minipage} \hfill \fcolorbox{AntiqueWhite1}{AntiqueWhite1}{ \begin{minipage}{0.44\linewidth} \subsubsection*{Boîte 4.2} \multido{}{50}{Boîte 4.2. } \end{minipage} } \end{minipage} \vfill \centerline{\textcolor{red}{\today\hfill Fin du poster}} \end{document}