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