fMath for Java is a FREE solution to display and edit mathematics on web pages using Java components.

Examples to display fractions



How looks the html page with MathML ?

<html xmlns:m="http://www.w3.org/1998/Math/MathML">
<head>
	<script language="JavaScript" src="mathml_viewer.js"></script>
</head>
<body onLoad="searchAndReplace('/mathml');">
<center>

<span style="display:none;">
	<m:math xmlns:m="http://www.w3.org/1998/Math/MathML">
		<mfrac>
			<mrow>
				<mi>x</mi>
				<mo>+</mo>
				<mi>y</mi>
			</mrow>
			<mrow>
				<mi>x</mi>
			</mrow>
		</mfrac>
		<mo>+</mo>
		<mfrac bevelled='true' mathbackground='#8888ee'>
			<mrow>
				<mi>x</mi>
				<mo>-</mo>
				<mi>y</mi>
			</mrow>
			<mrow>
				<mi>x</mi>
			</mrow>
		</mfrac>
		<mo>+</mo>
		<mfrac denomalign='right'>
			<mrow>
				<mi>x</mi>
				<mo>*</mo>
				<mi>y</mi>
			</mrow>
			<mrow>
				<mi>x</mi>
			</mrow>
		</mfrac>
		<mo>+</mo>
		<mfrac linethickness='4' border='1'>
			<mrow>
				<mi>x</mi>
				<mo>-</mo>
				<mi>y</mi>
			</mrow>
			<mrow>
				<mi>x</mi>
			</mrow>
		</mfrac>
	</m:math>
</span>

	
</center>
</body>
</html>  		

Complete list of implemented mathematical symbols       Implemented tags from MathML

How looks the html page with LaTeX ?

<html>
<head>
	<script language="JavaScript" src="mathml_viewer.js"></script>
</head>
<body onLoad="searchAndReplace('/mathml');">
<center>

<span style="display:none;">
	<latex> \\begin{equation}  x = a_0 + \\cfrac{1}{a_1 + \\cfrac{1}{a_2 + a_3}}\\end{equation} </latex>
</span>

	
</center>
</body>
</html>  		

Complete list of implemented mathematical symbols       Implemented from LaTeX

`


www.learn-math.info | www.apprendre-math.info | www.aprender-mat.info | www.invata-mate.info
Designed by Diana Alexandru
free components MathML flex GWT LaTeX Web Editor free plugin MathML flash math Mathematics Equation Widget MathML flash LaTeX Mathematics FREE Editor Java