Template:LaTeX mapping operators: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
ArrowHead294 (talk | contribs)
No edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 8: Line 8:
\def\bimonzo#1{\left[\left[\begin{matrix}#1\end{matrix}\right\rangle\vsp\right\rangle\vsp}
\def\bimonzo#1{\left[\left[\begin{matrix}#1\end{matrix}\right\rangle\vsp\right\rangle\vsp}
\def\trimonzo#1{\left[\left[\left[\begin{matrix}#1\end{matrix}\right\rangle\vsp\right\rangle\vsp\right\rangle\vsp}
\def\trimonzo#1{\left[\left[\left[\begin{matrix}#1\end{matrix}\right\rangle\vsp\right\rangle\vsp\right\rangle\vsp}
\def\vmproduct#1#2{\left\langle\begin{matrix}#1\end{matrix}\,\vert\vert\,\begin{matrix}#2\end{matrix}\right\rangle\vsp}
\def\vmproduct#1#2{\left\langle\begin{matrix}#1\end{matrix}\,\vert\,\begin{matrix}#2\end{matrix}\right\rangle\vsp}
\def\wmproduct#1#2{\left\langle\vsp\left\langle\begin{matrix}#1\end{matrix}\,\vert\vert\,\begin{matrix}#2\end{matrix}\right\rangle\vsp\right\rangle\vsp}
\def\wmproduct#1#2{\left\langle\vsp\left\langle\begin{matrix}#1\end{matrix}\,\vert\vert\,\begin{matrix}#2\end{matrix}\right\rangle\vsp\right\rangle\vsp}
</math></includeonly><noinclude>
</math></includeonly><noinclude>

Revision as of 13:46, 2 August 2024

This template allows LaTeX representations of monzos and vals by defining the operators in advance to avoid the need to manually enter brackets.

Template:Doc