Search found 3 matches

by ashish
Fri May 22, 2009 10:46 pm
Forum: Graphics, Figures & Tables
Topic: TeX capacity exceeded, sorry [pool size=1151122]
Replies: 0
Views: 6211

TeX capacity exceeded, sorry [pool size=1151122]

When using the PSTricks fileplot command, I was getting the error:
TeX capacity exceeded, sorry [main memory size=3000000]

After some searching, I found out I can fix this by modifying the file returned by:
$ kpsewhich texmf.cnf
/usr/local/texlive/2008/texmf.cnf

I added the line:
main_memory ...
by ashish
Thu Nov 13, 2008 12:21 am
Forum: Document Classes
Topic: pstricks not working
Replies: 2
Views: 2582

Re: pstricks not working

Yes, that fixed it. I was not clear how the package loading works. Thank you for the quick reply.
by ashish
Thu Nov 13, 2008 12:03 am
Forum: Document Classes
Topic: pstricks not working
Replies: 2
Views: 2582

pstricks not working

Hi. I just installed TexLive on my Mac, using the MacTex distribution. I cannot compile a latex file in which I use the pspicture environment, which is provided by the pstricks package. I get:

! LaTeX Error: Environment pspicture undefined.

I thought TexLive installs all of these packages. I do ...