vcs: Mention hg remove command.
I was mistaken that everything could be done with the hg add command
alone. But apparently hg remove command is necessary.
\documentclass{article}
\begin{document}
This is my first LaTeX document.
\begin{equation}
a^2 + b^2 = c^2
\end{equation}
\[
\begin{pmatrix}
\alpha& \beta^{*}\\
\gamma^{*}& \delta
\end{pmatrix}
\]
\end{document}