-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
Typo in Section 42 #361
Labels
Comments
thanks for spotting! |
You may be interested in why I was looking at your document.
I am working on a method to allow composing interactive documents with LaTeX. The body of the text is written in LaTeX, exactly as usual, with the figures in JavaScript so that they can be interactive. The figure could then be adjusted to a particular configuration and saved to a tikz specification, which is then included in the LaTeX document for printing to paper. This way, the paper document and the interactive document are as nearly identical as they can be. I have most of the elements in place, but (like every project), the "last 10%" is 90% of the actual work.
This kind of setup might be very well-suited to your Bezier curve document.
Randall
On Sunday, April 3, 2022, 04:03:51 PM EDT, Pomax ***@***.***> wrote:
thanks for spotting!
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
sounds like a fun project! |
...wait, did I never fix this? I'll have to come back to this later today. |
This typo is still present, though it doesn't take away from how nicely worded the rest of the document is. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't redone any of the algebra, but on elementary geometric grounds, the formula for control_1 doesn't seem right. It reads:
and I think it should read
or
In fact, as I read further along, it says that
so it's clear that the earlier expression for control_1 is a typo.
The text was updated successfully, but these errors were encountered: