slides: add the macros 'thus' and 'et'
This commit is contained in:
parent
4b73d00c90
commit
1abae15070
@ -13,6 +13,19 @@ aspectratio: 169
|
||||
fontsize: 14pt
|
||||
mathfont: FiraMath-Regular
|
||||
sansfont: Fira Sans
|
||||
|
||||
header-includes: |
|
||||
```{=latex}
|
||||
% "thus" in formulas
|
||||
\DeclareMathOperator{\thus}{%
|
||||
\hspace{30pt} \Longrightarrow \hspace{30pt}
|
||||
}
|
||||
|
||||
% "et" in formulas
|
||||
\DeclareMathOperator{\et}{%
|
||||
\hspace{30pt} \wedge \hspace{30pt}
|
||||
}
|
||||
```
|
||||
...
|
||||
|
||||
# Landau distribution
|
||||
|
Loading…
Reference in New Issue
Block a user