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

If I type

\del{#}::LaTeXForm("\partial");

I get the error - "Generic typesetting error; LaTeX failed. Please report a bug."

in Bug reports by (560 points)

1 Answer

+1 vote

Use a period '.' to end that line, so

\del{#}::LaTeXForm("\partial").

(I really should fix this; it essentially cannot know how to print \del until it has processed this line, but things get executed in opposite order).

by (76.4k points)

Now fixed on github.

...