L TEX Workshop #4: David Arnold Friday, March 26, 1999
L TEX Workshop #4: David Arnold Friday, March 26, 1999
Workshop #4
David Arnold
– Typeset by FoilTEX –
AMSLATEX
\newtheorem{thm}{Theorem}
\begin{thm} Text, text, ...\end{thm}
will produce
Theorem 1. Text, text, ...
\newtheorem*{rol}{Rolle’s Theorem}
\begin{rol} Text, text, ...\end{rol}
will produce
Rolle’s Theorem. Text, text, ...
\documentclass{article}
\usepackage{amsmath}
\begin{document}
Let $A$ be the $m\times n$ matrix
$$
A=
\begin{pmatrix}
a_{11} & a_{12} & \dots & a_{1n}\\
a_{21} & a_{22} & \dots & a_{2n}\\
\vdots & \vdots & \ddots & \vdots\\
a_{m1} & a_{m2} & \dots & a_{mn}
\end{pmatrix}.
$$
\end{document}
\documentclass{amsart}
%\usepackage[active]{srcltx}
%\bibliographystyle{amsplain}
%\bibliography
• An abstract.
• A TOC.
• At least two sections and subsections.
• At least two uses of the provided theorem environments.
• At least two uses of the new commands defined in the
preamble.
• Craft a newcommand with at least one parameter and use it in
the source.
• An enumerated list.
• A bulleted (itemized) list.
• A descriptive list.
• A quotation.
• Some lines of computer code.
• At least two footnotes.
• Several occurrences of in-line mathematics.
• Incorporate each of the different font families, series, and
shapes, where appropriate.