[Tugindia] Fwd: Latex Help
Kalidoss Murugesan
kalidoss.murugesan at gmail.com
Tue Apr 21 17:19:21 CEST 2009
> From: <Pradeepkumar.Mohanraj-EXT at continental-corporation.com>
> > Date: Tue, Apr 21, 2009 at 3:16 PM
> > Subject: Latex Help
> > To: tugindia at tug.org.in
> >
> > Dear Sir,
> >
> > Presently i am doing the project on PDF generation using latex.
> > I am facing problem while generating Large PDF. I am getting following
> > error message.
> >
> > ! TeX capacity exceeded, sorry [save size=40000].
> >
> > I have updated the value in texmf.cnf but values are not updating.
> > If you have any idea could you please give me information on this.
>
> Typical problem is that you are opening a group (with { or \begin{...)
> and not closing it again. That means that a lot of things
> subsequentially get done locally instead of at the top document level,
> and every assignment or similar that is executed locally affects the
> save stack.
>
> Changing the size in the binary/configuration would likely just be
> masking the problem.
> --
> David Kastrup
>
At times some might define a new command
\newcommand{\mb}[1]{\mathbf{#1}\, \mb{#1}}
which will result in error messages like the one quoted
M. Kalidoss
M.
More information about the tugindia
mailing list