paddymcall / SARIT-pdf-conversions

XML to PDF for SARIT texts
https://github.com/sarit/SARIT-corpus
2 stars 1 forks source link

! No room for a new \write. #7

Closed ppasedach closed 8 years ago

ppasedach commented 8 years ago

Just before \end{document}:

pp@skanda:~/SARIT-pdf-conversions/TeX$ grep \\\\write pramanavarttikavrtti.log 
 \write18 enabled.
\verbatim@out=\write3
\blx@bcfout=\write4
\FV@OutFile=\write5
\@xs@message=\write6
\minted@code=\write7
\linenum@out=\write8
\l@d@Aend=\write9
\l@d@Bend=\write10
\l@d@Cend=\write11
\l@d@Dend=\write12
\l@d@Eend=\write13
\eled@sectioning@out=\write14
\@outlinefile=\write15
! No room for a new \write.
\tf@toc=\write16

Thus we see reledmac using up quite a few \writes. So eventually we want to load reledmac with the correct options limiting its footprint. For the moment a \usepackage[series={A},noend]{reledmac} keeps the number of \writes < 16.

pp@skanda:~/SARIT-pdf-conversions/TeX$ grep \\\\write pramanavarttikavrtti.log 
 \write18 enabled.
\verbatim@out=\write3
\blx@bcfout=\write4
\FV@OutFile=\write5
\@xs@message=\write6
\minted@code=\write7
\linenum@out=\write8
\eled@sectioning@out=\write9
\@outlinefile=\write10
\tf@toc=\write11