9.0
top
← prev up next →

Scribble: include textπŸ”— i

Put the full contents of one document into another.

syntax

( include-text filename)

Read the contents of the file filename into a syntax object and inject it into the current Scribble document.

Example:

side.scrbl
Thisfile hassometext,
and callsa@emph{Scribble}function,
and referencesa@|variable|.

top.scrbl
@require [scribble-include-text]
 
@title{Example}
 
@(define variable"cat")
 
@include-text {side.scrbl}
 
Theend.

The section below is the rendered output.

1ExampleπŸ”— i

This file has some text, and calls a Scribble function, and references a cat.

The end.

top
← prev up next →

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /