Update Content - 2024-12-17
This commit is contained in:
@@ -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} \\\\
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user