From a8d9b8e1e4f5c79b50cc57121dc974fc222e47a8 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 19 Jan 2017 09:54:01 -0500 Subject: [PATCH] Add \directsumthree to mjo-common. --- mjo-common.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mjo-common.tex b/mjo-common.tex index 5c0162a..fe4ee52 100644 --- a/mjo-common.tex +++ b/mjo-common.tex @@ -38,6 +38,9 @@ % The direct sum of two things. \providecommand*{\directsum}[2]{ {#1}\oplus{#2} } +% The direct sum of three things. +\providecommand*{\directsumthree}[3]{ \directsum{#1}{\directsum{#2}{#3}} } + % The factorial operator. \providecommand*{\factorial}[1]{ {#1}! } -- 2.43.2