Aller au contenu | Aller au menu | Rechercher

Blog | Budget | Gallery | Sys Info |

Extended Poster LaTeX class

Extended Poster LaTeX class

This is a LaTeX class to easily poster creation on various paper size.

Commands

Options:

Lengths:

Examples

\documentclass[a0paper]{posterx}
%\documentclass[a2paper,landscape]{posterx}
%\documentclass[a3paper,banner]{posterx}
%\documentclass[fit]{posterx}

\usepackage[T1]{fontenc}
\usepackage{pslatex}
\usepackage{charter}

%% Parametre du poster
\mag2500

\setlength{\posterwidth}{160cm}
\setlength{\posterheight}{120cm}
\setlength{\widthmargin}{1.5cm}
\setlength{\heightmargin}{1cm}

\setlength{\parindent}{0cm}

%% Visualisation
%xdvi -s 30 -paper 160cmx120cm poster.dvi

%% Titre
\title{%
   \framebox{\textsc{\Huge Fractionally spaced blind equalization: CMA versus Second Order based methods.}} \\
   by Ph. Loubaton, Ph. Ciblat and L. Mazet
}

%% Macros

\providecommand{\heading}[1]{$\space$\\[-0.9ex] \centerline{\textbf{\large #1}}}
\providecommand{\context}[1]{$\space$\\[-0.6ex] \textbf{#1}}
\providecommand{\bringup}{\vspace{-1.4ex}}
\newcommand{\nospacing}{%
  \setlength{\itemsep}{0pt}%
  \setlength{\parsep}{0pt}%
  \setlength{\parskip}{0pt}%
  \setlength{\partopsep}{0pt}%
  \setlength{\topsep}{0pt}%
  }

\begin{document}

\maketitle

%% Colonne 1
\begin{minipage}{0.24\linewidth}
  \input{colonne-1.inc.tex}
\end{minipage}
%%
\hspace{\stretch{1}}
%% Colonne 2
\begin{minipage}{0.24\linewidth}
  \input{colonne-2.inc.tex}
\end{minipage}
%%
\hspace{\stretch{1}}
%% Colonne 3
\begin{minipage}{0.24\linewidth}
  \input{colonne-3.inc.tex}
\end{minipage}
%% Colonne 4
\begin{minipage}{0.24\linewidth}
  \input{colonne-3.inc.tex}
\end{minipage}

%% Thanks
\begin{scriptsize}
  \hrule height0.1pt width0.32\linewidth\smallskip%
  \textit{This work has been carried out in the framework of xxx project.}
\end{scriptsize}

\end{document}

Download

Changelogs

PosterX 1.2 (Fri 03 Oct 2014)

PosterX 1.1 (Thu 06 May 2006)

PosterX 1.0 (Sun 04 Jul 1999)

Page créee/modifié le 7 octobre 2014.

Envoyez tout commentaire à Laurent Mazet

Ce site fonctionne avec des logiciels libres tels que Debian GNU/Linux, Apache, MySQL et PHP

Valid XHTML 1.1 Valid CSS!