Blame
|
1 | <div style="visibility:hidden;height:0;overflow:hidden;margin:0;padding:0"> |
||||||
| 2 | ||||||||
|
3 | ```math |
||||||
|
4 | \newcommand{\LetThereBe}[2]{\newcommand{#1}{#2}} \newcommand{\letThereBe}[3]{\newcommand{#1}[#2]{#3}} |
||||||
|
5 | \letThereBe{\addTag}{2}{\cssId{#1-#2}{\tag{#2}}} \letThereBe{\refTag}{2}{\href{###1-#2}{(\text{#2})}} |
||||||
|
6 | \letThereBe{\eqT}{1}{\addTag{eq}{#1}}\letThereBe{\secT}{1}{\addTag{sec}{#1}} |
||||||
|
7 | \letThereBe{\eqRef}{1}{\refTag{eq}{#1}} \letThereBe{\secRef}{1}{\refTag{sec}{#1}} |
||||||
|
8 | \LetThereBe{\R}{\mathbb{R}} \LetThereBe{\N}{\mathbb{N}} |
||||||
|
9 | \letThereBe{\set}{1}{\left\{ #1 \right\}} |
||||||
|
10 | \LetThereBe{\foo}{\mathrm{foo}} |
||||||
|
11 | ``` |
||||||
|
12 | |||||||
|
13 | </div> |
||||||
| 14 | ||||||||
|
15 | # Math test simple |
||||||
| 16 | ||||||||
|
17 | This does not render, $\foo$! |
||||||
|
18 | |||||||
| 19 | And |
|||||||
| 20 | ||||||||
|
21 | $$\set{x^2 \mid x \in \R \cap \N}. \eqT{square}$$ |
||||||
|
22 | |||||||
| 23 | After some text we reference it as $\eqRef{square}$ |
|||||||
