From 816c8d3f6a0638ae5df4c966652483e5da895ccf Mon Sep 17 00:00:00 2001 From: saundersp Date: Tue, 3 Dec 2024 19:42:45 +0100 Subject: [PATCH] contents/latex.tex : Added differents math fonts --- contents/latex.tex | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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