1
0
mirror of https://github.com/kalmarek/SmallHyperbolic synced 2024-07-27 21:10:31 +02:00
SmallHyperbolic/docs/index.html

39 lines
1.9 KiB
HTML
Raw Normal View History

2022-02-05 20:24:27 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Generalized Triangle Groups</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
2022-02-06 01:57:18 +01:00
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.15.2/dist/katex.min.css"
integrity="sha384-MlJdn/WNKDGXveldHDdyRP1R4CTHr3FeuDNfhsLPYrq2t0UBkUdK2jyTnXPEK1NQ" crossorigin="anonymous">
<!-- The loading of KaTeX is deferred to speed up page rendering -->
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.2/dist/katex.min.js"
integrity="sha384-VQ8d8WVFw0yHhCk5E8I86oOhv48xLpnDZx5T9GogA/Y84DcCKWXDmSDfn13bzFZY"
crossorigin="anonymous"></script>
<!-- To automatically render math in text elements, include the auto-render extension: -->
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.15.2/dist/contrib/auto-render.min.js"
integrity="sha384-+XBljXPPiv+OzfbB3cVmLHf4hdUFHlWNZN5spNQ7rmHTXpd7WvJum6fIACpNNfIR" crossorigin="anonymous"
onload="renderMathInElement(document.body);"></script>
2022-02-05 20:24:27 +01:00
</head>
<body>
2022-02-06 01:57:18 +01:00
<div style="padding-left: 1%;">
<h3>
Generalized Triangle Groups of <a href="https://arxiv.org/abs/2011.09276">2011.09276</a>
</h3>
by Pierre-Emmanuel Caprace, Marston Conder, Marek Kaluba and Stefan Witzel.
<br>
<button type="button" id="katexify">Katexify!</button>
<table id='GeneralizedTriangleGroups' border=0 class="dataframe"></table>
</div>
2022-02-05 20:24:27 +01:00
</body>
<script src="tablefilter/tablefilter.js"></script>
<script src="data.js"></script>
</html>