On 05.05.12 anonymous coward (marc.carter-ceqo...@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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org