-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latex rendering issues in the book #1228
Comments
Hm, there might be a plugin for https://github.com/wikimedia/mathoid. That could be promising. |
Although I'm going to have to package this awful node thing to even try it out, sigh. |
I packaged the awful node thing. Now the problem is that the asciidoctor extension is bad. Arrrrgh. |
I might be able to make the mathoid thing work, and I think it would be good if I got it working, but I think it's at least another day or two's work. |
At the moment the Plutus Book contains some Latex copied from (I think) the EUTXO with scripts paper or maybe the ledger spec.
This has some rendering issues:
asciidoctor-mathematical
, which prerenders images of the latex and includes them. However, this seems to be pretty bad, and mis-renders a lot of symbols. Plus, the upstream seems to be dead.Given that we want good EPUB output, I can see a couple of ways forward:
Given that we don't actually have that much Latex, I'm inclined to go with the latter one.
Thoughts @polinavino @brunjlar ?
The text was updated successfully, but these errors were encountered: