Kevin Barabash
Kevin Barabash
Having the option to manually start/stop the server could work. I'm guessing the server uses less resources than starting up Storybook. It would be nice to have a config option...
I'm surprised/disappointed that browsers don't keep the punctuation on the same line unless it follows a space.
@edemaine it's hard to shrink `\KaTeX` to fit into a square. Nice work!
One of the goals of KaTeX is to be as LaTeX compliant as possible. Both KaTeX's and MathJax's output is readable. I hesitate to make our fonts thicker just to...
> It's not "just to be like MathJax", it's to be more readable on the web. When I find PDFs or Postscript files of LaTeX documents on the web, I...
@mbourne that division sign is awful. I'm not sure what would compel a rendering engine to change a glyph so radically when rendering it. :(
I assume that this environment will require generating some DOM nodes. This is the main reason why we haven't exposed even a private version of `defineFunction` or `defineEnvironment`. Currently, we'd...
@i3vi3 what font are you using to render these glyphs?
If `\begin{foo}` and `\end{foo}` map to `\foo` and `\endfoo` respectively, how do arguments passed to `\begin{foo}` get transmitted to `\endfoo`? From the description of `\newenvironment` I would expect any args...
@aterenin good catch. I should not have included that suggestion without trying it out first.