Re: tek capacity exceeded input stack

2007-10-06 Thread Uwe Stöhr

Marcelo Acuña schrieb:


 I get this error when I have bigfoot package in
preamble and \pagenumbering{roman} in frontmatter.
 I was forced to use \pagenumbering{Roman}.
 Do you have any idea for a workaround for this?


Our Spanish LyX documentation maintainer reported me the same problem and it seems that there is no 
workaround. This problem only ocurs when using Spanish as document language, as far as I know.


regards Uwe


Re: tek capacity exceeded input stack

2007-10-05 Thread Marcelo Acuña
> > Just on the verge of seeing my work almost done
> and I get this error
> > message. No google, no lyx wiki help either.
> > It says "Tek capacity exceeded [input stack size =
> 1500]".
> > It happens when I insert a page break. I have
> several in the file, but
> > not over 20 of them. Also the file is < 100K in
> size. Remove the
> > break, all fine. Put it in, bang!
> >
> > I hope there's a quick fix.
> >   
> some years ago I got this. And the quick fix was to
> enlarge the
> tex capacity. Tex has some config files where I
> increased
> various capacities 10 times, and then it worked
> well.
> 

 Helge, Uwe:
 I get this error when I have bigfoot package in
preamble and \pagenumbering{roman} in frontmatter.
 I was forced to use \pagenumbering{Roman}.
 Do you have any idea for a workaround for this?

 Regards
 Marcelo



  Los referentes más importantes en compra/ venta de autos se juntaron:
Demotores y Yahoo!
Ahora comprar o vender tu auto es más fácil. Vistá ar.autos.yahoo.com/


Re: tek capacity exceeded input stack

2007-10-04 Thread Helge Hafting

Donn Ingle wrote:

Aw man,
Just on the verge of seeing my work almost done and I get this error
message. No google, no lyx wiki help either.
It says "Tek capacity exceeded [input stack size = 1500]".
It happens when I insert a page break. I have several in the file, but
not over 20 of them. Also the file is < 100K in size. Remove the
break, all fine. Put it in, bang!

I hope there's a quick fix.
  

some years ago I got this. And the quick fix was to enlarge the
tex capacity. Tex has some config files where I increased
various capacities 10 times, and then it worked well.

TeX was tuned for the small machines that
existed many years ago, todays machines can handle much more.

I don't need this trick any more, as new tex distributions have
been tuned for bigger capacities already.  Check that you don't
have any odd code in preamble or ERT. If you don't have any
preamble code or ERT, then this shouldn't happen.

For details on setting up tex, ask in a tex or latex forum.

Helge Hafting



Re: tek capacity exceeded input stack

2007-10-03 Thread Paul A. Rubin

Donn Ingle wrote:

Aw man,
Just on the verge of seeing my work almost done and I get this error
message. No google, no lyx wiki help either.
It says "Tek capacity exceeded [input stack size = 1500]".
It happens when I insert a page break. I have several in the file, but
not over 20 of them. Also the file is < 100K in size. Remove the
break, all fine. Put it in, bang!

I hope there's a quick fix.

\d



Are you sure you're putting the page break in a legal location?  A quick 
test might be to put it in and take out one of the others, then see if 
LaTeX protests.  I think TeX capacity messages are often the result of 
syntax errors or things inserted in places they ought not be.


/Paul



Re: tek capacity exceeded input stack

2007-10-03 Thread Donn Ingle
Okay - I don't have a choice but to hack around. I'm busy now, pulling
stuff out and testing.

\d


Re: tek capacity exceeded input stack

2007-10-03 Thread Uwe Stöhr

Donn Ingle schrieb:


Just on the verge of seeing my work almost done and I get this error
message. No google, no lyx wiki help either.
It says "Tex capacity exceeded [input stack size = 1500]".


This is caused when you defined commands recursively. For example like

\renewcommand{\footnote}{\bf\footnote}

The correct call would be

\let\Myfoot\footnote
\renewcommand{\footnote}{\bf\Myfoot}

So check your ERT and preamble stuff to get this fixed.

regarsd Uwe


Re: tek capacity exceeded input stack

2007-10-03 Thread David L. Johnson

Donn Ingle wrote:

Aw man,
Just on the verge of seeing my work almost done and I get this error
message. No google, no lyx wiki help either.
It says "Tek capacity exceeded [input stack size = 1500]".
It happens when I insert a page break. I have several in the file, but
not over 20 of them. Also the file is < 100K in size. Remove the
break, all fine. Put it in, bang!

I hope there's a quick fix.

This happened to me.  Look for some math environment that is actually 
inside something like a subsection* environment.  That's what it was for 
me.  You might have to export to latex and poke around with the file to 
find the mistake.


--

David L. Johnson

Do not worry about your difficulties in mathematics, I can assure you
that mine are all greater.
-- A. Einstein


tek capacity exceeded input stack

2007-10-03 Thread Donn Ingle
Aw man,
Just on the verge of seeing my work almost done and I get this error
message. No google, no lyx wiki help either.
It says "Tek capacity exceeded [input stack size = 1500]".
It happens when I insert a page break. I have several in the file, but
not over 20 of them. Also the file is < 100K in size. Remove the
break, all fine. Put it in, bang!

I hope there's a quick fix.

\d