>>>>> "Daniel" == Daniel Leggate <[EMAIL PROTECTED]> writes:
Daniel> I'm having a few problems trying to view a document as
Daniel> postscript. LaTeX is coming up with two (as far as I can see
Daniel> identical) error messages at the start of the document. The
Daniel> error is
Daniel> "extra }, or forgotten \endgroup. ...x\void@x \let \reserved@d
Daniel> = *\def \par }} {39}"
Daniel> and then some message about it having deleted a group-closing
Daniel> symbol which seems to be spurious, as in '$x}$. and that
Daniel> perhaps it is legitimate and I forgot something else in which
Daniel> case I need to insert the forgotten and deleted material.
Daniel> The problem is I have no idea how to find the bit that
Daniel> generates the error. The document is made up of several
Daniel> included chapters which all compile fine without errors so I
Daniel> presume it is something to do with the table of contents or
Daniel> bibliography which are contained in the main document. I'm
Daniel> using the Natbib package to get author/year citations and
Daniel> \usepackage[round]{natbib} \renewcommand{\cite}[1]{\citep{#1}}
Daniel> in the LaTeX preamble. This used to work fine but I have no
Daniel> idea how I've managed to break it.
A common cause for cryptic error messages is when you have references
or math formulas (I think) in figure captions or sections. This is
because these are copied in the list of figure or table of contents
and weird problem (difficult to explain here) occur here. This is what
latex calls 'fragile commands'.
I know this is not very clear, but if it is enough to pinpoint the
problematic part of the document, then I'll be able to provide a
workaround (hopefully).
JMarc