From 3db855fab1a2a98c60cdda880ac6c148ad23bb86 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Thu, 24 Apr 2008 01:29:16 +0000 Subject: [PATCH] svn: r9445 --- collects/teachpack/htdc/Docs/htdc.scrbl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 collects/teachpack/htdc/Docs/htdc.scrbl diff --git a/collects/teachpack/htdc/Docs/htdc.scrbl b/collects/teachpack/htdc/Docs/htdc.scrbl new file mode 100644 index 0000000000..a542ca6fcf --- /dev/null +++ b/collects/teachpack/htdc/Docs/htdc.scrbl @@ -0,0 +1,13 @@ +#lang scribble/doc + +@(require scribble/manual + (for-label scheme)) + +@title[#:style '(toc) #:tag "htdc"]{HtDC Teachpacks} + +@local-table-of-contents[] + +@;include-section["draw.scrbl"] @;"A Functional Drawing Library (HtDC)" +@;include-section["idraw.scrbl"] @;"An Imperative Drawing Library (HtDC)" +@;include-section["geometry.scrbl"] @;"A Geometry Library (HtDC)" +@;include-section["colors.scrbl"] @;"A Colors Library (HtDC)"