tchdr.sty
Using LaTeX has a number of big benefits when writing papers:
But it also has a number of drawbacks.
For example, to make a list of items, you need to type
\begin{itemize}
\item Here is one
\item Here is another
\end{itemize}
\bitems
\item Here is an item
\item Here is another
\eitems
\begin{align}
X_n &\in \mathcal{X}\\
X_n &\overset{\text{p}}{\to} X\\
\mathbb{E}\left[X\right] &= \int_0^1 6\frac{\mathrm{d} 4y^2}{\mathrm{d} y}\mathrm{d}y\\
\mathbb{P}\left(X_n \in \mathcal{A}\right) \leq
X_n \sim \mathcal{N}(\hat{\mu}, \hat{\sigma}).
\end{align}
\[
X_n &\in \mcX\\
X_n &\convp X\\
\EE\left[X\right] &= \int_0^1 6\der{4y^2}{y}\dee y\\
X_n \dist \distNorm(\hmu, \hSigma)
\]
references require you to add type explicitly, e.g. Figure \ref{fig1}
and Theorem \ref{thm}
equation numbering is manual
tchdr.sty
styleTODO