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

Bug#671624: texlive-full: graphicx package no longer works with invoice package



On 05.05.12 anonymous coward (marc.carter-ceqosy2@cool.fr.nf) wrote:

> Package: texlive-full
> Version: 2009-11
> Severity: normal
> 
> When graphicx.sty and invoice.sty are both used by the same
> document, this error results:
> 
> > ...
> > (/usr/share/texmf-texlive/tex/latex/invoice/invoice.def))
> > (/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
> >
> > ! LaTeX Error: Missing \begin{document}.
> >
> > See the LaTeX manual or LaTeX Companion for explanation.
> > Type  H <return>  for immediate help.
> >  ...
> >
> > l.17 \NeedsTeXFormat{LaTeX2e}[
> >                               1995/12/01]
> 
> This used to work on etch, but broke on squeeze.  Here is my sample
> document to reproduce the problem:
> 
>   \documentclass{minimal}
>   \usepackage{invoice}
>   \RequirePackage{graphicx}
>   \begin{document}
>   text
>   \end{document}
> 
Not sure, why you used \RequirePackage here, I could reproduce the
problem when using \usepackage{graphicx}. After exchanging both
\usepackage commands the minimal example compiles fine. Could you
confirm if the document generates the expected results?

H.
-- 
sigmentation fault



Reply to: