Re: TeX capacity exceeded

2012-11-05 Thread Richard Heck

On 11/05/2012 03:49 PM, Robert Adolle wrote:

How to extend this capacity ?
Thank you very much for help.

You almost never actually need to do this, and I'm not sure it's even 
possible. The problem is some kind of error elsewhere in the document.


Richard



Re: TeX capacity exceeded

2012-11-05 Thread Yihui Xie
It is possible with a huge tikz plot (e.g. a scatter plot with more
than ten thousand points). If anybody is interested and uses R, I can
give an example. It might be irrelevant to the original post here,
though.

Regards,
Yihui
--
Yihui Xie xieyi...@gmail.com
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA


On Mon, Nov 5, 2012 at 4:22 PM, Richard Heck rgh...@lyx.org wrote:
 On 11/05/2012 03:49 PM, Robert Adolle wrote:

 How to extend this capacity ?
 Thank you very much for help.

 You almost never actually need to do this, and I'm not sure it's even
 possible. The problem is some kind of error elsewhere in the document.

 Richard



Re: TeX capacity exceeded

2012-11-05 Thread Richard Heck

On 11/05/2012 03:49 PM, Robert Adolle wrote:

How to extend this capacity ?
Thank you very much for help.

You almost never actually need to do this, and I'm not sure it's even 
possible. The problem is some kind of error elsewhere in the document.


Richard



Re: TeX capacity exceeded

2012-11-05 Thread Yihui Xie
It is possible with a huge tikz plot (e.g. a scatter plot with more
than ten thousand points). If anybody is interested and uses R, I can
give an example. It might be irrelevant to the original post here,
though.

Regards,
Yihui
--
Yihui Xie 
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA


On Mon, Nov 5, 2012 at 4:22 PM, Richard Heck  wrote:
> On 11/05/2012 03:49 PM, Robert Adolle wrote:
>>
>> How to extend this capacity ?
>> Thank you very much for help.
>>
> You almost never actually need to do this, and I'm not sure it's even
> possible. The problem is some kind of error elsewhere in the document.
>
> Richard
>


Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-21 Thread Jürgen Spitzmüller
rgheck wrote:
  Sure, but the ERT should not be in the Part style anyway.
  Put it alone on a standard style line and compilation works all right.
 
   

 But then, so far as I can see, the ERT is on the next page, and the
 attempt to turn off the page number fails.

 Granted, this should really be done in the document class.

Since it's a KOMA class, the OP could simply use

\renewcommand*{\partpagestyle}{empty}

in preamble.

Jürgen


Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-21 Thread Waluyo Adi Siswanto
On Sat, 2009-03-21 at 09:12 +0100, Jürgen Spitzmüller wrote:
 rgheck wrote:
   Sure, but the ERT should not be in the Part style anyway.
   Put it alone on a standard style line and compilation works all right.
  

 
  But then, so far as I can see, the ERT is on the next page, and the
  attempt to turn off the page number fails.
 
  Granted, this should really be done in the document class.
 
 Since it's a KOMA class, the OP could simply use
 
 \renewcommand*{\partpagestyle}{empty}
 
 in preamble.
 
 Jürgen

Yes  that's it. solved
Thank you... 

PS.: perhaps the error message is not the appropriate one? 

/was/



Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-21 Thread Jürgen Spitzmüller
Waluyo Adi Siswanto wrote:
 PS.: perhaps the error message is not the appropriate one?

Maybe. But it is generated by TeX...

Jürgen


Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-21 Thread Jürgen Spitzmüller
rgheck wrote:
> > Sure, but the ERT should not be in the Part style anyway.
> > Put it alone on a standard style line and compilation works all right.
> >
> >  
>
> But then, so far as I can see, the ERT is on the next page, and the
> attempt to turn off the page number fails.
>
> Granted, this should really be done in the document class.

Since it's a KOMA class, the OP could simply use

\renewcommand*{\partpagestyle}{empty}

in preamble.

Jürgen


Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-21 Thread Waluyo Adi Siswanto
On Sat, 2009-03-21 at 09:12 +0100, Jürgen Spitzmüller wrote:
> rgheck wrote:
> > > Sure, but the ERT should not be in the Part style anyway.
> > > Put it alone on a standard style line and compilation works all right.
> > >
> > >  
> >
> > But then, so far as I can see, the ERT is on the next page, and the
> > attempt to turn off the page number fails.
> >
> > Granted, this should really be done in the document class.
> 
> Since it's a KOMA class, the OP could simply use
> 
> \renewcommand*{\partpagestyle}{empty}
> 
> in preamble.
> 
> Jürgen

