David Slochower
David Slochower
Wonder if it would be useful to say: > We can write superscripts using unicode characters like this² or using HTML like `this2` or using TeX syntax like `this$^{2}$`. What...
I guess the copy-pastability is nice. Doesn't look like the greatest example to me, but I won't stand in the way of leaving it, since it sounds like there are...
That sounds good @dhimmel .
I can look into this a little further later in the week, but here are two quick comments. 1. What happens if you force `pandoc` to write out intermediary LaTeX...
As a quick follow up, I think one issue may be that pandoc compiles in a temporary directory. Thus, if system latex doesn’t know about the package, it might not...
> So I have been able to render pseudocode in the HTML manuscript using [pseudocode.js](http://www.tatetian.io/pseudocode.js/). Oddly, though, it is not rendered in the PDF. I have no personal experience with...
> @vincerubinetti and I were discussing LaTeX packages, and how it would be a really awesome addition to the manubot if it could support LaTeX packages in general, without necessarily...
> My vision of it in an ideal world is this: You enter your standard LaTeX in your markdown, perhaps with a flag for which package the LaTeX needs to...
Mm, I see. So the task is finding a set of JS libraries that covers "commonly used" LaTeX commands and could be included in the Manubot build script?
Have you compared MathJax and KaTeX? I'm not sure what their relative advantages/disadvantages are at this point.