From: Ian Jackson Date: Mon, 28 May 2012 00:11:42 +0000 (+0100) Subject: new macro \statement (for \[\eqn{...}{...}\] - many possible call sites) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topbloke-formulae.git;a=commitdiff_plain;h=5c02a85042852a79c36cd67c1c0b6778ffd5eff1 new macro \statement (for \[\eqn{...}{...}\] - many possible call sites) --- diff --git a/article.tex b/article.tex index 475477f..92092d2 100644 --- a/article.tex +++ b/article.tex @@ -151,6 +151,8 @@ \newcommand{\proofstarts}{{\it Proof:}} \newcommand{\proof}[1]{\proofstarts #1 $\qed$} +\newcommand{\statement}[2]{\[\eqn{ #1 }{ #2 }\]} + \newcommand{\gathbegin}{\begin{gather} \tag*{}} \newcommand{\gathnext}{\\ \tag*{}}