aboutsummaryrefslogtreecommitdiff
path: root/aux/doc/hatmaps.html
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2023-03-27 09:17:51 +0100
committerSimon Tatham <anakin@pobox.com>2023-03-27 09:23:41 +0100
commit0af537d2c0a56dc99f90d581341317a607531ff0 (patch)
tree148d3a2a4e98f82925cd2a8ff6fc7c084f333854 /aux/doc/hatmaps.html
parent8d6647548f7d0051221374ad6eb2b6dd32e2a3ed (diff)
downloadpuzzles-0af537d2c0a56dc99f90d581341317a607531ff0.zip
puzzles-0af537d2c0a56dc99f90d581341317a607531ff0.tar.gz
puzzles-0af537d2c0a56dc99f90d581341317a607531ff0.tar.bz2
puzzles-0af537d2c0a56dc99f90d581341317a607531ff0.tar.xz
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.
Diffstat (limited to 'aux/doc/hatmaps.html')
-rw-r--r--aux/doc/hatmaps.html62
1 files changed, 0 insertions, 62 deletions
diff --git a/aux/doc/hatmaps.html b/aux/doc/hatmaps.html
deleted file mode 100644
index 92d26c3..0000000
--- a/aux/doc/hatmaps.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<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>