Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #3214
| From | Cory Sand <yrocsand@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | getting empty lines when copying as MathML |
| Date | 2011-06-21 11:17 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <itpukc$m06$1@smc.vnet.net> (permalink) |
Hi,
I sometimes use Mathematica generate MathML code for pasting into my HTML
pages. The problem is, every other line of code is an empty line. For
example,
<math xmlns='http://www.w3.org/1998/Math/MathML'
mathematica:form='StandardForm'
xmlns:mathematica='http://www.wolfram.com/XML/'>
<mrow>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<mrow>
<mn>3</mn>
<mo>⁢</mo>
<mi>x</mi>
</mrow>
</mrow>
</math>
Is there a way to get Mathematica to generate the code without the empty
lines?
Thanks
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
getting empty lines when copying as MathML Cory Sand <yrocsand@gmail.com> - 2011-06-21 11:17 +0000
csiph-web