MathML equations in oXygen Author Web Component
Posted: Tue Mar 10, 2015 12:27 pm
				
				Hello,
I see some differences between Oxygen Standalone Editor and Oxygen Author Web Component (Applet) in mathml formulas visualization. For example, this content:
is visualized in Standalone Editor(16.1) in author mode well as an image. But the author mode in the applet does not resolve this formula to an image and just shows a root math:ml tag. 
Is it possible to integrate maybe some additional css-styles or libraries to the Web component to be able to present math formulas like in Standalone Editor?
Thanks,
Yury.
			I see some differences between Oxygen Standalone Editor and Oxygen Author Web Component (Applet) in mathml formulas visualization. For example, this content:
Code: Select all
<math type="presentation">
					<mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML"
						display="block">
						<mml:semantics>
							<mml:mrow>
								<mml:mrow>
									<mml:mi mathvariant="bold">a</mml:mi>
									<mml:mo>=</mml:mo>
									<mml:mfrac>
										<mml:mrow>
											<mml:mi mathvariant="bold">F</mml:mi>
										</mml:mrow>
										<mml:mi>m</mml:mi>
									</mml:mfrac>
									<mml:mo>=</mml:mo>
									<mml:mfrac>
										<mml:mrow>
											<mml:mi>q</mml:mi>
											<mml:mo>[</mml:mo>
											<mml:mi mathvariant="bold">E</mml:mi>
											<mml:mo>+</mml:mo>
											<mml:mfenced>
												<mml:mrow>
													<mml:mi mathvariant="bold">v</mml:mi>
													<mml:mi>X</mml:mi>
													<mml:mi mathvariant="bold">B</mml:mi>
												</mml:mrow>
											</mml:mfenced>
											<mml:mo>]</mml:mo>
										</mml:mrow>
										<mml:mi>m</mml:mi>
									</mml:mfrac>
								</mml:mrow>
							</mml:mrow>
						</mml:semantics>
					</mml:math>
				</math>
Is it possible to integrate maybe some additional css-styles or libraries to the Web component to be able to present math formulas like in Standalone Editor?
Thanks,
Yury.