Yes  that's it. 
Thank you... 

PS.: perhaps the error message is not the appropriate one? 

/was/



Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-21 Thread Jürgen Spitzmüller
Waluyo Adi Siswanto wrote:
> PS.: perhaps the error message is not the appropriate one?

Maybe. But it is generated by TeX...

Jürgen


Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-20 Thread rgheck

Waluyo Adi Siswanto wrote:

Actually I have a problem (in LyX 1.6.2) when I want to set the page
without number under the Part environment using ERT
\thispagestyle{empty}. The document class is book(koma-script).
What a surprise, View PDF, LyX error appears TeX capacity exceeded:
sorry, main memory [main memory size=150]

As I remember I did not have a problem in older version (1.5.5). Then
I create a simple example to test the problem (attachment
TestPart-1.5.5.lyx). OK It works perfectly and even this file can be
read by 1.6.2 and see the PDF without error.

To reproduce the error then I create a similar file in 1.6.2, and it
shows the error. (attachement TestPart-1.6.2.lyx). This file cannot
output PDF and shows the error.

  
The difference is that hyperref is turned on in the 1.6.2 version. If 
you turn it off, you don't get the error.


rh



Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-20 Thread Waluyo Adi Siswanto


 The difference is that hyperref is turned on in the 1.6.2 version. If 
 you turn it off, you don't get the error.
 
 rh
 

It doesn't help. It works if the environment changed to Part* instead of
Part. So in Part* it is possible to have a clean page without page
number, but Part would be difficult. And to me the error message is
unusual as it is pointing to TeX capacity exceeded?
Perhaps for the time being I can use Part* for a quick solution.

Regards / was



Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-20 Thread Jürgen Spitzmüller
Waluyo Adi Siswanto wrote:
 It doesn't help. It works if the environment changed to Part* instead of
 Part. So in Part* it is possible to have a clean page without page
 number, but Part would be difficult. And to me the error message is
 unusual as it is pointing to TeX capacity exceeded?
 Perhaps for the time being I can use Part* for a quick solution.

Try if using InsertShort Title within Part (where you repeat the Part title, 
but not the ERT in the shorttitle inset) helps.

(BTW I do not get the error; maybe an upgrade of the KOMA package helps as 
well).

Jürgen


Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-20 Thread Jean-Pierre Chrétien
rgheck rgh...@... writes:

 
 Waluyo Adi Siswanto wrote:
  Actually I have a problem (in LyX 1.6.2) when I want to set the page
  without number under the Part environment using ERT
  \thispagestyle{empty}. The document class is book(koma-script).
[...]
 The difference is that hyperref is turned on in the 1.6.2 version. If 
 you turn it off, you don't get the error.

Sure, but the ERT should not be in the Part style anyway.
Put it alone on a standard style line and compilation works all right.

-- 
Jean-Pierre




Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-20 Thread rgheck

Jean-Pierre Chrétien wrote:

rgheck rgh...@... writes:

  

Waluyo Adi Siswanto wrote:


Actually I have a problem (in LyX 1.6.2) when I want to set the page
without number under the Part environment using ERT
\thispagestyle{empty}. The document class is book(koma-script).
  

[...]
  
The difference is that hyperref is turned on in the 1.6.2 version. If 
you turn it off, you don't get the error.



Sure, but the ERT should not be in the Part style anyway.
Put it alone on a standard style line and compilation works all right.

  
But then, so far as I can see, the ERT is on the next page, and the 
attempt to turn off the page number fails.


Granted, this should really be done in the document class.

rh




Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-20 Thread rgheck

Waluyo Adi Siswanto wrote:

Actually I have a problem (in LyX 1.6.2) when I want to set the page
without number under the Part environment using ERT
\thispagestyle{empty}. The document class is book(koma-script).
What a surprise, View PDF, LyX error appears "TeX capacity exceeded:
sorry, main memory [main memory size=150]"

As I remember I did not have a problem in older version (1.5.5). Then
I create a simple example to test the problem (attachment
TestPart-1.5.5.lyx). OK It works perfectly and even this file can be
read by 1.6.2 and see the PDF without error.

To reproduce the error then I create a similar file in 1.6.2, and it
shows the error. (attachement TestPart-1.6.2.lyx). This file cannot
output PDF and shows the error.

  
The difference is that hyperref is turned on in the 1.6.2 version. If 
you turn it off, you don't get the error.


