Package: latex-beamer
Version: 3.01-1
Severity: normal

Hi,

LaTeX takes two runs to correctly generate cross-references and internal
links.  Normally if the .aux file and the output aren't synchronized
there is a warning, which lets one use a Makefile section like

%.pdf : %.tex
        $(PDFLATEX) $^
        grep Rerun $*.log && $(PDFLATEX) $^ || echo "Only needed one run."

to typeset the file the appropriate number of times.  However, in a
source file with only beamer's default set of internal links and no
explicit labels, no "Rerun" line is generated.  This makes for a PDF
file where the navigation is all wonky.

A workaround is to put "\label{dummy}" near the end of the file, but
that only catches cases where the total number of slides changes.

I don't know that this is specifically a beamer problem, but it is
certainly triggered by whatever magic beamer uses to make the internal
links.

Thanks for maintaining the package!

Rob

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (995, 'testing'), (30, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages latex-beamer depends on:
ii  latex-xcolor                  2.00-1     Easy driver-independent TeX class 
ii  pgf                           0.65-1     TeX Portable Graphic Format
ii  tetex-extra                   2.0.2c-7   Additional library files of teTeX

-- no debconf information

-- 
Rob Mahurin
Dept. of Physics & Astronomy    phone:  865.974.8097 (sometimes)
University of Tennessee         fax:    865.974.7843
Knoxville, TN  37996            email:  [EMAIL PROTECTED]
--
"Let's show this prehistoric bitch how we do things downtown!"
-- The Ghostbusters


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to