]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Add \sqty for square-brackets-quantity to mjo-common.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 30 Apr 2016 12:57:54 +0000 (08:57 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 30 Apr 2016 12:57:54 +0000 (08:57 -0400)
mjo-common.tex

index 829991695025e23a763a74e457091585e381c67a..c2f9dd786da6f3a7d4c4e9b30f4af75693117978 100644 (file)
@@ -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 }