diff --git a/content/zettels/test.md b/content/zettels/test.md index c3e66e0..00b4112 100644 --- a/content/zettels/test.md +++ b/content/zettels/test.md @@ -82,7 +82,7 @@ Here is a list of links to: - [Table 3](#table--tab:table-with-equations) - Listing [Code Snippet 1](#code-snippet--lst:matlab-figure) - Specific [line of code](#org-coderef--967846-4) -- Equation +- Equation \eqref{eq:numbered} - Section - Bibliographic Reference (Stanisic and Legrand 2014), and (Schulte and Davison 2011; Dominik 2010; Stanisic and Legrand 2014) @@ -94,14 +94,14 @@ Here is some inline mathematics: \\(z = 2\\). Unumbered equation: \\[ F(x) = \int\_0^x f(t) dt \\] -Using the `equation` environment in Eq. . (her link to equon: \eqref{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 and . +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} \\\\ @@ -465,7 +465,7 @@ Numbering can be continued by using `+n` option as shown below. ```
Code Snippet 4: - Tikz code that is used to generate 3 + Tikz code that is used to generate 3