[pstricks] pst-pdf and readdata: long compilation time
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Sun May 10 13:23:53 CEST 2009
Antoine Pairet schrieb:
>> no problem here with
>>
>> $(mainPDF) : $(pstricksPDF)
>> pdflatex "\AtBeginDocument{\def\readdata#1#2{}} \input{supraMain.tex}"
>
> It still fails here.
> ! Undefined control sequence.
> l.16 \readdata[ignoreLines=2]{\testData
> }{toBeRead.dat}
> ?
ok, that should be
pdflatex "\AtBeginDocument{\def\readdata[#1]#2#3{}} \input{supraMain.tex}"
otherwise the optional argument causes an error
Herbert
More information about the PSTricks
mailing list