Update Content - 2024-12-17
This commit is contained in:
parent
c52687c603
commit
7316737318
@ -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 <eq:numbered>
|
||||
- Equation \eqref{eq:numbered}
|
||||
- Section
|
||||
- Bibliographic Reference (<a href="#citeproc_bib_item_3">Stanisic and Legrand 2014</a>), and (<a href="#citeproc_bib_item_2">Schulte and Davison 2011</a>; <a href="#citeproc_bib_item_1">Dominik 2010</a>; <a href="#citeproc_bib_item_3">Stanisic and Legrand 2014</a>)
|
||||
|
||||
@ -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. <eq:numbered>. (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 <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} \\\\
|
||||
@ -465,7 +465,7 @@ Numbering can be continued by using `+n` option as shown below.
|
||||
```
|
||||
<div class="src-block-caption">
|
||||
<span class="src-block-number"><a href="#code-snippet--lst:tikz-test">Code Snippet 4</a>:</span>
|
||||
Tikz code that is used to generate <a href="#org522db2f">3</a>
|
||||
Tikz code that is used to generate <a href="#orgfc50afd">3</a>
|
||||
</div>
|
||||
|
||||
<a id="figure--fig:general-control-names"></a>
|
||||
|
Loading…
Reference in New Issue
Block a user