Add author and updated. Suppress Racket version.
This commit is contained in:
parent
f40c6b407d
commit
617ef60ecb
File diff suppressed because one or more lines are too long
11
main.rkt
11
main.rkt
|
@ -1,7 +1,8 @@
|
||||||
#lang scribble/manual
|
#lang scribble/manual
|
||||||
|
|
||||||
@(require racket/sandbox
|
@(require racket/sandbox
|
||||||
scribble/eval)
|
scribble/eval
|
||||||
|
racket/date)
|
||||||
@(define evaluator
|
@(define evaluator
|
||||||
(parameterize ([sandbox-output 'string]
|
(parameterize ([sandbox-output 'string]
|
||||||
[sandbox-error-output 'string])
|
[sandbox-error-output 'string])
|
||||||
|
@ -10,10 +11,12 @@
|
||||||
@(define-syntax-rule (i body ...)
|
@(define-syntax-rule (i body ...)
|
||||||
(interaction #:eval evaluator body ...))
|
(interaction #:eval evaluator body ...))
|
||||||
|
|
||||||
@title{Fear of Macros}
|
@title[#:version ""]{Fear of Macros}
|
||||||
|
@author{Greg Hendershott}
|
||||||
@smaller{Copyright (c) 2012 by Greg Hendershott. All rights reserved.}
|
@smaller{Copyright (c) 2012 by Greg Hendershott. All rights reserved.}
|
||||||
|
@para[@smaller["Last updated "
|
||||||
|
(parameterize ([date-display-format 'iso-8601])
|
||||||
|
(date->string (current-date) #t))]]
|
||||||
@table-of-contents{}
|
@table-of-contents{}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user