epubjs
Version:
Render ePub documents in the browser, across many devices
12 lines (11 loc) • 470 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="../css/epub.css" />
</head>
<body id="titlepage" epub:type="frontmatter titlepage">
<h1>How to include MathJax in an epub3 file to work with iBooks (and possibly others)</h1>
<p>by Peter Krautzberger</p>
</body>
</html>