diff options
author | Karl Berry <karl@freefriends.org> | 2006-08-27 18:25:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-08-27 18:25:23 +0000 |
commit | 505a11a94e5dc6b9010250a0cae90880e6e23182 (patch) | |
tree | 86faf03bb38b3e09dcb5b3d438b36df8e1e11929 /Master/texmf-dist/doc/latex/amscls/amsproc.template | |
parent | 167411792c3173bffe5cc7ff0412c92e7a3a83af (diff) |
amslatex package amscls update from latex-tds (27aug06)
git-svn-id: svn://tug.org/texlive/trunk@2048 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/amscls/amsproc.template')
-rw-r--r-- | Master/texmf-dist/doc/latex/amscls/amsproc.template | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/amscls/amsproc.template b/Master/texmf-dist/doc/latex/amscls/amsproc.template new file mode 100644 index 00000000000..2409fc62991 --- /dev/null +++ b/Master/texmf-dist/doc/latex/amscls/amsproc.template @@ -0,0 +1,61 @@ +%----------------------------------------------------------------------- +% Beginning of amsproc.template +%----------------------------------------------------------------------- +% +% AMS-LaTeX v.2 template for use with amsproc +% +% Remove any commented or uncommented macros you do not use. + +\documentclass{amsproc} + +\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 amsproc.template +%----------------------------------------------------------------------- |