diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/math-into-latex-4/gg2.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/math-into-latex-4/gg2.tex | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/math-into-latex-4/gg2.tex b/Master/texmf-dist/doc/latex/math-into-latex-4/gg2.tex new file mode 100644 index 00000000000..a756f43dc71 --- /dev/null +++ b/Master/texmf-dist/doc/latex/math-into-latex-4/gg2.tex @@ -0,0 +1,38 @@ +% GG's article template with coauthor: gg2.tex + +\documentclass{amsart} +\usepackage{amssymb,latexsym} +\usepackage{graphicx} +\newtheorem{theorem}{Theorem} +\newtheorem{lemma}{Lemma} +\newtheorem{definition}{Definition} +\newtheorem{notation}{Notation} + +\begin{document} +\title{Title!} +\author{George Gr\"{a}tzer} +\address{Department of Mathematics\\ + University of Manitoba\\ + Winnipeg, MB R3T 2N2\\ + Canada} +\author{Second author} +\address{line1\\ + line2\\ + line3\\ + line4} + +\date{\today} + +\begin{abstract} +To come! +\end{abstract} + +\maketitle + +\section{Introduction}\label{S:intro} + +\begin{thebibliography}{9} + +\end{thebibliography} +\end{document} + |