Debian Bug report logs - #388267
texlive-latex-recommanded: problem with subfig and beamer

version graph

Package: latex-beamer; Maintainer for latex-beamer is Debian TeX Maintainers <debian-tex-maint@lists.debian.org>; Source for latex-beamer is src:texlive-base (PTS, buildd, popcon).

Reported by: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>

Date: Tue, 19 Sep 2006 14:03:33 UTC

Severity: normal

Tags: upstream

Found in versions latex-beamer/3.07-1, latex-beamer/3.07-2

Fixed in version 2005.dfsg.2-2

Done: Hilmar Preuße <hille42@web.de>

Bug is archived. No further changes may be made.

Forwarded to tantau@tcs.uni-luebeck.de

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, unknown-package@qa.debian.org:
Bug#388267; Package texlive-latex-recommanded. (full text, mbox, link).


Acknowledgement sent to Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>:
New Bug report received and forwarded. Copy sent to unknown-package@qa.debian.org. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: texlive-latex-recommanded: problem with subfig and beamer
Date: Tue, 19 Sep 2006 15:25:12 +0200
[Message part 1 (text/plain, inline)]
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: \@makecaption undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...                                              
l.184 \renewcommand\@makecaption
                                [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: LANG=fr_FR.UTF-8@euro, LC_CTYPE=fr_FR.UTF-8@euro (charmap=UTF-8)
[toto.tex (text/plain, attachment)]

Bug reassigned from package `texlive-latex-recommanded' to `texlive-latex-recommended'. Request was from Martin Michlmayr <tbm@cyrius.com> to control@bugs.debian.org. (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian TeX Maintainers <debian-tex-maint@lists.debian.org>:
Bug#388267; Package texlive-latex-recommended. (full text, mbox, link).


Acknowledgement sent to Frank Küster <frank@kuesterei.ch>:
Extra info received and forwarded to list. Copy sent to Debian TeX Maintainers <debian-tex-maint@lists.debian.org>. (full text, mbox, link).


Message #12 received at 388267@bugs.debian.org (full text, mbox, reply):

From: Frank Küster <frank@kuesterei.ch>
To: tantau@tcs.uni-luebeck.de
Cc: debian-tex-maint@lists.debian.org, 388267-forwarded@bugs.debian.org, 388267@bugs.debian.org, 388267-submitter@bugs.debian.org, control@bugs.debian.org, latex-beamer@packages.debian.org
Subject: Re: problem with subfig and beamer
Date: Mon, 25 Sep 2006 10:22:18 +0200
[Message part 1 (text/plain, inline)]
reassign 388267 latex-beamer
thanks

Dear Till,

I think a Debian user has discovered a bug in beamer.  I'm currently
offline and only checked version 3.06 (and in the worst case, I won't be
able to send this mail before Monday and will be about the third person
to nag on you...).  Anyway, here's my analysis.  The following document:

\documentclass[11pt]{beamer}
\usepackage[utf8]{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}

fails with the error message:

! LaTeX Error: \@makecaption undefined.

Indeed, no file in the beamer package seems to define this macro, only
\beamer@makecaption.  However, according to the LaTeX sources
(source2e.pdf):

,---- File G, ltxfloat.dtx, 62.1
| The document style must define the following.
| ...
| \@makecaption{NUM}{TEXT} :
|           A macro to make a caption, with NUM the value
|           produced by \fnum@... and TEXT the text of the caption.
|           It can assume it's in a \parbox of the appropriate width.
`----

I'm sure this wording is from the old days of LaTeX 2.09, and
documentstyle should in fact be documentclass.

I have no idea what the solution might be, but because of this text I
think it should probably be on beamer's side, not subfig's.


Liebe Grüße, und danke für Beamer,

Frank




--=20
Frank K=FCster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Z=
=FCrich
Debian Developer (teTeX/TeXLive)

[Message part 2 (text/plain, inline)]
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)

Bug reassigned from package `texlive-latex-recommended' to `latex-beamer'. Request was from Frank Küster <frank@kuesterei.ch> to control@bugs.debian.org. (full text, mbox, link).


Reply sent to Frank Küster <frank@kuesterei.ch>:
You have marked Bug as forwarded. (full text, mbox, link).


Message sent on to Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>:
Bug#388267. (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, OHURA Makoto <ohura@debian.org>:
Bug#388267; Package latex-beamer. (full text, mbox, link).


Acknowledgement sent to Norbert Preining <preining@logic.at>:
Extra info received and forwarded to list. Copy sent to OHURA Makoto <ohura@debian.org>. (full text, mbox, link).


Message #25 received at 388267@bugs.debian.org (full text, mbox, reply):

From: Norbert Preining <preining@logic.at>
To: Frank Küster <frank@kuesterei.ch>, 388267@bugs.debian.org
Cc: debian-tex-maint@lists.debian.org, 388267-forwarded@bugs.debian.org, 388267-submitter@bugs.debian.org, control@bugs.debian.org, latex-beamer@packages.debian.org
Subject: Re: Bug#388267: problem with subfig and beamer
Date: Mon, 25 Sep 2006 23:13:25 +0200
tags 388267 + upstream
clone 388267 -1
reassign -1 texlive-latex-recommended
thanks

On Mon, 25 Sep 2006, Frank Küster wrote:
> reassign 388267 latex-beamer

beamer is also in texlive-latex-recommended, as I don't want to depend
on a problematic pgf (see my prepared NMU of pgf 1.01).

If we get a fix from Till, and we get an updated pgf package (maybe I
should upload one?) then I can blacklist pgf/beamer from the texlive
packages.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining@logic.at>                    Università di Siena
Debian Developer <preining@debian.org>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
STURRY (n.,vb.)
A token run. Pedestrians who have chosen to cross a road immediately
in front of an approaching vehicle generally give a little wave and
break into a sturry. This gives the impression of hurrying without
having any practical effect on their speed whatsoever.
			--- Douglas Adams, The Meaning of Liff



Tags added: upstream Request was from Norbert Preining <preining@logic.at> to control@bugs.debian.org. (full text, mbox, link).


Bug 388267 cloned as bug 389467. Request was from Norbert Preining <preining@logic.at> to control@bugs.debian.org. (full text, mbox, link).


Message sent on to Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>:
Bug#388267. (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, OHURA Makoto <ohura@debian.org>:
Bug#388267; Package latex-beamer. (full text, mbox, link).


Acknowledgement sent to Kanru Chen <koster@debian.org.tw>:
Extra info received and forwarded to list. Copy sent to OHURA Makoto <ohura@debian.org>. (full text, mbox, link).


Message #38 received at 388267@bugs.debian.org (full text, mbox, reply):

From: Kanru Chen <koster@debian.org.tw>
To: Debian Bug Tracking System <388267@bugs.debian.org>
Subject: latex-beamer: subfig fix patch
Date: Fri, 18 Jul 2008 04:38:55 +0800
[Message part 1 (text/plain, inline)]
Package: latex-beamer
Version: 3.07-1
Followup-For: Bug #388267

Here is a patch for this bug.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages latex-beamer depends on:
ii  latex-xcolor               2.11-1        Easy driver-independent TeX class 
ii  pgf                        2.00-1        TeX Portable Graphic Format
ii  texlive-latex-base         2007.dfsg.1-2 TeX Live: Basic LaTeX packages

latex-beamer recommends no packages.

-- no debconf information
[subfig_fix.diff (text/x-diff, attachment)]

Information forwarded to debian-bugs-dist@lists.debian.org, OHURA Makoto <ohura@debian.org>:
Bug#388267; Package latex-beamer. (full text, mbox, link).


Acknowledgement sent to Kanru Chen <koster@debian.org.tw>:
Extra info received and forwarded to list. Copy sent to OHURA Makoto <ohura@debian.org>. (full text, mbox, link).


Message #43 received at 388267@bugs.debian.org (full text, mbox, reply):

From: Kanru Chen <koster@debian.org.tw>
To: Debian Bug Tracking System <388267@bugs.debian.org>
Subject: latex-beamer: Additional information
Date: Fri, 18 Jul 2008 04:56:26 +0800
Package: latex-beamer
Version: 3.07-1
Followup-For: Bug #388267

Sorry, I forgot to mention that to actually fix this bug you have to use
the newest caption[1] package which has beamer support, but it's not yet
in debian.

[1]: http://tug.ctan.org/tex-archive/macros/latex/contrib/caption/

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages latex-beamer depends on:
ii  latex-xcolor               2.11-1        Easy driver-independent TeX class 
ii  pgf                        2.00-1        TeX Portable Graphic Format
ii  texlive-latex-base         2007.dfsg.1-2 TeX Live: Basic LaTeX packages

latex-beamer recommends no packages.

-- no debconf information




Information forwarded to debian-bugs-dist@lists.debian.org, OHURA Makoto <ohura@debian.org>:
Bug#388267; Package latex-beamer. (Sun, 28 Mar 2010 06:00:03 GMT) (full text, mbox, link).


Acknowledgement sent to tony mancill <tmancill@debian.org>:
Extra info received and forwarded to list. Copy sent to OHURA Makoto <ohura@debian.org>. (Sun, 28 Mar 2010 06:00:03 GMT) (full text, mbox, link).


Message #48 received at 388267@bugs.debian.org (full text, mbox, reply):

From: tony mancill <tmancill@debian.org>
To: Debian Bug Tracking System <388267@bugs.debian.org>
Subject: latex-beamer: Updated caption package or latex-beamer?
Date: Sat, 27 Mar 2010 22:56:40 -0700
Package: latex-beamer
Version: 3.07-2
Severity: normal

This bug still exists in sid, despite what I assume must be an updated 
caption package as part of texlive-latex-recommended (the caption.sty
provides caption as of 2009/10/09).  

Also, when I apply the patch provided by Kanru Chen on 2008/07/18, I am 
able to use subfig inside a beamer environment.  Therefore, I think
this bug could be reassigned to latex-beamer and the suggested patch 
applied to that package.

Thank you,
Tony

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-trunk-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages latex-beamer depends on:
ii  latex-xcolor                  2.11-1     Easy driver-independent TeX class 
ii  pgf                           2.00-1     TeX Portable Graphic Format
ii  texlive-latex-base            2009-8     TeX Live: Basic LaTeX packages

latex-beamer recommends no packages.

latex-beamer suggests no packages.

-- no debconf information




Information forwarded to debian-bugs-dist@lists.debian.org, OHURA Makoto <ohura@debian.org>:
Bug#388267; Package latex-beamer. (Fri, 02 May 2014 15:00:04 GMT) (full text, mbox, link).


Acknowledgement sent to Hilmar Preusse <hille42@web.de>:
Extra info received and forwarded to list. Copy sent to OHURA Makoto <ohura@debian.org>. (Fri, 02 May 2014 15:00:04 GMT) (full text, mbox, link).


Message #53 received at 388267@bugs.debian.org (full text, mbox, reply):

From: Hilmar Preusse <hille42@web.de>
To: Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>, 388267@bugs.debian.org
Subject: Re: Bug#388267: texlive-latex-recommanded: problem with subfig and beamer
Date: Fri, 2 May 2014 16:56:41 +0200
On 19.09.06 Frederic-Emmanuel PICCA (picca@synchrotron-soleil.fr) wrote:

Hi,

https://bugs.debian.org/310480

> Package: texlive-latex-recommanded
> Version: problem with subfig and beamer
> Severity: normal
> 
> 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: \@makecaption undefined.
> 
> See the LaTeX manual or LaTeX Companion for explanation.
> Type  H <return>  for immediate help.
>  ...                                              
> l.184 \renewcommand\@makecaption
>                                 [2]{%
> 
Can't reproduce that issue any more. The bug was cloned once as
#389467, the clone has been closed years ago.

Can we close that one too? Thanks!

Hilmar
-- 
sigmentation fault



Reply sent to Hilmar Preuße <hille42@web.de>:
You have taken responsibility. (Mon, 28 Jan 2019 20:27:06 GMT) (full text, mbox, link).


Notification sent to Frederic-Emmanuel PICCA <picca@synchrotron-soleil.fr>:
Bug acknowledged by developer. (Mon, 28 Jan 2019 20:27:06 GMT) (full text, mbox, link).


Message #58 received at 388267-done@bugs.debian.org (full text, mbox, reply):

From: Hilmar Preuße <hille42@web.de>
To: 388267-done@bugs.debian.org
Subject: Re: Bug#388267: Info received (Bug#388267: texlive-latex-recommanded: problem with subfig and beamer)
Date: Mon, 28 Jan 2019 21:23:09 +0100
[Message part 1 (text/plain, inline)]
Version: 2005.dfsg.2-2

On 02.05.14 17:00, Debian Bug Tracking System wrote:

> Thank you for the additional information you have supplied regarding
> this Bug report.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
Bug probably solved as clone has been closed log ago. Closing too.

H.
-- 
sigfault
#206401 http://counter.li.org

[signature.asc (application/pgp-signature, attachment)]

Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Tue, 26 Feb 2019 07:30:01 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Thu Oct 21 03:59:07 2021; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.