Document ClassesBeamerposter - Annoying white line on the edge

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
achim
Posts: 49
Joined: Wed Aug 05, 2009 2:29 pm

Beamerposter - Annoying white line on the edge

Post by achim »

Dear community

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.
Poster.pdf
(243.32 KiB) Downloaded 849 times
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
}
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
BeamerthemeCanterbury.tex

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}
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I'd be grateful for any hint!

Regards
Achim

ps: Make sure you provide a picture (instead of Images/CrestWB) if running the code.
OS: Kubuntu
Distribution: TexLive
Editor: Kile

Recommended reading 2024:

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

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Beamerposter - Annoying white line on the edge

Post by frabjous »

Your code generates over 100 errors for me, then quits. You need to construct a properly compiliable minimal working example per board rules. It is impossible to diagnose anything otherwise.
achim
Posts: 49
Joined: Wed Aug 05, 2009 2:29 pm

Beamerposter - Annoying white line on the edge

Post by achim »

You're right, I'm sorry.

OK here is a striped down version of it. It uses the 'Berlin' style sheet. The problem still persists (both in landscape and portrait as described above). Hence my style sheet should be good.

Code: Select all

Code, edit and compile here:
\documentclass[serif,final]{beamer}
\mode<presentation>{\usetheme{Berlin}}
%
%
\usepackage[orientation=landscape,size=a1,scale=1,debug]{beamerposter}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Header
\title[Micro-Beam Arrays]{The Stability and Dynamics of Odd and Even Number Micro-Beam Arrays}
\author{The Author}
\institute{Department of Mechanical Engineering, University of Canterbury}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{frame}{}
\begin{block}{\large Introduction}
Here goes some random text\dots
$$
e^{i\pi}+1=0
$$
\dots and a nice equation.
\end{block}%
\end{frame}
\end{document}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
...and the compiled pdf:
test.pdf
(16.25 KiB) Downloaded 452 times
Cheers!
OS: Kubuntu
Distribution: TexLive
Editor: Kile
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Beamerposter - Annoying white line on the edge

Post by frabjous »

I only see the problem if compiled via latex > dvips > ps2pdf. If I compile with pdflatex directly, I don't see an issue. I gather from your first example, however, that you need to use PSTricks? How difficult would it be to get around this? (Either by switching to Tikz or exporting the individual graphical elements to eps then converting them to pdf and including them?)

Another possibility worth considering might be simply using pdfcrop on the final result... seems to do the trick.
achim
Posts: 49
Joined: Wed Aug 05, 2009 2:29 pm

Re: Beamerposter - Annoying white line on the edge

Post by achim »

Interesting, thanks for pointing that out!

You're right I do work with pstricks (a lot that is). I might have to consider pre compiling the pstricks images to .eps.
The thing is, I'm quite used to pstricks now and do like it very much. Tikz does not look bad either but for now I'd rather stay with pstricks.

I will (as much as time allows) investigate further into why this happens when I compile dvi ps pdf.

Many thanks!
Achim
OS: Kubuntu
Distribution: TexLive
Editor: Kile
Post Reply