#Bot stopped auto-recognizing latex

1 messages · Page 1 of 1 (latest)

graceful vale
#

In a server we have run ,config latex enable and the auto-latex was working, but it has suddenly stopped working for the same messages that used to work. Using ,tex still works, but we want the auto-latex functionality. I tried running ,config latex enable again but it has not changed.

grizzled tiger
#

Have you tested $test$?

#

From my understanding there must be no spaces between your dollar signs and the thing that goes inside

#

This condition is ignored if you explicitly invoke tex command

#

$ \frac1a = b $

#

^

#

Compare this to:

#

$\frac1a = b$

graceful harborBOT
graceful vale
#

ohh i see - i think I got confused by seeing this:

  • valid message
  • invalid message
  • texit response to valid message
#

$test$ works, thanks!

graceful harborBOT
#

advaith