-
Notifications
You must be signed in to change notification settings - Fork 63
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
Broken example in docs/index.jl #91
Comments
This error message about using Compose
function main(window)
txt = tex("T = 2\\pi\\sqrt{L\\over g}")
fillcolor("#eeb", fontcolor("#499", pad(5mm, txt)))
end |
I can't reproduce the error on Escher master (after removing using Compose). Also I'm not sure why |
Have you tried it with the tagged version of Escher/Compose? On Sat, Sep 19, 2015 at 9:38 PM, Rohit Varkey Thankachan <
|
Just did. Works fine. |
I removed the I run My code: function main(window)
txt = tex("T = 2\\pi\\sqrt{L\\over g}")
fillcolor("#eeb", fontcolor("#499", pad(5mm, txt)))
end The error in the terminal:
My package versions:
|
@astrieanna the last bug is because of shashi/Patchwork.jl#9, now fixed in Patchwork - I'm tagging a release of Patchwork and Escher right now. Sorry for all the trouble. A better way to resolve the pad issue is to use |
JuliaPackaging/Requires.jl#11 breaks a ton of stuff right now. |
Tagged! |
I'm trying to go through the tutorial on escher-jl.org, but I keep running into examples that won't run. I'm currently having trouble with Pattern 2, Example 1. At first, it wouldn't work because it couldn't find
pad
, which is inCompose
(which is not imported in the text of the example). Even with the addedusing
, it still presents an error message -- one that I'm not sure how to resolve.Code with added
using
:Error message (from the terminal; webpage is blank):
The text was updated successfully, but these errors were encountered: