Readers,
I am experiencing problems with using the hyperref class with the
beamer class. The pdf file shows the text:
,23 ,
in the top left of the first frame. The window bar shows the text
title of presentation
even though the hyperref command states '~'. When I comment out the
title command (%\title...) and replace the tilde (~) with text
'presentation', the window bar becomes:
hyperrefpresentationconflict
and the first frame shows in the top left:
,23presentationpresentation,
The rest of the presentation appears as expected. Latex file and
selection of log shown below.
Any advice someone?
la...@conference.jabber.org
This is pdfTeX, Version 3.141592-1.40.3 (Web2C 7.5.5) (format=latex
2007.11.20)
mandriva 2008
\documentclass{beamer}
\usetheme{Singapore}
\setbeamertemplate{navigation symbols}{}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[pdftitle={presentation}]{hyperref}
\usepackage{helvet}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{multicol}
\mode<presentation>
%\title{title of presentation}
\institute{organisation}
\author{name of presenter}
\date{~}
\begin{document}
\begin{frame}
\titlepage{
presentation title\\
~\\
\small{\textsl{sub-title text}}
}
\end{frame}
\begin{frame}
\frametitle{Content}
\tableofcontents
\end{frame}
\section{section one}
\begin{frame}
\frametitle{frame 1}
\begin{itemize}
\item text one
\pause
\item text two
\item text three
\end{itemize}
\end{frame}
\section{section two}
\begin{frame}
\frametitle{frame 2}
\begin{itemize}
\item text one
\pause
\item text two
\item text three
\end{itemize}
\end{frame}
\section{summary}
\begin{frame}
\frametitle{frame 3}
\begin{itemize}
\item text one
\pause
\item text two
\item text three
\end{itemize}
\end{frame}
\end{document}
Package hyperref Warning: Option `pdfpagelabels' is turned off
(hyperref) because \thepage is undefined.
...
Hyperref stopped early
)
*hyperref using default driver hdvips*
...
! LaTeX Error: Missing \begin{document}.
...
l.7 \usepackage
{helvet}
?
! You can't use `macro parameter character #' in horizontal mode.
\in@ #1#2->\def \in@@ ##1#1##
2##3\in@@ {\ifx \in@ ##2\in@false \else
\in@tru...
l.7 \usepackage
{helvet}
?
! You can't use `macro parameter character #' in horizontal mode.
\in@ #1#2->\def \in@@ ##1#1##2##
3\in@@ {\ifx \in@ ##2\in@false \else
\in@tru...
l.7 \usepackage
{helvet}
?
! Extra \else.
<argument> ....5 .5},implicit=false,}\ifin@ \else
\let \reserved@a
\@secondo...
l.7 \usepackage
{helvet}
?
! Extra \fi.
\@for ... \@forloop #2,\@nil ,\@nil \@@ #1{#3}\fi
l.7 \usepackage
{helvet}
?
! LaTeX Error: Option clash for package hyperref.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.7 \usepackage
{helvet}
?
(/usr/share/texmf/tex/latex/psnfss/helvet.sty
Package: helvet 2005/04/12 PSNFSS-v9.2a (WaS)
)
...