X-Git-Url: https://www.flypig.org.uk/git/?p=binaryfield.git;a=blobdiff_plain;f=style.tex;h=0a4474370988704d8ea1eef47cf93f9e5cfaf2eb;hp=22e32f8a8c5baf4675b68738df4324fce48da0fb;hb=HEAD;hpb=b6d50e57ca7952e8b6975596b37fbe4f7a17e739 diff --git a/style.tex b/style.tex index 22e32f8..0a44743 100644 --- a/style.tex +++ b/style.tex @@ -1,7 +1,7 @@ % Initialise AMS maths package \usepackage{amsmath} \interdisplaylinepenalty=2500 -%\usepackage{amsthm} +\usepackage{amsthm} \usepackage{amssymb} \usepackage{array} %\usepackage{subfig} @@ -21,4 +21,15 @@ \def\R{\mathord{{\mathbb R}}} % Reals \newcommand{\ceil}[1]{\left\lceil #1 \right\rceil} \newcommand{\floor}[1]{\left\lfloor #1 \right\rfloor} -\def\ave{\mathop{\rm ave}\nolimits} % memory set \ No newline at end of file +\def\ave{\mathop{\rm ave}\nolimits} % memory set +\def\GF{\mathop{\bf GF}\nolimits} % Galois Field +\def\iff{\Longleftrightarrow} + +\newtheorem{theorem}{Theorem}[section] +\newtheorem{lemma}{Lemma}[theorem] +\newtheorem{proposition}{Proposition}[theorem] +\newtheorem{corollary}{Corollary}[theorem] + +\newenvironment{definition}[1][Definition]{\begin{trivlist} +\item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}} +