Welcome to the Racket Scribble Cookbook. This is a growing collection of recipes for creating the tastiest presentations with the Racket Scribble library (documentation).
Please also see the Scribble Cheatsheet
If you would like to contribute please create an issue or pull request with your contribution. Please include image, code, and a short description.
- Make a new directory in the top level of this repository.
- Create a demo output of your contribution. The output could be a document (PDF, HTML, Markdown, etc.), an image, a slideshow, or anything else powered by Scribble.
- Write a short README with step-by-step instructions for reproducing the output.
- Include all code or links to supporting code.
- Example: A contribution based on Scribble doesn't need to include copies of the Scribble and Racket source code. (The README should say what Racket version it was tested on.)
- Example: A contribution that uses a library on the Racket package server, or on GitHub, GitLab, etc., doesn't need to include a copy of the library code.
Contributions must be licenced under the same terms as Racket: MIT or Apache 2.
scribble-embedding
.: Tools to embed 3rd party content into Scribble documents e.g. Google Forms (surveys, quizzes, etc.) and YouTube videos. install withraco pkg install --type github https://github.com/shriram/scribble-embedding.git
scribble-slideshow
: Write slideshows using Scribbleabnf
: Attributed BNFs for Scribble- https://pkgd.racket-lang.org/pkgn/search?q=&tags=scribble+
- ...