15 lines
430 B
Racket
15 lines
430 B
Racket
#lang scribble/doc
|
|
|
|
@(require scribble/manual
|
|
(for-label scheme))
|
|
|
|
@title[#:style '(toc) #:tag "htdc"]{HtDC Teachpacks}
|
|
|
|
@local-table-of-contents[]
|
|
|
|
@include-section["geometry.scrbl"] @;"A Geometry Library (HtDC)"
|
|
@include-section["colors.scrbl"] @;"A Colors Library (HtDC)"
|
|
|
|
@include-section["draw.scrbl"] @;"A Functional Drawing Library (HtDC)"
|
|
@include-section["idraw.scrbl"] @;"An Imperative Drawing Library (HtDC)"
|