File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
src/tfl_training_anomaly_detection Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# keep in sync with noteboks/_config.yml
2
2
3
3
LATEX_MACROS = r"""
4
- $\newcommand {\vect}[1]{{\mathbf{\boldsymbol{#1}} }}$
5
- $\newcommand {\amax}{{\text{argmax}}}$
6
- $\newcommand {\P}{{\mathbb{P}}}$
7
- $\newcommand {\E}{{\mathbb{E}}}$
8
- $\newcommand {\R}{{\mathbb{R}}}$
9
- $\newcommand {\Z}{{\mathbb{Z}}}$
10
- $\newcommand {\N}{{\mathbb{N}}}$
11
- $\newcommand {\C}{{\mathbb{C}}}$
12
- $\newcommand {\abs}[1]{{ \left| #1 \right| }}$
13
- $\newcommand {\simpl}[1]{{\Delta^{#1} }}$
4
+ $\renewcommand {\vect}[1]{{\mathbf{\boldsymbol{#1}} }}$
5
+ $\renewcommand {\amax}{{\text{argmax}}}$
6
+ $\renewcommand {\P}{{\mathbb{P}}}$
7
+ $\renewcommand {\E}{{\mathbb{E}}}$
8
+ $\renewcommand {\R}{{\mathbb{R}}}$
9
+ $\renewcommand {\Z}{{\mathbb{Z}}}$
10
+ $\renewcommand {\N}{{\mathbb{N}}}$
11
+ $\renewcommand {\C}{{\mathbb{C}}}$
12
+ $\renewcommand {\abs}[1]{{ \left| #1 \right| }}$
13
+ $\renewcommand {\simpl}[1]{{\Delta^{#1} }}$
14
14
"""
You can’t perform that action at this time.
0 commit comments