Welcome to Cadabra Q&A, where you can ask questions and receive answers from other members of the community.
+1 vote

After updating to the latest v2.3.2, some trouble arises. Here are some error messages

picture

in Installation trouble by (1.5k points)

1 Answer

+1 vote

What happens with cadabra2 (the command-line client)? On which system is this, and I assume you installed from source?

by (76.7k points)

The package etoolbox has been installed, but Cadabra couldn't seem to find it. It's so strange, after all, in the previous version, everything is perfect,

If you do

cd /tmp
pdflatex fileadLFBc.tex

from the terminal, does that complain about the same etoolbox?

(that filename was taken from the error message above).

The error massage is

! LaTeX Error: File `ytableau.sty' not found.

Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)

So you need the ytableau package (that's a new requirement for 2.3.2).

Ok, problem solved, thanks.

...