]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-linear_algebra.tex
Ship a style file that makes it easy to include "everything."
[mjotex.git] / mjo-linear_algebra.tex
index 0fce684a88ba6f8cac3e2136dca6d77c05ae198c..91cc42dc26850c9959e829da35bddc60408ff89c 100644 (file)
@@ -5,7 +5,7 @@
 \input{mjo-common}
 
 % The inner product between its two arguments.
-\DeclarePairedDelimiterX{\ip}[2]{ \langle }{ \rangle}{ {#1}, {#2} }
+\newcommand*{\ip}[2]{ \langle {#1}, {#2} \rangle }
 
 % The tensor product of its two arguments.
 \newcommand*{\tp}[2]{ {#1} \otimes {#2} }