Questions tagged [katex]

KaTeX is a Javascript-based math rendering library for the web. It allows LaTeX commands as input which are then rendered similar to the way LaTeX itself does it. Note that questions dealing with installation of KaTeX, how it works, or rendering problems are widely considered to be off topic and are at risk of being closed. These questions can be asked on Stack Overflow (https://stackoverflow.com) instead.

12 questions
1
vote
1 answer

How do I negate fractions and whole equations

If I'm trying to negate \frac{1}{4} or just whole equations how do I do that? I've tried searching through questions and there are just awnsers on how you do it with symbols like: \neq, \not (etc).
0
votes
1 answer

Central superscripts and subscripts with any letter or symbol

I'm trying to write the following in Notion (using KaTeX library): The closest thing I've got is with this code: L_{DNI} = \left( \text{U}_{i=1}^{8} \right) L_A I would like to do the same with others letters like A,B or the intersection…
Yerasito
  • 3
  • 2
0
votes
2 answers

What happened to my underset?

\hat{y} = \hat{f}(x) = \overset{C}{argmax}\underset{c=1}\> p(y = c|x, D) produces this: How can I use \underset to get c=1 under argmax?
Ben
  • 3
0
votes
0 answers

Double perpendicular symbol in *KaTex* for notion

This is for notion KaTex backend for math formulas. I'm aware of the question double perpendicular symbol (for independence) or others solutions for latex. But as notion does not support explicit library import nor defining function. Seems like it…
zsbeta
  • 1