rh



Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-20 Thread Waluyo Adi Siswanto

> >   
> The difference is that hyperref is turned on in the 1.6.2 version. If 
> you turn it off, you don't get the error.
> 
> rh
> 

It doesn't help. It works if the environment changed to Part* instead of
Part. So in Part* it is possible to have a clean page without page
number, but Part would be difficult. And to me the error message is
unusual as it is pointing to TeX capacity exceeded?
Perhaps for the time being I can use Part* for a quick solution.

Regards / was



Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-20 Thread Jürgen Spitzmüller
Waluyo Adi Siswanto wrote:
> It doesn't help. It works if the environment changed to Part* instead of
> Part. So in Part* it is possible to have a clean page without page
> number, but Part would be difficult. And to me the error message is
> unusual as it is pointing to TeX capacity exceeded?
> Perhaps for the time being I can use Part* for a quick solution.

Try if using Insert>Short Title within Part (where you repeat the Part title, 
but not the ERT in the shorttitle inset) helps.

(BTW I do not get the error; maybe an upgrade of the KOMA package helps as 
well).

Jürgen


Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-20 Thread Jean-Pierre Chrétien
rgheck  writes:

> 
> Waluyo Adi Siswanto wrote:
> > Actually I have a problem (in LyX 1.6.2) when I want to set the page
> > without number under the Part environment using ERT
> > \thispagestyle{empty}. The document class is book(koma-script).
[...]
> The difference is that hyperref is turned on in the 1.6.2 version. If 
> you turn it off, you don't get the error.

Sure, but the ERT should not be in the Part style anyway.
Put it alone on a standard style line and compilation works all right.

-- 
Jean-Pierre




Re: TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-20 Thread rgheck

Jean-Pierre Chrétien wrote:

rgheck  writes:

  

Waluyo Adi Siswanto wrote:


Actually I have a problem (in LyX 1.6.2) when I want to set the page
without number under the Part environment using ERT
\thispagestyle{empty}. The document class is book(koma-script).
  

[...]
  
The difference is that hyperref is turned on in the 1.6.2 version. If 
you turn it off, you don't get the error.



Sure, but the ERT should not be in the Part style anyway.
Put it alone on a standard style line and compilation works all right.

  
But then, so far as I can see, the ERT is on the next page, and the 
attempt to turn off the page number fails.


Granted, this should really be done in the document class.

rh




TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-19 Thread Waluyo Adi Siswanto
Actually I have a problem (in LyX 1.6.2) when I want to set the page
without number under the Part environment using ERT
\thispagestyle{empty}. The document class is book(koma-script).
What a surprise, View PDF, LyX error appears TeX capacity exceeded:
sorry, main memory [main memory size=150]

As I remember I did not have a problem in older version (1.5.5). Then
I create a simple example to test the problem (attachment
TestPart-1.5.5.lyx). OK It works perfectly and even this file can be
read by 1.6.2 and see the PDF without error.

To reproduce the error then I create a similar file in 1.6.2, and it
shows the error. (attachement TestPart-1.6.2.lyx). This file cannot
output PDF and shows the error.

I am in Ubuntu 8.04

-- 
was


TestPart-1.5.5.lyx
Description: application/lyx


TestPart-1.6.2.lyx
Description: application/lyx


TeX capacity exceeded: sorry, main memory [main memory size=1500000]

2009-03-19 Thread Waluyo Adi Siswanto
Actually I have a problem (in LyX 1.6.2) when I want to set the page
without number under the Part environment using ERT
\thispagestyle{empty}. The document class is book(koma-script).
What a surprise, View PDF, LyX error appears "TeX capacity exceeded:
sorry, main memory [main memory size=150]"

As I remember I did not have a problem in older version (1.5.5). Then
I create a simple example to test the problem (attachment
TestPart-1.5.5.lyx). OK It works perfectly and even this file can be
read by 1.6.2 and see the PDF without error.

To reproduce the error then I create a similar file in 1.6.2, and it
shows the error. (attachement TestPart-1.6.2.lyx). This file cannot
output PDF and shows the error.

I am in Ubuntu 8.04

-- 
was


TestPart-1.5.5.lyx
Description: application/lyx


TestPart-1.6.2.lyx
Description: application/lyx


Re: TeX capacity exceeded [Answered my own question]

1999-08-23 Thread Kayvan A. Sylvan

