From ae39167eb1785839998e3d967ef6279691b691db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 1 Apr 2016 00:48:36 +0200 Subject: [PATCH] Copied over README.md to the documentation. --- lang-slide/scribblings/lang-slide.scrbl | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/lang-slide/scribblings/lang-slide.scrbl b/lang-slide/scribblings/lang-slide.scrbl index 89f6b35..3d71ce7 100644 --- a/lang-slide/scribblings/lang-slide.scrbl +++ b/lang-slide/scribblings/lang-slide.scrbl @@ -6,6 +6,7 @@ ] @title{A picture showing all the languages used to implement Racket.} +@author{Sam Tobin-Hochstadt (Originally by Robby Findler)} Source code: @url{https://github.com/samth/lang-slide} @@ -16,3 +17,29 @@ Here is a bird's eye view of the modules implementing racket: And here is the languages they use: @(langs-pict #t) + +@section{Pictures} + +@tt{main.rkt} provides several @racketmodname[pict]s, +with some options. + +@section{Slides} + +To show a slide that demos the pict, run +@tt{main.rkt} on the command-lide, or use + +@racketblock[ + @#,hash-lang[] @#,racketmodname[racket] + (require (submod lang-slide/main main))] + +@tt{hudak-quote.rkt} has a slideshow slide that uses +the picture along with a quote from Paul Hudak. + +@section{PNG} + +@tt{mk-img.rkt} generates a PNG of the image. + +@section{Regenerating the data} + +@tt{find.rkt} regenerates @tt{lang.plain} and +@tt{lang-colors.rktd} automatically when run.