From: Michael Orlitzky Date: Sat, 30 Apr 2016 12:57:54 +0000 (-0400) Subject: Add \sqty for square-brackets-quantity to mjo-common. X-Git-Tag: posZ-submitted-laa~41 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=11d72c97a8c945faac9f355379678a5b8212ca0a Add \sqty for square-brackets-quantity to mjo-common. --- diff --git a/mjo-common.tex b/mjo-common.tex index 8299916..c2f9dd7 100644 --- a/mjo-common.tex +++ b/mjo-common.tex @@ -8,6 +8,9 @@ % Group terms using parentheses. \providecommand*{\qty}[1]{ \left( {#1} \right) } +% Group terms using square brackets. +\providecommand*{\sqty}[1]{ \left[ {#1} \right] } + % Create a set from the given elements \providecommand*{\set}[1]{ \left\lbrace {#1} \right\rbrace }