MathGroup Archive 2003

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Scientifc notation
  • Next by Date: MatrixForm, decided not to work anymore....
  • Previous by thread: Re: (la)tex export as batch process?
  • Next by thread: Re: Re: (la)tex export as batch process?