Hi all. 

I noted every command LaTeX output is prefaced by the definition of a \Bold 
newcommand even if the \Bold command is not really used in the output.
For example, if I type "1" and press return I get

\newcommand{\Bold}[1]{\mathbf{#1}}1

Is this intended?

Among other things, the presence of the newcommand definition prevent me 
from using KaTeX as LaTeX renderer because it complains \Bold command 
already exists and \renewcommand should be used to redefine it.

I use SageMath 9.4 binary for Ubuntu 20.04 64 bit with jupyterlab 3.2.4 as 
frontend.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/e41400cd-db4f-4294-aae5-eecc7b49d05an%40googlegroups.com.

Reply via email to