[plt-scheme] scribble sigplan
On Apr 27, 2010, at 9:32 PM, Matthew Flatt wrote:
> 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.
ok, my apologies in advance for the noise so far and the upcoming noise!
(I'm completely impressed by scribble so far, so I may very well start to use it a lot)
>> 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.
right, my mistake.
>
> You can use both together:
>
> #lang scribble/sigplan
> @(require scribble/manual)
perfect, thanks.
-- Éric