7.2
10 What does Scribble look like?
10.1 This is a section heading with empty space above it. ew
To create the title of this slideshow, I typed:
@title{Meet Racket, I mean Scribble}
If we are generating separate web pages for each section/file/heading one, then the
@title{}s will be transformed into section headings—
For example, the source code for this slide looks like the following:
Notice that @title{} is actually being rendered as a @section{} in each slide, because each of my slides are in separate ".scrbl" files.
#lang scribble/manual @title{What does Scribble look like?} @section{This is a section with empty space above it. ew} To create the title of this slideshow, I typed: @codeblock|{ @title{Meet Racket, I mean Scribble} }| If we are generating separate web pages for each section, then the @litchar|{@title{}}|s will be transformed into section headings---just like the one above!