diff options
Add transpose command to common
-rw-r--r-- | common/commands.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commands.tex b/common/commands.tex index 6b48f76..a77ef6b 100644 --- a/common/commands.tex +++ b/common/commands.tex @@ -6,5 +6,6 @@ \newcommand{\powerset}[1]{\mathcal{P}(#1)} \newcommand{\skp}[1]{\langle #1 \rangle} \newcommand{\restrictedto}[2]{{\left.\kern-\nulldelimiterspace #1 \vphantom{\big|} \right|_{#2}}} +\newcommand{\transpose}[1]{#1^\mathsf{T}} \newcommand{\spacing}{\vspace{2mm}} |