<br><br><div class="gmail_quote">El 7 de marzo de 2012 17:23, Luis Sequeira <span dir="ltr"><<a href="mailto:lfsequeira@gmail.com">lfsequeira@gmail.com</a>></span> escribió:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have used pstricks for years. One aspect that really interests me is the generation of complex pstricks figures programatically.<br>
(for an example, consider generating a calendar for, a given year, say, 2013; it involves drawing 365 boxes, with numbers, different colors, markings for holidays, etc. and a lot of calculations that are better done in more general programming language, rather than LaTeX)<br>

<br>
I have generated complex pstricks code like that, containing hundreds of commands, automatically (via C++ programming) - that involves writing a C++ program that writes down a tex file, and then running this through LaTeX<br>

<br>
I was hoping to use Lua scripting to be able to automatically generate pstricks code, right from inside LaTeX, thus making this process self-contained.<br>
<br>
But this looks like it may not be possible:<br>
<br>
 - running lualatex with pstricks code in the LaTeX file only appears to be possible through the auto-pst-pdf package;<br>
 - and that in turn spawns separate latex runs for all the pstricks stuff, where the lua scripting is *not* interpreted.<br>
<br>
Is there some way to do this? Any suggestions? I am able to "script" regular LaTeX commands in lualatex, but I'm stumped because of the postscript nature of pstricks via the "pdflatex" nature of lualatex.<br>

<br>
TIA<br>
<br>
Luis Sequeira<br>
<br>
<br>
_______________________________________________<br>
PSTricks mailing list<br>
<a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a><br>
archive: <a href="http://www.tug.org/pipermail/pstricks/" target="_blank">http://www.tug.org/pipermail/pstricks/</a><br>
</blockquote></div><br>