Generala0poster | Creating a specific Header

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
luzmara
Posts: 18
Joined: Thu Sep 04, 2008 3:45 pm

a0poster | Creating a specific Header

Post by luzmara »

Hi all,

I'm writing a poster with a0poster, I have to make the poster according with the conference instruction (see attached picture), in the header I have to leave an space in the left of the title, in order that the organizing committee complete some information, but I couldn't do it.

Next is the code I'm using, how I can modified it, to introduce the space? In the PDF file, is the poster without the space.

Thanks for your help.

Marisol

Code: Select all

\documentclass[portrait,a0b,final]{a0poster}
\usepackage{epsfig}
\usepackage{pstricks,pst-grad}
\usepackage{amsmath,amsthm,amssymb,epsfig,multirow}
\usepackage[brazil]{babel}
\usepackage{alltt}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{mathpazo}
\usepackage[divps]{psfrag}
\usepackage{multicol}
\usepackage{maybemath}
\newcommand{\nx}{\ensuremath{\mbox{\boldmath$x$}}}
\newcommand{\nX}{{\bf X}}
\newcommand{\vbeta}{\ensuremath{\mbox{\boldmath$\beta$}}}
\newcommand{\vtheta}{\ensuremath{\mbox{\boldmath$\theta$}}}
\newcommand{\tr}{\ensuremath{{\mbox{\it{\tiny T}}}}}
\newcommand{\R}{\ensuremath{I\!\!R}}

% Definition of some variables and colors
\setlength{\columnsep}{4cm}
\setlength{\columnseprule}{0.2mm}
\setlength{\parindent}{0.0cm}

%%%  Background
\newcommand{\background}[3]{
    \newrgbcolor{cgradbegin}{#1}
    \newrgbcolor{cgradend}{#2}
    \psframe[framearc=0.1,fillstyle=gradient,gradend=cgradend,
  gradbegin=cgradbegin,gradmidpoint=#3](0.,0.)(1.\textwidth,-1.\textheight)
}

%%%  Poster
\newenvironment{poster}{
  \begin{center}
  \begin{minipage}[c]{0.98\textwidth}
}{
  \end{minipage}
  \end{center}
}

%%%  pcolumn
\newenvironment{pcolumn}[1]{
  \begin{minipage}{#1\textwidth}
  \begin{center}
}{
  \end{center}
  \end{minipage}
}

%%%  box
\newcommand{\pbox}[4]{
\psshadowbox[#3]{
\begin{minipage}[t][#2][t]{#1}
#4
\end{minipage}
}}

\begin{document}

\background{1. 1. 1.}{1. 1. 1.}{0.5}
\vspace*{5.5cm}
\newrgbcolor{white}{1. 1. 1.}
     \definecolor{darkgreen}{cmyk}{0.9,0,0.9,0}
     \definecolor{whitegreen}{cmyk}{0.3,0,0.3,0}

\begin{poster}

%%% Header
\begin{center}
\begin{pcolumn}{0.99}

\pbox{0.95\textwidth}{}{linewidth=2mm,framearc=0.3,linecolor=darkgreen,fillstyle=gradient,gradangle=0,gradbegin=white,gradend=white,gradmidpoint=1.0,framesep=1em}{

%%% Unisiegel
\begin{minipage}[c][9cm][c]{0.1\textwidth}
  \begin{center}
    \scalebox{1.0}{\includegraphics{LogoUSP.EPS}}
  \end{center}
\end{minipage}
%%% Title
\begin{minipage}[c][9cm][c]{0.78\textwidth}
  \begin{center}
      {\sc \begin{LARGE}\textbf{TITLE}\end{LARGE}}\\[10mm]
    {\Large Author1$^{1}$, Author2$^{1}$ and Author3$^{1}$\\[7.5mm]
    $^{1\,}$University\\[7.5mm] e-mail1; e-mail2; e-mail3}
  \end{center}
\end{minipage}
%%% GK-Logo
\begin{minipage}[c][9cm][c]{0.1\textwidth}
  \begin{center}
    \scalebox{0.6}{\includegraphics{LogoIBS.EPS}}
  \end{center}
\end{minipage}

}
\end{pcolumn}
\end{center}

\vspace*{4.5cm}

\begin{multicols}{3}
\baselineskip 32pt

\begin{center}\pbox{.8\columnwidth}{}
{linewidth=2mm,framearc=0.1,linecolor=darkgreen,fillstyle=gradient,gradangle=0,gradbegin=white,gradend=whitegreen,gradmidpoint=1.0,framesep=1em}
{\begin{center}\begin{Large}\textbf{Introduction}\end{Large}\end{center}}\end{center}\vspace{1.0cm}
\begin{itemize}
\item 1.
\item 2.
\item 3.
\end{itemize}

\end{multicols}
\end{poster}
\end{document}
Attachments
PosterQuestion.pdf
Poster obtained
(49.12 KiB) Downloaded 326 times
Conference instructions
Conference instructions
poster.JPG (15.58 KiB) Viewed 2731 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply