Re: [Prosper-users] Positioning the '\title' information using the darkblue style
Brought to you by:
goualard
|
From: Michael A. P. <mp...@ma...> - 2005-09-16 01:03:14
|
On Thu, 2005-09-15 at 15:13 +0100, Colin Brough wrote:
> Hi
>
> I'm a fairly new prosper user, though I've been using LaTeX since the
> late 1980's.
>
> When I try and use the '\title' macro to put some information on every
> slide in my presentation, it appears at the bottom of the slide, but
> half-off the screen. Am I doing something wrong, or can I alter the
> positioning somehow?
>
> Here's the source file:
>
> \documentclass[pdf,slideColor,colorBG,darkblue]{prosper}
> \title{This is half off the page!}
> \begin{document}
> \begin{slide}{Hello!}
> \begin{itemize}
> \item This is an example
> \end{itemize}
> \end{slide}
> \end{document}
>
> The output PDF is at:
>
> http://www.colinbrough.pwp.blueyonder.co.uk/ProsperExample.pdf
Looks to me like a bug in darkblue.
When I switch darkblue to fyma - it is a little low, but fine.
When I remove specified style all together and use default, it is a
little low imho but fine.
|