On Sun, Aug 22, 1999 at 12:45:29AM -0700, Kayvan A. Sylvan wrote:
 
 You're right. That's not the problem. The problem has something to do
 with the chess.sty file I'm using. [...]
 

Okay... Urgh... I figured it out.

Pilot error.

Comments within chess.sty provide my answer:

%
% Provide a `nochess' environment in which the `|' character becomes
% inactive for situations where the `|' is already in use (like in
% the LaTeX `tabular' environment for example).
%

Duh.

Enclosing the table within a TeX \begin{nochess} ... \end{nochess} fixed
the problem.

:-)

Sorry to bother you all with the silly question.

---Kayvan
---
Kayvan Aghaiepour Sylvan  | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan |   | Robin Gregory (2/28/92)



Re: TeX capacity exceeded [Answered my own question]

1999-08-23 Thread Kayvan A. Sylvan

On Sun, Aug 22, 1999 at 12:45:29AM -0700, Kayvan A. Sylvan wrote:
> 
> You're right. That's not the problem. The problem has something to do
> with the chess.sty file I'm using. [...]
> 

Okay... Urgh... I figured it out.

Pilot error.

Comments within chess.sty provide my answer:

%
% Provide a `nochess' environment in which the `|' character becomes
% inactive for situations where the `|' is already in use (like in
% the LaTeX `tabular' environment for example).
%

Duh.

Enclosing the table within a TeX \begin{nochess} ... \end{nochess} fixed
the problem.

:-)

Sorry to bother you all with the silly question.

---Kayvan
---
Kayvan Aghaiepour Sylvan  | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan |   | Robin Gregory (2/28/92)



Re: TeX capacity exceeded

1999-08-22 Thread Kayvan A. Sylvan

