[fpc-pascal] building docs from cvs

Michael Van Canneyt michael at freepascal.org
Wed May 11 10:13:41 CEST 2005



On Wed, 11 May 2005, Marco van de Voort wrote:

>> On Sun, 8 May 2005 11:25 you wrote:
>>>> But ps and pdf still don't compile.
>>> Strange, because I did a 'make alldist' yesterday and uploaded all
>>> docs for the 2.0 release. All is committed and tagged.
>>
>> Compilation of pdf and ps fail for me, but it looks like the fault is in using
>> out-of-the-box setup of tetex..  It might be a good idea to test the relevant
>> parameter at start of compilation, and if value is inadequate then exit with
>> a message suggesting what to do about it.
>
> If you know how :_)
>
> Anyway, in texmf.conf you need to up some of the limits. The default values
> are too tight.

Exactly.

set

save_size=10000

in texmf.conf

Normally, you can also do it via an environment variable.

export save_size=10000
pdflatex rtl.tex

I have received a fix for the makefiles, which I received from the Debian devels.
I'll see about applying it tonight.

Michael.




More information about the fpc-pascal mailing list