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} \\\\

View File

@@ -2,7 +2,7 @@
title = "Second Blog Post"
author = ["Dehaeze Thomas"]
date = 2021-05-01T00:00:00+02:00
lastmod = 2024-12-17T15:36:59+01:00
lastmod = 2024-12-17T16:38:28+01:00
tags = ["hugo", "org"]
categories = ["emacs"]
draft = false