From 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 9 Jan 2006 00:49:07 +0000 Subject: doc/latex git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/amslatex/amsart.template | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/amslatex/amsart.template (limited to 'Master/texmf-dist/doc/latex/amslatex/amsart.template') diff --git a/Master/texmf-dist/doc/latex/amslatex/amsart.template b/Master/texmf-dist/doc/latex/amslatex/amsart.template new file mode 100644 index 00000000000..1923a23557c --- /dev/null +++ b/Master/texmf-dist/doc/latex/amslatex/amsart.template @@ -0,0 +1,61 @@ +%----------------------------------------------------------------------- +% Beginning of amsart.template +%----------------------------------------------------------------------- +% +% AMS-LaTeX v.2 template for use with amsart +% +% Remove any commented or uncommented macros you do not use. + +\documentclass{amsart} + +\newtheorem{theorem}{Theorem}[section] +\newtheorem{lemma}[theorem]{Lemma} + +\theoremstyle{definition} +\newtheorem{definition}[theorem]{Definition} +\newtheorem{example}[theorem]{Example} +\newtheorem{xca}[theorem]{Exercise} + +\theoremstyle{remark} +\newtheorem{remark}[theorem]{Remark} + +\numberwithin{equation}{section} + +\begin{document} + +\title{} + +% Remove any unused author tags. + +% author one information +\author{} +\address{} +\curraddr{} +\email{} +\thanks{} + +% author two information +\author{} +\address{} +\curraddr{} +\email{} +\thanks{} + +\subjclass[2000]{Primary } + +\keywords{} + +\date{} + +\dedicatory{} + +\begin{abstract} +\end{abstract} + +\maketitle + +\end{document} + +%----------------------------------------------------------------------- +% End of amsart.template +%----------------------------------------------------------------------- -- cgit v1.2.3