|
|
|
Viewing Preamble for
diamond lemma |
|
[
back to 'diamond lemma'
]
|
% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
\usepackage{amsthm}
\newtheorem{thm}{Theorem}
\newtheorem{lem}{Lemma}
\newtheorem{alg}{Algorithm}
\theoremstyle{definition}
\newtheorem{definition}{Definition}
% making logically defined graphics
\usepackage[all]{xy}
% there are many more packages, add them here as you need them
% define commands here
\providecommand{\cprime}{\ensuremath{{}^\prime}}
\providecommand*{\Dash}{%
\hspace*{0.166667em}\textemdash\hspace{0.166667em}%
}
\providecommand*{\Ldash}{%
\hspace{0.166667em}\textemdash\hspace*{0.166667em}%
}
\newcommand*{\setOf}[2]{%
\left\{ \, #1 \,\,\vrule\,\, #2 \, \right\}%
} |
|
|
|
|