Blame

396b21 Štěpán Zapadlo 2026-03-27 22:42:23
Add hiding div for math defs
1
<div style="visibility:hidden;height:0;overflow:hidden;margin:0;padding:0">
2
377fca Štěpán Zapadlo 2026-03-27 22:07:11
Change to a simple MRE
3
```math
a48e92 Štěpán Zapadlo 2026-03-27 22:09:13
LetThereBe Variant
4
\newcommand{\LetThereBe}[2]{\newcommand{#1}{#2}} \newcommand{\letThereBe}[3]{\newcommand{#1}[#2]{#3}}
cbb6c3 Štěpán Zapadlo 2026-03-27 22:09:47
Add tagging capabilities
5
\letThereBe{\addTag}{2}{\cssId{#1-#2}{\tag{#2}}} \letThereBe{\refTag}{2}{\href{###1-#2}{(\text{#2})}}
b2af5d Štěpán Zapadlo 2026-03-27 22:10:13
Add labeling
6
\letThereBe{\eqT}{1}{\addTag{eq}{#1}}\letThereBe{\secT}{1}{\addTag{sec}{#1}}
4cb51a Štěpán Zapadlo 2026-03-27 22:10:31
Add reffing
7
\letThereBe{\eqRef}{1}{\refTag{eq}{#1}} \letThereBe{\secRef}{1}{\refTag{sec}{#1}}
d967a2 Štěpán Zapadlo 2026-03-27 22:19:36
Add some more math
8
\LetThereBe{\R}{\mathbb{R}} \LetThereBe{\N}{\mathbb{N}}
40e495 Štěpán Zapadlo 2026-03-27 22:18:22
Add set macro
9
\letThereBe{\set}{1}{\left\{ #1 \right\}}
a48e92 Štěpán Zapadlo 2026-03-27 22:09:13
LetThereBe Variant
10
\LetThereBe{\foo}{\mathrm{foo}}
377fca Štěpán Zapadlo 2026-03-27 22:07:11
Change to a simple MRE
11
```
b0cbb6 Štěpán Zapadlo 2026-03-27 21:31:48
Add new math test
12
396b21 Štěpán Zapadlo 2026-03-27 22:42:23
Add hiding div for math defs
13
</div>
14
e77441 Štěpán Zapadlo 2026-03-27 22:15:59
Move math above headline
15
# Math test simple
16
377fca Štěpán Zapadlo 2026-03-27 22:07:11
Change to a simple MRE
17
This does not render, $\foo$!
2928d1 Štěpán Zapadlo 2026-03-27 22:12:12
Add label to multiline eq
18
19
And
20
d967a2 Štěpán Zapadlo 2026-03-27 22:19:36
Add some more math
21
$$\set{x^2 \mid x \in \R \cap \N}. \eqT{square}$$
de2388 Štěpán Zapadlo 2026-03-27 22:13:49
Add eq ref
22
23
After some text we reference it as $\eqRef{square}$