Erik Demaine

Results 343 comments of Erik Demaine

What is `\root`? Perhaps you mean `\surd` or `\sqrt` which already works? See https://tex.stackexchange.com/questions/167892/square-root-radical-sign Edit: Sorry, it's been too long since I've read the TeXBook. You mean [TeX's version of...

Yes, `\root nnn \of {x}` should produce the same visual result as `\sqrt[nnn]{x}`. But the implementation will vary slightly, because of the way the arguments need to be parsed: `\root`...

I'd suggest that a good starting point would be to do an example, like the one above, and see how you could tweak the CSS to get it to render...

@aterenin Sounds great! Let's leave the inline case to #327 then. One thing: given that KaTeX doesn't support `\begin{align} ... \end{align}` -- I generally recommend replacing it with `$$\begin{aligned} ......

@janosh Inline math (`$...$`) now has automatic line breaks in KaTeX like LaTeX does it. @aterenin, any updates on autobreak in display math (`$$...$$`)?

Just coming to this package for the first time, and ran into this issue. I assume it remains unresolved? A few notes from the [EXIF 2.2 spec](http://www.exif.org/Exif2-2.PDF): * `DateTime`s have...

@Inve1951 Neat point about changing the output of `do (...) =>`. And if the block doesn't use `this`, it could also work for `do (...) ->`. While there may not...

@zhangpeng96's approach of converting `\ref` into a link with text equal to the label, instead of a number, is a neat way to go, as this can all be done...

Is someone on this thread willing to put together a PR to add a `.d.ts` file to this repository? It would be greatly appreciated!

> Also I'm open to get one or two more PRs into this release. Which ones would you like? #363 might be worth looking at, though I don't personally need...