| View previous topic :: View next topic |
| Author |
Message |
ToucanMan Tux's lil' helper


Joined: 27 May 2003 Posts: 97 Location: Montreal, Quebec
|
Posted: Thu Jul 01, 2004 8:57 pm Post subject: tex -- TeX capacity exceeded, sorry [save size=5000] |
|
|
Hi,
I'm trying to convert my docbook xml document to pdf. I successfully created the .fo file using:
| Code: | $ xsltproc -stringparam html.stylesheet docbook.css \ /usr/share/sgml/docbook/xsl-stylesheets/fo/docbook.xsl \
ReferenceGuideForSpecificTypesOfLeads.xml \
> ReferenceGuideForSpecificTypesOfLeads.fo
|
I now want to take the .fo file and create a pdf so I run:
| Code: |
$ pdfxmltex ReferenceGuideForSpecificTypesOfLeads.fo
|
The problem is that the pdfmltex stage tells me that
| Quote: |
...
! TeX capacity exceeded, sorry [save size=5000].
|
I googled for similar issues and was told to mosify /etc/texmf/texmf.cnf but this file did not exist. I created it and added the lines:
| Code: |
main_memory = 3839999
main_memory.jadetex = 4999999
hash_extra.jadetex = 25000
pool_size.jadetex = 500000
save_size.jadetex = 15000
save_size = 8000
save_size.context = 10000
|
However, when re-running pdfmltex I get the same error. Does anyone know which file pdfmltex uses to set the memory size? I couldn't find another texmf.cnf on my system.
Thanks |
|
| Back to top |
|
 |
MathFreak Apprentice


Joined: 07 Jul 2002 Posts: 217 Location: Bethlehem, PA
|
Posted: Fri Jul 02, 2004 8:12 am Post subject: |
|
|
I'm not certain that's the right file to modify. On my system, I have /usr/share/texmf/web2c/texmf.cnf . Maybe modifying that file will help. _________________ "You probably wouldn't worry about what people think of you if you could know how seldom they do."
-Olin Miller |
|
| Back to top |
|
 |
ToucanMan Tux's lil' helper


Joined: 27 May 2003 Posts: 97 Location: Montreal, Quebec
|
Posted: Fri Jul 02, 2004 12:38 pm Post subject: |
|
|
| MathFreak wrote: | | I'm not certain that's the right file to modify. On my system, I have /usr/share/texmf/web2c/texmf.cnf . Maybe modifying that file will help. |
It did. Thanks alot! |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|