Test Post

04 February, 2024

Categories: Test, MathJax, Mathematics

Inline mathematics is given by either \\(abc\\) or $abc$ for example, and outputs \(abc\).

Displayed math goes in \\[\\] braces, and outputs \[ \sum_{i=1}^{n} a_{i}. \]

This is a1 a[^1] footnote.

This is an example of an equation with a tag, and a label (for reference).

\begin{equation} \dfrac{\partial}{\partial \theta_{i}} f(x, \Theta) \tag{1} \label{eqone} \end{equation}

\begin{equation} \dfrac{\partial}{\partial \theta_{i}} f(x, \Theta) \tag{1} \label{eqone} \end{equation}

A reference to a tagged equation is given by \eqref{eqone} for example, and outputs \eqref{eqone}.

















At the end of the document, the footnotes are manually inserted.

[^1]: Some footnote. 
  1. Some footnote.