diff --git a/.gitignore b/.gitignore index 8f532b1d1..4ef63338a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ .DS_Store compiled/ /doc/ -/asymptote-images/ \ No newline at end of file +# /asymptote-images/ needed to build on http://pkg-build.racket-lang.org/ \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 667cadc64..76ef9503c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,8 +42,8 @@ branches: addons: apt: packages: - - asymptote - - texlive-binaries + #- asymptote + #- texlive-binaries before_install: - git clone https://github.com/greghendershott/travis-racket.git ~/travis-racket diff --git a/README.md b/README.md index 165b802e0..eee1e41f1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Build Status,](https://img.shields.io/travis/jsmaniac/scribble-math/master.svg)](https://travis-ci.org/jsmaniac/scribble-math) [![Coverage Status,](https://img.shields.io/coveralls/jsmaniac/scribble-math/master.svg)](https://coveralls.io/github/jsmaniac/scribble-math) [![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/scribble-math) -[![Online Documentation.](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/scribble-math/) +[![Online Documentation.](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/scribble-math@scribble-math/) scribble-math ============= @@ -19,7 +19,7 @@ To install this package, use `raco`: Documentation ============= -See the [online documentation](http://docs.racket-lang.org/scribble-math/) +See the [online documentation](http://docs.racket-lang.org/scribble-math@scribble-math/) for more information about the math syntax and the functionality of this library. diff --git a/asymptote-images/e56b09d1a37d8830bd93ce152f045f46.asy b/asymptote-images/e56b09d1a37d8830bd93ce152f045f46.asy new file mode 100644 index 000000000..6cf4b52c4 --- /dev/null +++ b/asymptote-images/e56b09d1a37d8830bd93ce152f045f46.asy @@ -0,0 +1,36 @@ +import drawtree; + + +size(4cm, 0); + + +TreeNode root = makeNode("let"); + + +TreeNode bindings = makeNode(root, "bindings"); + + +TreeNode binding = makeNode(bindings, "binding"); + + +TreeNode bid = makeNode(binding, "id"); + + +TreeNode bexpr = makeNode(binding, "expr"); + + +TreeNode bindingddd = makeNode(bindings, "\vphantom{bg}\dots"); + + +TreeNode body = makeNode(root, "body"); + + +TreeNode bodyddd = makeNode(root, "\vphantom{bg}\dots"); + + + + +draw(root, (0,0)); + + +shipout(scale(2)*currentpicture.fit()); diff --git a/asymptote-images/e56b09d1a37d8830bd93ce152f045f46.pdf b/asymptote-images/e56b09d1a37d8830bd93ce152f045f46.pdf new file mode 100644 index 000000000..563153e5f Binary files /dev/null and b/asymptote-images/e56b09d1a37d8830bd93ce152f045f46.pdf differ diff --git a/asymptote-images/e56b09d1a37d8830bd93ce152f045f46.png b/asymptote-images/e56b09d1a37d8830bd93ce152f045f46.png new file mode 100644 index 000000000..b49526b05 Binary files /dev/null and b/asymptote-images/e56b09d1a37d8830bd93ce152f045f46.png differ diff --git a/asymptote-images/e56b09d1a37d8830bd93ce152f045f46.svg b/asymptote-images/e56b09d1a37d8830bd93ce152f045f46.svg new file mode 100644 index 000000000..da7e2f1b1 --- /dev/null +++ b/asymptote-images/e56b09d1a37d8830bd93ce152f045f46.svg @@ -0,0 +1,93 @@ + +image/svg+xmlletbindingsbindingidexpr...body... + \ No newline at end of file