<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="../goods/late.xsl" type="text/xsl"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
			"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
<head>
	<title>LateXSL feature overview</title>
	<meta name="author" content="Steve White" />
	<meta http-equiv="content-type"
		content="application/xhtml+xml; charset=UTF-8" />
	<link rel="icon" href="favicon.ico" type="image/png" />
	<link rel="stylesheet" href="../goods/late.css" type="text/css"/>
</head>
<body>
<p class="browser-nocss2"><strong>
This document can be viewed properly only in modern browsers
with good support for CSS2 and the full HTML character set.
</strong></p>
<h1>LateXSL feature overview<br />
	<small><span class="latex-logo"><span class="L">L</span><span class="A">a</span>T<span class="E">e</span>X</span>
		to HTML via XSLT</small></h1>
<p>Do a <kbd>View Source</kbd> from your browser’s menus!
	Try increasing the text size from your browser’s menus!
</p>
<p>
Support for LaTeX math display environment, directly in HTML
</p>
<div class="latex">
	f\prime( x ) = \lim_{h\to0} \frac{ f(x+h) - f(x) }{ h } 
</div>
<p>as well as inline math styles:
	<span class="latex"> \lim_{A\to\infty}f(x)</span>,
	(Note the limit is positioned to the side.)
</p>
<div class="latex">
	a^2 a_n          % latex comment
	M^{b_1}_{c_2} 
	A_{i,j,k}^{-n!2}
</div>
<div class="latex">
	% Olver page 57
	d\omega = \sum_I d\alpha_I \wedge dx^I 
	= \sum_{I, j} \frac{\partial\alpha_I}{\partial x_j} dx^j \wedge dx^I
</div>
<div class="latex">
	% Wald p. 13. Here I'm cheating to get the blackboard-bold R.
	S^2 = \left\{ (x^1, x^2, x^3) \in &#x211D;^3 
	\mid (x^1)^2 + (x^2)^2 +(x^3)^2 = 1 \right\}
</div>
<p class="latex">
	Also supports normal text with math $x^2 - 1 = A^{2}_{\alpha}$
	embedded in it.
</p>
<div class="latex">
	\int_0^{1} \; f(x)\, dx \quad \mbox{ and } \quad \sum_{x=0}^n x^n
	\quad \mbox{ but } \quad
	\int\nolimits_0^{1} \; f(x)\, dx \quad \mbox{ and } \quad \sum\limits_{x=0}^n x^n
</div>
<div class="latex">
	\mbox{ array } \quad
	\begin{array}[pos]{r|l|c}
		a_{11} &amp; a_{12} &amp; a_{13} \\
		a_{21} &amp; a_{22} &amp; a_{23} \\
		a_{31} &amp; a_{32} &amp; a_{33}
	\end{array}
</div>
<div class="latex">
	E^s( x,\: y ) = \frac{ -k }{ 4 }
	\int_0^w{ J( x' ) \,
	\mathrm{H}^{(0)}_{1}( k \left\| ( x - x',\: y ) \right\| ) \, dx' } .
</div>
<div class="latex">
	\sqrt[3]{ 1 + x^2 }
</div>
<div class="latex">
	R_{\mu\nu} - \frac{1}{2} R g_{\mu\nu} = \frac{8\pi G}{c^4} T_{\mu\nu}
</div>

</body>
</html>

