kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
223 stars 37 forks source link

FilledTableau example fails #78

Closed yurivict closed 2 years ago

yurivict commented 6 years ago

https://cadabra.science/manual/FilledTableau.html

\ftab{#}::FilledTableau.
ex:=\ftab{a,b,c}{d,e}{f};

Fails:

Undefined control sequence:

}\ftab

Note that all symbols which you use in cadabra have to be valid LaTeX expressions. If they are not, you can still use the LaTeXForm property to make them print correctly; see the manual for more information. See tmp.0.s9JiKj.tex to debug this.
kpeeters commented 6 years ago

As a temporary workaround, use \ftableau instead of \ftab. The web page also doesn't show this correctly yet but that needs some css tricks.

kpeeters commented 2 years ago

I think this was fixed; at least it shows up correctly in the notebook interface now. Please re-open if it is still an issue for you.