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