using TeXForm to format user defined latex functions
- To: mathgroup at smc.vnet.net
- Subject: [mg123341] using TeXForm to format user defined latex functions
- From: John Harting <john.harting at gmail.com>
- Date: Fri, 2 Dec 2011 07:21:12 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
Does anyone know how to define function mappings for the TeXForm function in Mathematica 8 such that it will format user defined functions I have created for use in LateX in the TeXForm output?
What it does now:
In[1]:= TeXForm[ mylatexfunc[a,b] ]
Out[1]//TeXForm=
\text{mylatexfunc}(a,b)
What I would like:
In[1]:= TeXForm[ mylatexfunc[a,b] ]
Out[1]//TeXForm=
\mylatexfunc{a}{b}
Thanks!
John