[Scons-users] chained/contingent Builders (specifically: multiple TeX->PDF paths)

Dirk Bächle tshortik at gmx.de
Thu Mar 14 15:13:33 EDT 2013


Hi Christopher,

On 14.03.2013 16:25, Managan, Rob wrote:

> Christopher,

>

> Correct me if I am wrong but it sounds like case 2 (pstricks) can be

> handled with the existing builders.

> For this I assume you need to create a .dvi file, run dvips, and then

> convert ps to pdf. Am I right that dvipdf is not an option?

> To do this you would need to use the DVI builder first and then pass

> the result of that to the PS and then the PDF builder.

>

> So it sounds like you need to write some python coding that decides

> what type of file the source is and then calls the correct set of

> builders.

>


and to do this you could try to write your own Pseudo-builder. Have a
look into the User Guide (Chap. 20 "Pseudo-Builders"
http://www.scons.org/doc/production/HTML/scons-user/c3938.html ) and at
the guide for writing Tools/Builders (
http://www.scons.org/wiki/ToolsForFools ).

Best regards,

Dirk

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20130314/6c475156/attachment.htm>


More information about the Scons-users mailing list