[plt-scheme] scribbling newbie
A clarification:
At Tue, 8 Jan 2008 12:47:19 -0700, Matthew Flatt wrote:
> As you say, they mean the same thing. After experimenting with
> different ways of writing module imports in Scribble source, we like
> `@(require X)' better than `@require[X]'.
This note was specific to `require's at the top of Scribble source
files. I still prefer `@scheme[...]', `@schemeblock[...]', etc. inside
the body of a Scribble file, probably because it helps separate the
typesetting layer from the expression to be typeset.
Matthew