Blame

377fca Štěpán Zapadlo 2026-03-27 22:07:11
Change to a simple MRE
1
```math
a48e92 Štěpán Zapadlo 2026-03-27 22:09:13
LetThereBe Variant
2
\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
3
\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
4
\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
5
\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
6
\LetThereBe{\R}{\mathbb{R}} \LetThereBe{\N}{\mathbb{N}}
40e495 Štěpán Zapadlo 2026-03-27 22:18:22
Add set macro
7
\letThereBe{\set}{1}{\left\{ #1 \right\}}
a48e92 Štěpán Zapadlo 2026-03-27 22:09:13
LetThereBe Variant
8
\LetThereBe{\foo}{\mathrm{foo}}
377fca Štěpán Zapadlo 2026-03-27 22:07:11
Change to a simple MRE
9
```
b0cbb6 Štěpán Zapadlo 2026-03-27 21:31:48
Add new math test
10
e77441 Štěpán Zapadlo 2026-03-27 22:15:59
Move math above headline
11
# Math test simple
12
377fca Štěpán Zapadlo 2026-03-27 22:07:11
Change to a simple MRE
13
This does not render, $\foo$!
2928d1 Štěpán Zapadlo 2026-03-27 22:12:12
Add label to multiline eq
14
15
And
16
d967a2 Štěpán Zapadlo 2026-03-27 22:19:36
Add some more math
17
$$\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
18
19
After some text we reference it as $\eqRef{square}$