From 9585e6612442124b177dd8f46037e30f353369eb Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 30 Aug 2016 13:13:06 -0400 Subject: [PATCH] Use \left and \right on brackets in \ip to fix big display equations. --- mjo-linear_algebra.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} } -- 2.43.2