obsidian-tikzjax
obsidian-tikzjax copied to clipboard
Is it possible to support Young tableau?
\usepackage{tikz}
\usepackage{amsmath,amssymb}
\usepackage{ytableau}
\begin{document}
\begin{ytableau}
\none[2] & & & \none \\
\none[1] & & & \\
\none & \none[1] & \none[2] & \none[3]
\end{ytableau}
\end{document}
It seems that this does not work.
would like that too!