fixed .ss name in title
This commit is contained in:
parent
ef189b8e6e
commit
c13d603c0e
|
@ -37,7 +37,7 @@
|
|||
datatypes are currently linked as technical terms --- which is a hack.
|
||||
Fix the paragraph when we have a better way to link datatype names.}
|
||||
|
||||
This @tt{universe.rkt} teachpack implements and provides the functionality
|
||||
The @tt{universe.rkt} teachpack implements and provides the functionality
|
||||
for creating interactive, graphical programs that consist of plain
|
||||
mathematical functions. We refer to such programs as @deftech{world}
|
||||
programs. In addition, world programs can also become a part of a
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
(define (teachpack tp . name)
|
||||
(apply title #:tag tp
|
||||
`(,@name ": " ,(filepath (format "~a.ss" tp))
|
||||
`(,@name ": " ,(filepath (format "~a.rkt" tp))
|
||||
,(index (format "~a teachpack" tp)))))
|
||||
|
||||
(define-syntax-rule (def-req beg-require)
|
||||
|
|
Loading…
Reference in New Issue
Block a user