Correct TeXForm of matrices, customizing TeX output.
- To: mathgroup at smc.vnet.net
- Subject: [mg8462] Correct TeXForm of matrices, customizing TeX output.
- From: Bjoern Hassler <t25a002 at rrz.uni-hamburg.de>
- Date: Tue, 2 Sep 1997 16:14:57 -0400
- Organization: Deutsches Elektronen-Synchrotron (DESY)
- Sender: owner-wri-mathgroup at wolfram.com
This one has probably been asked many times.
Why does
TeXForm[MatrixForm[ {{0,0}} ]]
give
\matrix{ 0 \& 0 \cr}
with the "\&" instead of just &,
and how do I correct this situation?
Is there a way of customizing the output from TeXForm[]
in a simple way?
Thanks,
Bjoern