My understanding is that in order for TW to parse an expression with katex,
the expression needs to be inside $$ (or <$latex> widget). Otherwise the
expression is treated as a wikitext/html. That might explain why
\begin{align} does not work - it's not inside $$ so TW does not know to
parse this as a LaTeX command.
If you want align environment, you can use
$$
\begin{aligned}
a&=b+c \\
d+e&=f
\end{aligned}
$$
On Tuesday, July 20, 2021 at 9:58:58 PM UTC+7 Atronoush wrote:
> Testing in Tiddlywiki 5.1.23
>
> https://tiddlywiki.com/plugins/tiddlywiki/katex/
>
> Some example of KaTex:Supported Functions ยท KaTeX
> <https://katex.org/docs/supported.html>
>
> like
>
> \begin{align}
> a&=b+c \\
> d+e&=f
> \end{align}
>
>
> return errors! Is there any setting I missed or Tiddlywiki does not
> support these features?
>
> Mor example which do not work:
>
> $$
> \begin{equation}
> \begin{split} a &=b+c\\
> &=e+f
> \end{split}
> \end{equation}
> $$
>
>
>
>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/c2b3d259-1a7d-42a6-b029-8f84d470ffd1n%40googlegroups.com.