LaTeXML-Plugin-LtxMojo
view release on metacpan or search on metacpan
lib/LaTeXML/Plugin/LtxMojo/templates/demo.html.ep view on Meta::CPAN
% layout 'default';
% title 'Demos';
<div style="margin:10px;">
<h2 id="LaTeXMLDaemonDemos">LaTeXML Daemon Demos</h2>
<ul><li><a class="ext-link" href="/editor"><span class="icon"> </span>LaTeX fragment editor</a> - A web-based LaTeX editor with on-the-fly XHTML rendering.
</li><li><a class="ext-link" href="http://tex2xml.kwarc.info/test/formula.php"><span class="icon"> </span>Formula conversion service</a> - Blazing fast formula conversion
</li><li><a class="ext-link" href="http://tex2xml.kwarc.info/test/mathjax-demo.php"><span class="icon"> </span>The MathJaX demo @ arXMLiv</a> - Heard about <a class="ext-link" href="http://www.mathjax.org/"><span class="icon"> </span>MathJaX</a>? We ...
</li></ul>
<h2 id="LaTeXMLDemos">LaTeXML Demos</h2>
<ul><li><a class="ext-link" href="http://tex2xml.kwarc.info"><span class="icon"> </span>tex2xml web service</a> - Provides an online interface to the arXMLiv conversion.</li></ul>
<p><strong>Note:</strong> The sample services shown above are currently under development and will continuously improve in the course of the following weeks.
</p>
lib/LaTeXML/Plugin/LtxMojo/templates/layouts/default.html.ep view on Meta::CPAN
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:svg="http://www.w3.org/2000/svg">
<head>
<title><%= title %></title>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/external/LaTeXML.css" />
<link rel="stylesheet" type="text/css" href="css/external/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="css/external/trac.css" />
<link rel="stylesheet" type="text/css" href="css/external/trac-sanity.css" />
<link rel="shortcut icon" type="image/x-icon" href="css/external/favicon.ico" />
<link rel="icon" type="image/x-icon" href="css/external/favicon.ico" />
( run in 1.569 second using v1.01-cache-2.11-cpan-49f99fa48dc )