From: Michael Orlitzky <michael@orlitzky.com>
Date: Tue, 30 Aug 2016 17:13:06 +0000 (-0400)
Subject: Use \left and \right on brackets in \ip to fix big display equations.
X-Git-Tag: posZ-submitted-laa~15
X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=9585e6612442124b177dd8f46037e30f353369eb;p=mjotex.git

Use \left and \right on brackets in \ip to fix big display equations.
---

diff --git a/mjo-linear_algebra.tex b/mjo-linear_algebra.tex
index a1d8c06..172010c 100644
--- a/mjo-linear_algebra.tex
+++ b/mjo-linear_algebra.tex
@@ -14,7 +14,7 @@
 \newcommand*{\norm}[1]{\left\lVert{#1}\right\rVert}
 
 % The inner product between its two arguments.
-\newcommand*{\ip}[2]{\langle{#1},{#2}\rangle}
+\newcommand*{\ip}[2]{\left\langle{#1},{#2}\right\rangle}
 
 % The tensor product of its two arguments.
 \newcommand*{\tp}[2]{ {#1}\otimes{#2} }