contents/latex.tex : Added differents math fonts

This commit is contained in:
saundersp 2024-12-03 19:42:45 +01:00
parent 4be8cf3538
commit 816c8d3f6a

View File

@ -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