On Sun, Aug 22, 1999 at 02:42:51AM +0200, Lars Gullik Bjønnes wrote:
 "Kayvan A. Sylvan" [EMAIL PROTECTED] writes:
 
 | Hi folks,
 | 
 | Trying to add a table with 6 columns, I get the following in my log
 | file:
 | 
 | ! TeX capacity exceeded, sorry [input stack size=300].
 | |-\begingroup \let |
 |  =\endgroup \trigger@pieces 
 | l.106 {\centering \begin{tabular}{|l|l|l|l|l|l|}
 | 
 | If you really absolutely need more capacity,
 | you can ask a wizard to enlarge me.
 | 
 | How do I "enlarge" TeX? Can anyone help me out here?
 
 I don't believe that this is what's wrong. Can you make a minimal lyx
 document that shows this behaviour?
 (do you include graphics?)

You're right. That's not the problem. The problem has something to do
with the chess.sty file I'm using.

I can reproduce the problem in the attached minimal lyx file, with the
LaTeX preamble as included. If I take off the LaTeX preamble, it works
correctly (but of course I want the chess.sty style file loaded).

Can one of you more TeX-guruish people look at the chess.sty file and
see if you can tell me what the problem is?

Thanks very much for taking a look at this.

I've attached my lyx file and the chess.sty file. If you want to install
the chess.sty and fonts on Redhat 6.0, you can download my RPM from
my site at ftp://ftp.sylvan.com/pub/chess/tetex-chess-1.2-1.i386.rpm

---Kayvan
-- 
Kayvan Aghaiepour Sylvan  | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan |   | Robin Gregory (2/28/92)


#This file was created by kayvan Sun Aug 22 00:37:17 1999
#LyX 1.0 (C) 1995-1999 Matthias Ettrich and the LyX Team
\lyxformat 2.15
\textclass article
\begin_preamble
\makeatletter
\input chess.sty
\makeatother
\end_preamble
\language default
\inputencoding default
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Title

Blah Blah Blah
\layout Standard
\added_space_top 0.3cm \added_space_bottom 0.3cm \align center \LyXTable
multicol5
8 6 0 0 -1 -1 -1 -1
1 0 0 0
1 0 0 0
1 0 0 0
1 0 0 0
1 0 0 0
1 0 0 0
1 0 0 0
1 1 0 0
2 1 0 "" ""
2 1 0 "" ""
2 1 0 "" ""
2 1 0 "" ""
2 1 0 "" ""
2 1 1 "" ""
0 2 1 0 0 0 0 "" ""
0 2 1 0 0 0 0 "" ""
0 2 1 0 0 0 0 "" ""
0 2 1 0 0 0 0 "" ""
0 2 1 0 0 0 0 "" ""
0 2 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""


\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline

Re: TeX capacity exceeded

1999-08-22 Thread Kayvan A. Sylvan

On Sun, Aug 22, 1999 at 02:42:51AM +0200, Lars Gullik Bjønnes wrote:
> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
> 
> | Hi folks,
> | 
> | Trying to add a table with 6 columns, I get the following in my log
> | file:
> | 
> | ! TeX capacity exceeded, sorry [input stack size=300].
> | |->\begingroup \let |
> |  =\endgroup \trigger@pieces 
> | l.106 {\centering \begin{tabular}{|l|l|l|l|l|l|}
> | 
> | If you really absolutely need more capacity,
> | you can ask a wizard to enlarge me.
> | 
> | How do I "enlarge" TeX? Can anyone help me out here?
> 
> I don't believe that this is what's wrong. Can you make a minimal lyx
> document that shows this behaviour?
> (do you include graphics?)

You're right. That's not the problem. The problem has something to do
with the chess.sty file I'm using.

I can reproduce the problem in the attached minimal lyx file, with the
LaTeX preamble as included. If I take off the LaTeX preamble, it works
correctly (but of course I want the chess.sty style file loaded).

Can one of you more TeX-guruish people look at the chess.sty file and
see if you can tell me what the problem is?

Thanks very much for taking a look at this.

I've attached my lyx file and the chess.sty file. If you want to install
the chess.sty and fonts on Redhat 6.0, you can download my RPM from
my site at ftp://ftp.sylvan.com/pub/chess/tetex-chess-1.2-1.i386.rpm

---Kayvan
-- 
Kayvan Aghaiepour Sylvan  | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan |   | Robin Gregory (2/28/92)


#This file was created by  Sun Aug 22 00:37:17 1999
#LyX 1.0 (C) 1995-1999 Matthias Ettrich and the LyX Team
\lyxformat 2.15
\textclass article
\begin_preamble
\makeatletter
\input chess.sty
\makeatother
\end_preamble
\language default
\inputencoding default
\fontscheme default
\graphics default
\paperfontsize default
\spacing single 
\papersize Default
\paperpackage a4
\use_geometry 0
\use_amsmath 0
\paperorientation portrait
\secnumdepth 3
\tocdepth 3
\paragraph_separation skip
\defskip medskip
\quotes_language english
\quotes_times 2
\papercolumns 1
\papersides 1
\paperpagestyle default

\layout Title

Blah Blah Blah
\layout Standard
\added_space_top 0.3cm \added_space_bottom 0.3cm \align center \LyXTable
multicol5
8 6 0 0 -1 -1 -1 -1
1 0 0 0
1 0 0 0
1 0 0 0
1 0 0 0
1 0 0 0
1 0 0 0
1 0 0 0
1 1 0 0
2 1 0 "" ""
2 1 0 "" ""
2 1 0 "" ""
2 1 0 "" ""
2 1 0 "" ""
2 1 1 "" ""
0 2 1 0 0 0 0 "" ""
0 2 1 0 0 0 0 "" ""
0 2 1 0 0 0 0 "" ""
0 2 1 0 0 0 0 "" ""
0 2 1 0 0 0 0 "" ""
0 2 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""
0 8 1 0 0 0 0 "" ""


\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

\newline 

TeX capacity exceeded

1999-08-21 Thread Kayvan A. Sylvan

Hi folks,

Trying to add a table with 6 columns, I get the following in my log
file:

! TeX capacity exceeded, sorry [input stack size=300].
|-\begingroup \let |
 =\endgroup \trigger@pieces 
l.106 {\centering \begin{tabular}{|l|l|l|l|l|l|}

If you really absolutely need more capacity,
you can ask a wizard to enlarge me.

How do I "enlarge" TeX? Can anyone help me out here?

Thanks!

---Kayvan
-- 
Kayvan Aghaiepour Sylvan  | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan |   | Robin Gregory (2/28/92)



TeX capacity exceeded

1999-08-21 Thread Kayvan A. Sylvan

Hi folks,

Trying to add a table with 6 columns, I get the following in my log
file:

! TeX capacity exceeded, sorry [input stack size=300].
|->\begingroup \let |
 =\endgroup \trigger@pieces 
l.106 {\centering \begin{tabular}{|l|l|l|l|l|l|}

If you really absolutely need more capacity,
you can ask a wizard to enlarge me.

How do I "enlarge" TeX? Can anyone help me out here?

Thanks!

---Kayvan
-- 
Kayvan Aghaiepour Sylvan  | Proud husband of  | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan |   | Robin Gregory (2/28/92)