-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (40 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>h20y6m.github.io</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/css/style.css" />
</head>
<body>
<header>
<p><a href="/">h20y6m.github.io</a></p>
</header>
<main>
<h1>h20y6m.github.io</h1>
<h2>記事一覧</h2>
<h3>2023</h3>
<ul>
<li><a href="/posts/2023-12-11-texadvent2023-2/">LaTeXでメルセンヌ・ツイスタ</a></li>
<li><a href="/posts/2023-12-02-texadvent2023/">和文VFで異体字する話</a></li>
</ul>
<h3>2022</h3>
<ul>
<li><a href="/posts/2022-12-17-texadvent2022-2/">(u)pLaTeXでもっと和文多書体する話</a></li>
<li><a href="/posts/2022-12-02-texadvent2022/">LaTeXで旧暦してみる</a></li>
</ul>
<h3>2021</h3>
<ul>
<li><a href="/posts/2021-12-04-texadvent2021-2/">(u)pLaTeXでPDF出力?</a></li>
<li><a href="/posts/2021-12-02-texadvent2021/">独自TeX Liveリポジトリを作ってみる話</a></li>
</ul>
<h3>2020</h3>
<ul>
<li><a href="/posts/2020-12-03-texadvent2020/">(u)pLaTeXでもjlreqクラスで多書体化したい</a></li>
</ul>
</main>
<footer>
<p>© 2022-2023 h20y6m</p>
</footer>
</body>
</html>