0

First post!

I am looking to figure out how to align multiple bars over variables in KaTeX.

Currently, they are offset:

double bars are offset

This is the partial code where I am trying to implement the double bar:

 \$$\bar{\bar{X}}\$$
Jorge
  • 2,181
  • 1
  • 19
  • 30

1 Answers1

0

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:

KaTeX screenshot

edemaine
  • 2,699
  • 11
  • 20