[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#251761: tetex-extra: caption.sty still missing despite license change



On 31.05.04 stefan-ulrich.nntp@zen.co.uk (stefan-ulrich.nntp@zen.co.uk) wrote:
> Reuben Thomas <rrt@sc3d.org> wrote :

Hi all,

> > I think so, and it might as well be a simple ugly solution that
> > helps the user since it is only temporary.
> 
> A slightly more LaTeX-like way might be to create a wrapper caption.sty
> containing:
> 
> %%% caption.sty is not contained in this Debian version, see
> %%% http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=251761
> \PackageWarningNoLine{caption}{caption.sty not available, using caption2.sty}
> \RequirePackage{caption2}
> 
! LaTeX Error: Unknown option `hang' for package `caption'.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H <return>  for immediate help.
 ...

l.4 \begin
          {document}
?

Using \RequirePackageWithOptions{caption2} did the trick then. Thanks
very much for the hint! I think, we'll use then:

%%% caption.sty is not contained in this Debian version, see
%%% http://bugs.debian.org/251761
\PackageWarningNoLine{caption}{caption.sty not available, using caption2.sty}
\RequirePackageWithOptions{caption2}

Reuben, could you test that a little bit?

Regards,
  Hilmar
-- 
sigmentation fault



Reply to: