Bug#432517: (fwd) Bug#432517: Just upgraded from tetex to texlive. Latex package caption no longer works

2008-12-01 Thread Hilmar Preusse
tags 432517 + fixed-upstream
stop

On 30.11.08 [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:

Dear Axel,

 The caption package is only adapted to specific document classes
 which are listed in the caption package documentation, section
 Document classes  Babel support. The aastex document class is
 not on the list.
 
 But since I changed the name of the command \captionbox to
 [EMAIL PROTECTED] in version v3.1f (2007/11/11) to avoid
 incompatibilities with existing \captionbox definitions, newer
 versions of the caption package hopefully make less trouble when
 used with the aastex document class.
 
 In fact the example below compiles fine when using the actual
 version v3.1j (2008/08/24) of the caption package. (It results in
 the warning Package caption Warning: Unsupported document class
 (or package) detected, usage of the caption package is not
 recommended. See the caption package documentation for
 explanation. but this is OK and documented.)
 
Many thanks for the work! The version of caption in TL 2008 is v3.1h,
hence the problem is solved in there. I'm marking this bug as fixed
in upstream.

Regards,
  Hilmar
-- 
sigmentation fault



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



Bug#432517: (fwd) Bug#432517: Just upgraded from tetex to texlive. Latex package caption no longer works

2008-11-30 Thread axel . sommerfeldt
Dear Hilmar and Arthur,

The caption package is only adapted to specific document classes which
are listed in the caption package documentation, section Document
classes  Babel support. The aastex document class is not on the list.

But since I changed the name of the command \captionbox to
[EMAIL PROTECTED] in version v3.1f (2007/11/11) to avoid incompatibilities
with existing \captionbox definitions, newer versions of the caption
package hopefully make less trouble when used with the aastex document
class.

In fact the example below compiles fine when using the actual version
v3.1j (2008/08/24) of the caption package. (It results in the warning
Package caption Warning: Unsupported document class (or package)
detected, usage of the caption package is not recommended. See the
caption package documentation for explanation. but this is OK and
documented.)

Warm regards,
Axel


On Sat, 29 Nov 2008 23:04:11 +0100, Hilmar Preusse [EMAIL PROTECTED]
said:
 Dear Axel, dear Arthur,
 
 down here in the Debian Bug tracking system we got bug report a while
 ago. It tells that the compilation of documents fails after upgrading
 to TL 2007. The minimal example is:
 
 \documentclass{aastex}
 \usepackage[labelformat=simple]{caption}
 \title{Test}
 \author{Author}
 \begin{document}
 \maketitle
 \begin{abstract}
 abstract
 \end{abstract}
 \section{section 1}
 bla bla
 \end{document}
 
 It fails with the error message: \captionbox already defined.
 
 Note that not a standard class is used but the American Astronomical
 Society format, which seems to contain an own definition of
 \captionbox. When using the standard article class the problem
 disappears. Hence I guess it is the fault of the fault of the aas
 class.
 
 Please discuss this topic and provide a possible approach how to
 solve the problem.
 
 Thanks,
   Hilmar
 -- 
 sigmentation fault



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



Bug#432517: (fwd) Bug#432517: Just upgraded from tetex to texlive. Latex package caption no longer works

2008-11-29 Thread Hilmar Preusse
Dear Axel, dear Arthur,

down here in the Debian Bug tracking system we got bug report a while
ago. It tells that the compilation of documents fails after upgrading
to TL 2007. The minimal example is:

\documentclass{aastex}
\usepackage[labelformat=simple]{caption}
\title{Test}
\author{Author}
\begin{document}
\maketitle
\begin{abstract}
abstract
\end{abstract}
\section{section 1}
bla bla
\end{document}

It fails with the error message: \captionbox already defined.

Note that not a standard class is used but the American Astronomical
Society format, which seems to contain an own definition of
\captionbox. When using the standard article class the problem
disappears. Hence I guess it is the fault of the fault of the aas
class.

Please discuss this topic and provide a possible approach how to
solve the problem.

Thanks,
  Hilmar
-- 
sigmentation fault
---BeginMessage---
Package: texlive
Severity: normal



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

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash


Compiling a document with aastex class and caption package with the new texlive 
distribution (2007-10) gives the following error:

/usr/share/texmf-texlive/tex/latex/caption/caption3.sty:416:Command \captionbox 
already defined. \newcommand\captionbox{parbox[t]}


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

---End Message---


Bug#432517: Just upgraded from tetex to texlive. Latex package caption no longer works

2007-07-18 Thread Atsuhito Kohda
Hi Ralf, sorry for late rply.

On Sat, 14 Jul 2007 16:20:21 +0200, Ralf Stubner wrote:

 Changing a quite standard package like caption is not a good idea,
 since it reduces the portability of the document. A portable
 alternative would be to use
 
 \documentclass{aastex}
 \let\captionbox=\undefined
 \usepackage{caption}

Right, thanks for your correction.

 However, I expect the aastex.cls needs its definition of
 \captionbox. So the only real solution would be to ask the authors of
 the packages to find some sort of cooperation.

I agree with you and is there anyone who will be so kind
to contact the upstream author?

Regards,2007-7-19(Thu)

-- 
 Debian Developer  Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima


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



Bug#432517: Just upgraded from tetex to texlive. Latex package caption no longer works

2007-07-14 Thread Ralf Stubner
On Sat, Jul 14, 2007 at 12:09 +0900, Atsuhito Kohda wrote:
 On Fri, 13 Jul 2007 11:42:38 +0200, Ale wrote:
  The problem is simply solved by changing the line
  \newcommand\captionbox{parbox[t]}
  in caption3.sty to a renewcommand, but then if I use another
  document class I get the opposite problem. 
 
 Perhaps a better workaround might be to copy caption3.sty to
 some working directory, modify it and compile a file with
 aastex document class only in that directory and a file with
 another document class in another directory.

Changing a quite standard package like caption is not a good idea,
since it reduces the portability of the document. A portable
alternative would be to use

\documentclass{aastex}
\let\captionbox=\undefined
\usepackage{caption}

However, I expect the aastex.cls needs its definition of
\captionbox. So the only real solution would be to ask the authors of
the packages to find some sort of cooperation.

cheerio
ralf


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



Bug#432517: Just upgraded from tetex to texlive. Latex package caption no longer works

2007-07-13 Thread Ale
Sorry for the delay.
I upgraded from texlive2005 to texlive2007 on July 10.  Previously, I used to 
compile documets with aastex document class and caption package without any 
problem.  With the new version, the following tex file doesn't compile:

%%%
\documentclass[]{aastex}
\usepackage[labelformat=simple]{caption}
\title{Test}
\author{Author}
\begin{document}
\maketitle
\begin{abstract}
abstract
\end{abstract}
\section{section 1}
bla bla
\end{document}
%%%
The problem is simply solved by changing the line
\newcommand\captionbox{parbox[t]}
in caption3.sty to a renewcommand, but then if I use another document class I 
get the opposite problem.
Thanks
Alessandro


 On 10.07.07 alessandro ([EMAIL PROTECTED]) wrote:

 Hi,

  Package: texlive
  Severity: normal
 
  Compiling a document with aastex class and caption package with the
  new texlive distribution (2007-10) gives the following error:
 
  /usr/share/texmf-texlive/tex/latex/caption/caption3.sty:416:Command
  \captionbox already defined. \newcommand\captionbox{parbox[t]}
 
 Would you be so kind to provide a minimal example^1 showing the problem?

 Regards,
   Hilmar

 ^1 http://www.minimalbeispiel.de/
 --
 sigmentation fault
 


--
Leggi GRATIS le tue mail con il telefonino i-modeĀ™ di Wind
http://i-mode.wind.it/




Bug#432517: Just upgraded from tetex to texlive. Latex package caption no longer works

2007-07-13 Thread Atsuhito Kohda
On Fri, 13 Jul 2007 11:42:38 +0200, Ale wrote:

 Sorry for the delay.

Thanks for reply.

 I upgraded from texlive2005 to texlive2007 on July 10.  Previously, I used to 
 compile documets with aastex document class and caption package without any 
 problem.  With the new version, the following tex file doesn't compile:

I'm almost certain that this is caused by upgrading of caption
package from v3.0c to v3.0k but I can't tell whether this is a
bug of caption package or aastex and caption package simply don't 
cooperate well.

 The problem is simply solved by changing the line
 \newcommand\captionbox{parbox[t]}
 in caption3.sty to a renewcommand, but then if I use another document class I 
 get the opposite problem.

Perhaps a better workaround might be to copy caption3.sty to
some working directory, modify it and compile a file with
aastex document class only in that directory and a file with
another document class in another directory.

Perhaps we need to clarify the problem more stricly.

Regards,  2007-7-14(Sat)

-- 
 Debian Developer  Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima


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



Bug#432517: Just upgraded from tetex to texlive. Latex package caption no longer works

2007-07-12 Thread Norbert Preining
On Die, 10 Jul 2007, alessandro wrote:
 Compiling a document with aastex class and caption package with the new 
 texlive distribution (2007-10) gives the following error:

Did it WORK in TeX Live 2005? If not, then this is not a problem of the
Debian package, but these two LaTeX styles just don't cooperate.

If it DID work in 2005 then this is a regression, please let us know.

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Vienna University of Technology
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
OZARK (n.)
One who offers to help just after all the work has been done.
--- Douglas Adams, The Meaning of Liff


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



Bug#432517: Just upgraded from tetex to texlive. Latex package caption no longer works

2007-07-12 Thread Atsuhito Kohda
Hi all,

On Thu, 12 Jul 2007 12:22:44 +0200, Norbert Preining wrote:

 On Die, 10 Jul 2007, alessandro wrote:
  Compiling a document with aastex class and caption package with the new 
  texlive distribution (2007-10) gives the following error:
 
 Did it WORK in TeX Live 2005? If not, then this is not a problem of the
 Debian package, but these two LaTeX styles just don't cooperate.
 
 If it DID work in 2005 then this is a regression, please let us know.

On Tue, 10 Jul 2007 12:14:25 +0100, alessandro [EMAIL PROTECTED] wrote:

 /usr/share/texmf-texlive/tex/latex/caption/caption3.sty:416:Command 
 \captionbox already defined. \newcommand\captionbox{parbox[t]}

I don't have TeX Live 2005 but have teTeX 3.0 and found that
in teTeX 3.0, caption.sty was
\ProvidesPackage{caption}[2004/07/16 v3.0c Customising captions (AS)]
but in TeX Live 2007, it is
\ProvidesPackage{caption}[2007/01/07 v3.0k Customising captions (AR)]
\RequirePackage{caption3}[2006/01/12] % needs v3.0i or newer

So I guess it might be a regression but it will be a great
help for us if you will send a minimal example file as Hilmar
already requested.

Regards,2007-7-12(Thu)

-- 
 Debian Developer  Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima


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



Bug#432517: Just upgraded from tetex to texlive. Latex package caption no longer works

2007-07-10 Thread alessandro
Package: texlive
Severity: normal



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

Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash


Compiling a document with aastex class and caption package with the new texlive 
distribution (2007-10) gives the following error:

/usr/share/texmf-texlive/tex/latex/caption/caption3.sty:416:Command \captionbox 
already defined. \newcommand\captionbox{parbox[t]}


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



Bug#432517: Just upgraded from tetex to texlive. Latex package caption no longer works

2007-07-10 Thread Hilmar Preusse
On 10.07.07 alessandro ([EMAIL PROTECTED]) wrote:

Hi,

 Package: texlive
 Severity: normal
 
 Compiling a document with aastex class and caption package with the
 new texlive distribution (2007-10) gives the following error:
 
 /usr/share/texmf-texlive/tex/latex/caption/caption3.sty:416:Command
 \captionbox already defined. \newcommand\captionbox{parbox[t]}
 
Would you be so kind to provide a minimal example^1 showing the problem?

Regards,
  Hilmar

^1 http://www.minimalbeispiel.de/
-- 
sigmentation fault


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