add scribble/lp to complement scribble/lp/lang/reader
svn: r13861 original commit: 502427ee449ccbd2c1676f8b4e99ab23da5160cf
This commit is contained in:
parent
ed3216185b
commit
b7ba65934d
4
collects/scribble/lp.ss
Normal file
4
collects/scribble/lp.ss
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lang scheme
|
||||
|
||||
(require scribble/private/lp)
|
||||
(provide chunk)
|
|
@ -4,8 +4,7 @@
|
|||
scheme/runtime-path
|
||||
(prefix-in lp-ex: "lp-ex-doc.scrbl")
|
||||
"utils.ss"
|
||||
(for-label scribble/lp-include
|
||||
(only-in scribble/private/lp chunk)))
|
||||
(for-label scribble/lp-include scribble/lp))
|
||||
|
||||
@title[#:tag "lp" #:style `((css "lp.css") (tex "lp.tex")) ]{Literate Programming}
|
||||
|
||||
|
@ -50,11 +49,8 @@ like this:
|
|||
|
||||
@section{@schememodname[scribble/lp] Language}
|
||||
|
||||
@declare-exporting[scribble/private/lp]
|
||||
|
||||
@defmodulelang*/no-declare[(scribble/lp)]{The
|
||||
@schememodname[scribble/lp] language provides core support for
|
||||
literate programming.}
|
||||
@defmodulelang[scribble/lp]{The @schememodname[scribble/lp] language
|
||||
provides core support for literate programming.}
|
||||
|
||||
@defform[(chunk id form ...)]{
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user