-
Notifications
You must be signed in to change notification settings - Fork 1k
Correct information about implicit precedence. #31
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
Conversation
Correct information about implicit precedence.
Great Daniel, thanks a lot. |
Sorry, merged this before you got to it. Had to feel like I'm contributing somehow :) Also, Daniel, we may want to add links to the Spec where it discusses name/binding resolution and duplicates the lookup order. |
Haha, no problem :) |
Either way, just linked to the PDF. |
We can just link to the section number and the PDF. Hopefully we can On Tue, Jan 10, 2012 at 9:15 AM, Heather Miller
|
Yep- I've intended to do this for a while. |
On Tue, Jan 10, 2012 at 12:15, Heather Miller
You did see that someone came up with a mostly automated way to IIRC, most of the job was done by Calibre. Daniel C. Sobral I travel to the future all the time. |
Hmm... In 3 months I may have time to take on tasks like this again. |
I saw the plain text version- even somehow converting that to HTML automatically doesn't necessarily mean that the result would be user-friendly. When it came time to convert several existing documents from latex to markdown, I spent a good deal of time playing with automated tools which would do the job 60-70% to satisfaction, but ended up converting many things by hand because I had to do less work than correcting issues with the tool. A lot of the headaches have to do with latex macros. Regardless, I think what we're interested in is one source that can generate both HTML and PDF from. So far, I managed to find a way to do that from markdown or rst, the only thing left to do is convert the latex spec into markdown and I've got to tweak the formatting of the outputted PDF. |
On Tue, Jan 10, 2012 at 12:51, Heather Miller
You may have missed then that the plain text version was being Daniel C. Sobral I travel to the future all the time. |
No description provided.