First post!
I am looking to figure out how to align multiple bars over variables in KaTeX.
Currently, they are offset:
This is the partial code where I am trying to implement the double bar:
\$$\bar{\bar{X}}\$$
First post!
I am looking to figure out how to align multiple bars over variables in KaTeX.
Currently, they are offset:
This is the partial code where I am trying to implement the double bar:
\$$\bar{\bar{X}}\$$
This looks like a bug in KaTeX. I've reported it.
Meanwhile, a workaround is to use $$\overline{\overline{X}}$$
which renders consistently at least: