Re: (la)tex export as batch process?
- To: mathgroup at smc.vnet.net
- Subject: [mg41304] Re: [mg41248] (la)tex export as batch process?
- From: Rolf Mertig <rolf at mertig.com>
- Date: Wed, 14 May 2003 08:10:11 -0400 (EDT)
- Organization: Mertig Consulting
- Reply-to: rolf at mertig.com
- Sender: owner-wri-mathgroup at wolfram.com
Use the UseFrontEnd[] function from JLink. The FrontEnd is really just a service of the Kernel. In[1]:= <<JLink`; In[2]:= InstallJava[]; In[3]:= TeXSave["/tmp/t.tex","/tmp/t.nb"]//UseFrontEnd Rolf Mertig Mertig Consulting http://www.mertig.com