blob: 2e9fd1e5c04a3da18af4c4fe9b325ecc197c1ac4 (
plain) (
blame)
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
|
---
layout: default
---
<header>
<h1>
<a href="https://apropos.codes">apropos</a>
</h1>
<div>
<nav>
<b><a href="/mathematics">mathematics</a></b>
<a href="/linguistics">linguistics</a>
<a href="/computation">computation</a>
</nav>
<nav>
<a href="/mathematics/foundations">foundations</a>
<a href="/mathematics/algebra">algebra</a>
<b><a href="/mathematics/analysis">analysis</a></b>
</nav>
<nav>
<a href="/mathematics/calculus">calculus</a>
<a href="/mathematics/real-analysis">real analysis</a>
<a href="/mathematics/complex-analysis">complex analysis</a>
</nav>
</div>
</header>
<main>
{{ content }}
</main>
|