Michael Brade

Results 59 comments of Michael Brade

Hi, 1. KaTeX is only math with a few exceptions. And those are mainly so that you can include a bit of text in a math environment. LaTeX.js does everything...

Hi, good question! This is fun :) I don't use a classic AST yet, although you could say that the DOM tree serves as the AST. The `PEG.js` actions directly...

Hi, sorry for the delay, my time got completely taken up by another project. No, I don't have any updates on the AST, it is a significant change and I...

Yeah, `\newskip` and `\newdimen` are lowlevel TeX. I didn't implement much (if anything) of TeX yet, mostly LaTeX. I do want to add more of TeX's syntax, but first I...

Yeah, it will be possible but not yet :-p It will be one of the most interesting and fun things to implement!

I don't know yet. I don't have much time at the moment. I hope to able to continue during the holidays a little.

Thanks :-) It's a good idea! But I'm still working on the basic stuff... some whitespace issues are left, docs need to be improved, TOC and tables are missing. And...

Hm... I guess this might mean that PowerShell cannot execute the standard shell scripts, because line 1 is ``` #!/usr/bin/env node ``` So the `#` is a problem... I don't...

yeah... that idea would work, but you would have to add the full path to `latex.js` - which is kind of ugly. Can't we install a binary on Windows that...

Dear Asencis Team, absolutely! This is great :-) I wrote a VueJS 3 app just recently. Are you using VueJS 2 or 3? And what kind of features are you...