<div dir="ltr"><br><br><div class="gmail_quote">On Wed, Oct 27, 2010 at 6:18 PM, Michael Doob <span dir="ltr"><<a href="mailto:mdoob@ccu.umanitoba.ca">mdoob@ccu.umanitoba.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Wednesday 27 October 2010 11:11 am, Peter Davis wrote:<br>
> I'm investigating using TeX as a composition engine for an existing<br>
> publishing workflow.  The goal would be to make TeX callable, so I would<br>
> pass in some text and some parameters, and get back dvi.<br>
><br>
> I know Jonathan Fine did some work a while ago on a TeX daemon.  Has anyone<br>
> heard anything further about this?  Any other efforts to make TeX a callable<br>
> library or something?<br>
><br>
<br>
</div></div>Is this the sort of thing you had in mind?<br>
<br>
echo '\documentclass{article}\\begin{document}Hello, World!\\end{document}' | latex<br>
<br></blockquote><div><br></div><div>Thanks, Michael,</div><div><br></div><div>I was thinking more of a real C/C++ call interface, where I could call a function to compose some text, maybe after creating an instance of a TeX engine, setting it's parameters, etc.</div>
<div><br></div><div>Thanks,</div><div>-pd</div><div><br></div></div></div>