summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/amslatex-primer/template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/amslatex-primer/template.tex')
-rw-r--r--Master/texmf-dist/doc/latex/amslatex-primer/template.tex156
1 files changed, 109 insertions, 47 deletions
diff --git a/Master/texmf-dist/doc/latex/amslatex-primer/template.tex b/Master/texmf-dist/doc/latex/amslatex-primer/template.tex
index f536a095bb5..6762ee902f6 100644
--- a/Master/texmf-dist/doc/latex/amslatex-primer/template.tex
+++ b/Master/texmf-dist/doc/latex/amslatex-primer/template.tex
@@ -1,24 +1,39 @@
%%% template.tex
%%% This is a template for making up an AMS-LaTeX file
-%%% Version of August 10, 2000
+%%% Version of May 14, 2009
%%%---------------------------------------------------------
-%%% The following commands choose 12 point type (instead
-%%% of the default 10 point), allow us to use the
-%%% commutative diagram macros, and define the standard
-%%% names for all of the special symbols in the AMSfonts
-%%% package:
-\documentclass[12pt]{amsart}
-\usepackage{amscd}
+%%% The following command chooses the default 10 point type.
+%%% To choose 12 point, change it to
+%%% \documentclass[12pt]{amsart}
+\documentclass{amsart}
+
+%%% The following command loads the amsrefs package, which will be
+%%% used to create the bibliography:
+\usepackage[lite]{amsrefs}
+
+%%% The following command defines the standard names for all of the
+%%% special symbols in the AMSfonts package, listed in
+%%% http://www.ctan.org/tex-archive/info/symbols/math/symbols.pdf
\usepackage{amssymb}
+%%% The following commands allow you to use \Xy-pic to draw
+%%% commutative diagrams. (You can omit the second line if you want
+%%% the default style of the nodes to be \textstyle.)
+\usepackage[all,cmtip]{xy}
+\let\objectstyle=\displaystyle
+%%% If you'll be importing any graphics, uncomment the following
+%%% line. (Note: The spelling is correct; the package graphicx.sty is
+%%% the updated version of the older graphics.sty.)
+% \usepackage{graphicx}
%%% This part of the file (after the \documentclass command,
%%% but before the \begin{document}) is called the ``preamble''.
-%%% This is a good place to put our macro definitions.
+%%% This is where we put our macro definitions.
+%%% Comment out (or delete) any of these that you don't want to use.
\newcommand{\tensor}{\otimes}
\newcommand{\homotopic}{\simeq}
\newcommand{\homeq}{\cong}
@@ -27,8 +42,6 @@
\DeclareMathOperator{\ho}{Ho}
\DeclareMathOperator*{\colim}{colim}
-
-
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\Z}{\mathbb{Z}}
@@ -36,8 +49,6 @@
\newcommand{\M}{\mathcal{M}}
\newcommand{\W}{\mathcal{W}}
-
-
\newcommand{\itilde}{\tilde{\imath}}
\newcommand{\jtilde}{\tilde{\jmath}}
\newcommand{\ihat}{\hat{\imath}}
@@ -128,7 +139,6 @@
\newtheorem{lem}[equation]{Lemma}
\newtheorem{prop}[equation]{Proposition}
-
\theoremstyle{definition}
\newtheorem{defn}[equation]{Definition}
@@ -138,7 +148,6 @@
\newtheorem{notation}[equation]{Notation}
\newtheorem{terminology}[equation]{Terminology}
-
%%%-------------------------------------------------------------------
%%%-------------------------------------------------------------------
%%%-------------------------------------------------------------------
@@ -153,40 +162,76 @@
%%% \title{Text of the title}
%%% or
%%% \title[Short form for the running head]{Text of the title}
-\title
-
-
+\title{}
+%%% If there are multiple authors, they're described one at a time:
+%%% First author: \author{} \address{} \curraddr{} \email{} \thanks{}
+%%% Second author: \author{} \address{} \curraddr{} \email{} \thanks{}
+%%% Third author: \author{} \address{} \curraddr{} \email{} \thanks{}
\author{}
-
-
%%% In the address, show linebreaks with double backslashes:
\address{}
+%%% Current address is optional.
+% \curraddr{}
+%%% Email address is optional.
+% \email{}
-%%% Email address is optional.
-\email{}
+%%% If there's a second author:
+% \author{}
+% \address{}
+% \curraddr{}
+% \email{}
+
%%% To have the current date inserted, use \date{\today}:
\date{}
+%%% To include an abstract, uncomment the following two lines and type
+%%% the abstract in between them:
+% \begin{abstract}
+% \end{abstract}
+
\maketitle
-%%% To include a table of contents, uncomment the next line:
+%%% To include a table of contents, uncomment the following line:
% \tableofcontents
+
+
%%%-------------------------------------------------------------------
%%%-------------------------------------------------------------------
%%% Start the body of the paper here! E.G., maybe use:
%%% \section{Introduction}
%%% \label{sec:intro}
+%%% For a numbered display, use
+%%% \begin{equation}
+%%% \label{something}
+%%% The display goes here
+%%% \end{equation}
+%%% and you can refer to it as \eqref{something}.
+%%% For an unnumbered display, use
+%%% \begin{equation*}
+%%% The display goes here
+%%% \end{equation*}
+%%% To import a graphics file, you must have said
+%%% \usepackage{graphicx}
+%%% in the preamble (i.e., before the \begin{document}).
+%%% Putting it into a figure environment enables it to float to the
+%%% next page if there isn't enough room for it on the current page.
+%%% The \label command must come after the \caption command.
+% \begin{figure}[h]
+% \includegraphics{filename}
+% \caption{Some caption}
+% \label{somelabel}
+% \end{figure}
@@ -201,34 +246,51 @@
-%%%-------------------------------------------------------------------
-%%%-------------------------------------------------------------------
-%%% The number "10" that appears in the next command is a TOTALLY
-%%% RANDOM NUMBER which is chosen so that if it was printed, it would
-%%% be at least as wide as any number of an item in the bibliography:
-
-\begin{thebibliography}{10}
-
+%%% -------------------------------------------------------------------
+%%% -------------------------------------------------------------------
+%%% This is where we create the bibliography.
+\begin{bibdiv}
+ \begin{biblist}
%%% The format of bibliography items is as in the following examples:
%%%
-%%% \bibitem{yellowmonster}
-%%% A. K. Bousfield and D. M. Kan, \emph{Homotopy Limits, Completions
-%%% and Localizations,} Lecture Notes in Mathematics number 304,
-%%% Springer-Verlag, New York, 1972.
-%%%
-%%% \bibitem{HA}
-%%% D. G. Quillen, \emph{Homotopical Algebra,} Lecture Notes in
-%%% Mathematics number 43, Springer-Verlag, Berlin, 1967.
-
-
-
-
-
-
-
+%%% \bib{yellowmonster}{book}{
+%%% author={Bousfield, A.K.},
+%%% author={Kan, D.M.},
+%%% title={Homotopy Limits, Completions and Localizations},
+%%% date={1972},
+%%% series={Lecture Notes in Mathematics},
+%%% volume={304},
+%%% publisher={Springer-Verlag},
+%%% address={Berlin-New York}
+%%% }
+
+%%% \bib{HA}{book}{
+%%% author={Quillen, Daniel G.},
+%%% title={Homotopical Algebra},
+%%% series={Lecture Notes in Mathematics},
+%%% volume={43},
+%%% publisher={Springer-Verlag},
+%%% address={Berlin-New York},
+%%% date={1967}
+%%% }
+
+%%% \bib{serre:shfs}{article}{
+%%% author={Serre, Jean-Pierre},
+%%% title={Homologie Singuli\`ere des Espaces Fibr\'es. Applications},
+%%% journal={Ann. of Math. (2)},
+%%% date={1951},
+%%% volume={54},
+%%% pages={425--505}
+%%% }
+
+
+
+
+
+ \end{biblist}
+\end{bibdiv}
-\end{thebibliography}
\end{document}