I am currently making my second beamerposter. The problem described here also occurred in the first one but I just ignored it. Now I'd like to get this problem out of the way...
Please find the poster attached to this post, so you know what I'm talking about.
The poster attached shows a white line on the left edge. If I compile the document in 'portrait' format, then the line is on the top (covered by the uni crest on the rhs).
This is not too disturbing as long as the poster is in 'landscape' format as it can be cut off, however it looks pretty awful in 'portrait' format.
Did anybody ever come across this problem or has anyone a hint as to where the origin of the problem might be?
Here's the code:
Poster.tex
Code: Select all
Code, edit and compile here:
\documentclass[serif,final]{beamer}\mode<presentation>{\usetheme{Canterbury}}%\usepackage{type1cm}\usepackage{calc}\usepackage{pstricks}\usepackage{pst-all}\usepackage{pstricks-add}%\usepackage{lipsum}%\usepackage{pst-infixplot} % Allows plots without inverse notation; use \infixtoRPN{f(x)}\usepackage[english]{babel}\usepackage[latin1]{inputenc}\usepackage[orientation=landscape,size=a1,scale=1,debug]{beamerposter}\usepackage{multicol}%\usepackage[labelfont={small,sc,bf} ,textfont={footnotesize,it}, labelsep=newline, justification=justified]{caption}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Header\title[Micro-Beam Arrays]{The Stability and Dynamics of Odd and Even Number Micro-Beam Arrays}\author{\begin{tabular}{ll}Stefanie Salamander & \small\texttt{stefanie.salamander@canterbury.ac.nz}\\Achim Armadillo & \small\texttt{achim.rmadillo@pg.canterbury.ac.nz}\end{tabular}}\institute[University of Canterbury]{Department of Mechanical Engineering, University of Canterbury\\Private Bag 4800, Christchurch 8140, New Zealand}%\renewcommand{\leftfoot}{%\today}% Footer\renewcommand{\middlefoot}{\vfill{\fontsize{6pt}{6pt}\selectfont \textcolor[rgb]{0.75,0.75,0.75}{\texttt{Designed with \LaTeX~(beamerposter)}}}}%\renewcommand{\rightfoot}{%ICAST 2010\\[0.5em]21st International Conference on Adaptive Structures and Technologies}
Code: Select all
Code, edit and compile here:
% Style Sheet% This style sheet represents the University of Canterbury design% Written by; Achim R. Ammon% March 2009\ProvidesPackage{beamerthemeCanterbury}\usepackage{ragged2e} % used to justify text in paragraphs (call \justifying in paragraph)\usepackage{calc}\usepackage{pstricks}\usepackage{pst-all}\usepackage{pstricks-add}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\selectcolormodel{cmyk}\selectcolormodel{rgb}\mode<presentation>\newcommand{\leftfoot}{Left}\newcommand{\middlefoot}{Middle}\newcommand{\rightfoot}{Right}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Colours%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Yellow\definecolor{SheffYellow}{rgb}{1,0.949,0}% Light Gray\definecolor{LightGray}{named}{lightgray}% Gray\definecolor{Gray}{named}{gray}% White\definecolor{White}{named}{white}
Regards
Achim
ps: Make sure you provide a picture (instead of Images/CrestWB) if running the code.