align, flalign, gather, multline,
split (alternatives to eqnarray)
\usepackage[notcite,
notref]{showkeys} displays the keys only
where they are defined (e.g., citations
with \bibitem in the bibliography,
equations with \label), not where they
are quoted (with \cite
or \ref)
Some commands might require a special package (most likely,
amsmath or amssymb).
The (Info) mention means that you can find more about this in the Info pages of LaTeX.
\ensuremath{}
\operatorname{}
Diff instead of Diff in
math mode
\begin{...} and \end{...}
aligned: produces more lines, the content
of each being aligned with one or more &'s. Lines end
with \\. align: same as aligned, but
equations can be numbered separately, and can continue from
one page to the next. split: to allow more lines; can align
with one &. ex, em, en, pt, in, cm
\hfill, \hfil, \vfill, \vfil
\vspace{}, \hspace{}
\bigskip, \medskip, \smallskip
\sqrt{}
\sqrt[3]{1+x^2} for cubic root) (Info)
\sloppy
\fussy
\sloppy; it is the default
(Info)
\pagestyle{} (see also
\thispagestyle{})
\clearpage
\textnormal{} (and \text{} if the
amsmath package is used)
\text{}
will not be ignored.
\hrulefill
\makebox[width][position]{text}
text (Info)
\makebox[1in]{\hrulefill} or
\makebox[1in][l]{Name:}
\include{} and \input{}
\include allows for selective
\input (Info)
\hookrightarrow
\thebibliography
\cite{Strassen67}, etc.) (Info)
\begin{thebibliography}{30}
\bibitem{Strassen67}
V.~Strassen. {Almost sure behavior of sums of independent random variables and
martingales}. \emph{Proc. 5th Berkeley Symp. Math. Statist. Probab.},
\textbf{2} (1967), 315--343.
\bibitem{Takahashi72}
S.~Takahashi. {Notes on the law of the iterated logarithm}. \emph{Studia Sci.
Math. Hung.} \textbf{7} (1972), 21--24.
\end{thebibliography}