-
Notifications
You must be signed in to change notification settings - Fork 14
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
add Thomas Judson's AATA and upcoming ODE books #1
Comments
ping |
See how far you can get with a command-line like the following (suitably adjusted)
Varying the "chunking level" will make bigger or smaller files, so less or more likely to be valid JSON. I've not touched this converter for a while, and it is very brittle, so post with success or failure, and questions. Locate image files in an "images" subdirectory. There is a |
Ok, I spent a while trying to figure out what's going on with the AATA book. I was able to compile it to jupyter notebooks "manually" and copied over the files into our repository for the cocalc library. Attached is a screenshot. Besides that, it's not "pretty". The included css formatting doesn't work on cocalc (it has its own jupyter notebook format), the html tags do not specify spacings and hence text runs together, and there are parsing errors with dollar signs (which are erroneously interpreted as being formulas. Hence I see this as a proof of concept and at some point we might want to improve this in all these aspects. |
Thanks, Harald. The makefile isn't really a traditional makefile, and there is a small file there that can be used to override the default hard-coded paths. I'm glad you made some progress manually anyway. Sorry the Jupyter conversion is not more mature yet.
|
If so it is a bug. We revamped math rendering recently, and probably did introduce a bug. What is a minimal example? |
I'll look closer tomorrow. Super-productive coding today, but now knackered. ;-) |
Yes exactly, I figured out to create my own
I'll create issues for CoCalc. The main problem seems to be that CoCalc's parser for the markdown/html code doesn't understand any html. It treats all strings equally. So, that aspect is fine from the perspective of the AATA book. However, what's a bit more problematic are these html tags without spacing. e.g. in the end there is I understand that the output is a one line string with XML encoding, but it should be possible to discard trimming in order to end up with Screenshot: |
I added AATA from the Library to one of my (internet-enabled) projects.
|
They are only available in source files, with maybe hardcoded paths (or no setup at all).
The goal here is to write a small script to render sagews and ipynb files and add them here to this repository. Maybe I'll need @rbeezer's help :-)
The text was updated successfully, but these errors were encountered: