Update Content - 2024-12-17

This commit is contained in:
2024-12-17 16:38:55 +01:00
parent 59f9b8ae81
commit 91ca6068b5
13 changed files with 89 additions and 89 deletions

View File

@@ -87,13 +87,13 @@ Here is some inline mathematics: \\(z = 2\\).
Unumbered equation:
\\[ F(x) = \int\_0^x f(t) dt \\]
Using the `equation` environment in Eq. <eq:numbered>.
Using the `equation` environment in Eq. \eqref{eq:numbered}.
\begin{equation} \label{eq:numbered}
F(s) = \int\_0^\infty f(t) e^{-st} dt
\end{equation}
Using the `align` environment Equations <eq:align_1> and <eq:align_2>.
Using the `align` environment Equations \eqref{eq:align\_1} and \eqref{eq:align\_2}.
\begin{align}
\mathcal{F}(a) &= \frac{1}{2\pi i}\oint\_\gamma \frac{f(z)}{z - a}\\,dz \label{eq:align\_1} \\\\