[pstricks] pst-pdf and readdata: long compilation time

Herbert Voss Herbert.Voss at FU-Berlin.DE
Sat Apr 25 15:20:46 CEST 2009


Antoine Pairet schrieb:
>>> I use a Makefile to handle this compilation scheme:
>>> latex MAIN.tex
>>> dvips -o MAIN-pics.ps MAIN.dvi
>>> ps2pdf MAIN-pics.ps
>>> pdflatex MAIN.tex
>> try
>>
>> pdflatex `\AtBeginDocument{\def\readdata#1#2{}} \input{MAIN.tex}`
> 
> It does not seem to work, here is the output I got:
> 
>   ps2pdf supraMain-pics.ps
>   pdflatex `\AtBeginDocument{\def\readdata#1#2{}} \input{supraMain.tex}`

no problem here with

$(mainPDF) : $(pstricksPDF)
	pdflatex "\AtBeginDocument{\def\readdata#1#2{}} \input{supraMain.tex}"

in the makefile

Herbert


More information about the PSTricks mailing list