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