diff --git a/contents/latex.tex b/contents/latex.tex index 9b45fac..ce4f07a 100644 --- a/contents/latex.tex +++ b/contents/latex.tex @@ -103,6 +103,32 @@ \langsection{Mathématiques}{Mathematics} %TODO Complete section +\begin{verbatim} +\begin{align*} +\text{mathnormal (default) - }\mathnormal{RQSZ} \\ +\text{mathcal - }\mathcal{RQSZ} \\ +\text{mathfrak - }\mathfrak{RQSZ} \\ +\text{mathbb - }\mathbb{RQSZ} \\ +\text{mathrm - }\mathrm{RQSZ} \\ +\text{mathit - }\mathit{RQSZ} \\ +\text{mathbf - }\mathbf{RQSZ} \\ +\text{mathsf - }\mathsf{RQSZ} \\ +\text{mathtt - }\mathtt{RQSZ} +\end{align*} +\end{verbatim} + +\begin{align*} +\text{mathnormal (default) - }\mathnormal{RQSZ} \\ +\text{mathcal - }\mathcal{RQSZ} \\ +\text{mathfrak - }\mathfrak{RQSZ} \\ +\text{mathbb - }\mathbb{RQSZ} \\ +\text{mathrm - }\mathrm{RQSZ} \\ +\text{mathit - }\mathit{RQSZ} \\ +\text{mathbf - }\mathbf{RQSZ} \\ +\text{mathsf - }\mathsf{RQSZ} \\ +\text{mathtt - }\mathtt{RQSZ} +\end{align*} + \subsection{Matrices} %TODO Complete subsection