Michael Brade

Results 67 comments of Michael Brade
trafficstars

Yes, you are right. I have not implemented `\includegraphics` yet, but it is quite high on my TODO list. I want to fix an issue with \put and the whitespace...

Good questions! The first one is my doing.... I don't have Windows, so I didn't care much about it. I guess `rsync` could be replaced by some rollup code. Maybe...

Yeah... but there is no such thing as an rsync package, only `rsync` wrappers, which means you need to have cygwin installed. Maybe I'll just use the rollup plugin... it's...

Wow, what an interesting repo! Thanks for finding it. I will take a look :)

very cool indeed! So I could create `last` to join the family of `mdast`, `hast`, and `nlcst` :-) Gee, lots of work ahead....

Hmm... very true! It looks like LaTeX is accepting pretty much anything but in LaTeX.js, I am using a normal TeX group. I will have to add a new argument...

Hi, sorry for the delay. I guess the reason is "webpack in the browser". I never thought of that use case. Why would you want to compile latex.js again in...

Ok. So is it possible that you give me a working example where I can reproduce this issue?

Thanks! This is unfortunate: empty folders are not included in the npm package. So for now you can solve this with ``` mkdir node_modules/latex.js/dist/packages node_modules/latex.js/dist/documentclasses ``` In the next release...

Sorry, not really... my whole time got caught up in another project 16h/day. I did not have any time to work on this again yet.