Package: texlive-latex-recommanded
Version: problem with subfig and beamer
Severity: normal
Hello
I am still using beamer for my presentation
if you use the attached file you will see that pdflatex hang with:
(/usr/share/texmf-texlive/tex/latex/beamer/beamerbasethemes.sty)
(/usr/share/texmf-texlive/tex/latex/beamer/themes/theme/beamerthemedefault.sty
(/usr/share/texmf-texlive/tex/latex/beamer/themes/font/beamerfontthemedefault.s
ty)
(/usr/share/texmf-texlive/tex/latex/beamer/themes/color/beamercolorthemedefault
..sty)
(/usr/share/texmf-texlive/tex/latex/beamer/themes/inner/beamerinnerthemedefault
..sty)
(/usr/share/texmf-texlive/tex/latex/beamer/themes/outer/beamerouterthemedefault
..sty))) (/usr/share/texmf-texlive/tex/latex/ucs/ucs.sty
(/usr/share/texmf-texlive/tex/latex/ucs/data/uni-global.def))
(/usr/share/texmf-texlive/tex/latex/base/inputenc.sty
(/usr/share/texmf-texlive/tex/latex/ucs/utf8x.def))
(/usr/share/texmf-texlive/tex/latex/subfig/subfig.sty
(/usr/share/texmf-texlive/tex/latex/caption/caption.sty
(/usr/share/texmf-texlive/tex/latex/caption/caption3.sty)
! LaTeX Error: [EMAIL PROTECTED] undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.184 [EMAIL PROTECTED]
[2]{%
So it seems that subfig do not works with beamer.
I check that without beamer the problem is not present.
using \documentclass{article} instead of \documentclass{beamer}
Have a nice day.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)
\documentclass[11pt]{beamer}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage{subfig}
\title{Présentation du logiciel de commande des diffractomètres}
\author{Picca Frédéric-Emmanuel}
\date{26 Septembre 2006, CSE}
\subject{Presentation Programs}
\institute[SOLEIL]{Soleil Synchrotron}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\end{document}