[plt-scheme] scribble sigplan

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Apr 27 21:32:47 EDT 2010

At Tue, 27 Apr 2010 21:25:21 -0400, Eric Tanter wrote:
> [is there a scribble-specific mailing list to avoid making so much noise on 
> the plt-scheme list?]

Not so far.

> From the scribble docs:
> 
> "1.5 More Functions
> 
> The scribble/sigplan and scribble/manual languages are supersets of 
> thescribble/base language, which provides a collection of basic operations."
> 
> However, when I go to #lang scribble/sigplan, then @schemeblock triggers an 
> unbound identifier error. 
> Also, with scribble/sigplan, the nice PDF/HTML buttons disappear. 
> 
> Is there something special to do for sigplan to work? the Getting Started 
> guide does not mention anything special.

`scribble/sigplan' > `scribble/base' and and `scribble/manual' >
`scribble/base' but `scribble/signal' and `scribble/manual' provide
different extensions.

You can use both together:

 #lang scribble/sigplan
 @(require scribble/manual)




Posted on the users mailing list.