summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/math-into-latex-4/amsproc.template
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/math-into-latex-4/amsproc.template')
-rw-r--r--Master/texmf-dist/doc/latex/math-into-latex-4/amsproc.template61
1 files changed, 61 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/math-into-latex-4/amsproc.template b/Master/texmf-dist/doc/latex/math-into-latex-4/amsproc.template
new file mode 100644
index 00000000000..2409fc62991
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/math-into-latex-4/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
+%-----------------------------------------------------------------------