Files
puzzles/auxiliary/doc/hatmaps.html
Simon Tatham 0af537d2c0 Rename the 'aux' subdirectory to avoid Windows restrictions.
James Harvey points out that Windows still forbids calling a file
'aux' in any context. Even a directory. Gaaah.
2023-03-27 09:23:41 +01:00

63 lines
1.7 KiB
HTML

<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
<title>Kitemaps and metamaps for the hat tiling generator</title>
<style type="text/css">
table, tbody, tr, td, th {
border: 1px solid rgba(0, 0, 0, 0.3);
border-collapse: collapse;
}
table.noborder, table.noborder tbody, table.noborder td,
table.noborder th, table.noborder tr { border: none; }
table {
margin: 1em;
}
th, td {
padding: 0.5em;
}
</style>
</head>
<body>
<h1>Kitemaps and metamaps for the hat tiling generator</h1>
<p>See <a href="hats.html">hats.html</a> for the full explanation.</p>
<p>Here's the full set of kitemaps and metamaps for all the tile
types:</p>
<table>
<tr>
<th>Tile name</th>
<th>Original tile</th>
<th>First-order expansion</th>
<th>Kitemap</th>
<th>Metamap</th>
<tr>
<td>H</td>
<td><img src="single-H.svg"></td>
<td><img src="expanded-H.svg"></td>
<td><img src="kitemap-H.svg"></td>
<td><img src="metamap-H.svg"></td>
</tr>
<tr>
<td>T</td>
<td><img src="single-T.svg"></td>
<td><img src="expanded-T.svg"></td>
<td><img src="kitemap-T.svg"></td>
<td><img src="metamap-T.svg"></td>
</tr>
<tr>
<td>P</td>
<td><img src="single-P.svg"></td>
<td><img src="expanded-P.svg"></td>
<td><img src="kitemap-P.svg"></td>
<td><img src="metamap-P.svg"></td>
</tr>
<tr>
<td>F</td>
<td><img src="single-F.svg"></td>
<td><img src="expanded-F.svg"></td>
<td><img src="kitemap-F.svg"></td>
<td><img src="metamap-F.svg"></td>
</tr>
</table>
</body>
</html>