]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Add \triple for a three-tuple of things, (a,b,c).
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 20 Sep 2016 21:42:23 +0000 (17:42 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 20 Sep 2016 21:42:23 +0000 (17:42 -0400)
mjo-common.tex

index 0a9a5d206941c55346153e22bc0b41a8c7cc4510..efa10a26045d9f199bd3bdb1f8c9f5ec97c1cb19 100644 (file)
@@ -23,6 +23,9 @@
 % A pair of things.
 \providecommand*{\pair}[2]{ \left({#1},{#2}\right) }
 
+% A triple of things.
+\providecommand*{\triple}[3]{ \left({#1},{#2},{#3}\right) }
+
 % The Cartesian product of two things.
 \providecommand*{\cartprod}[2]{ {#1}\times{#2} }