artisticat1 / obsidian-tikzjax

Render LaTeX and TikZ diagrams in your notes
MIT License
395 stars 23 forks source link

Is it possible to support Young tableau? #56

Open GuoHaoyang17295 opened 7 months ago

GuoHaoyang17295 commented 7 months ago
 \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.

ADB991 commented 4 months ago

would like that too!