Skip to content

Commit 339bf98

Browse files
committed
changing macro, fixing #63
1 parent 7ecb5ed commit 339bf98

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# keep in sync with noteboks/_config.yml
22

33
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} }}$
1414
"""

0 commit comments

Comments
 (0)