add missing autobib test

This commit is contained in:
Matthew Flatt 2011-03-20 15:38:51 -06:00
parent 50ca70703f
commit b2e338cc43
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,19 @@
#lang scribble/base
@(require scriblib/autobib)
@(define-cite cite citet gen)
@(define redex
(make-bib
#:author (authors "Matthias Felleisen" "Robert Bruce Findler" "Matthew Flatt")
#:title "Semantics Engineering with PLT Redex"
#:location (book-location #:publisher "MIT Press")
#:is-book? #t
#:date "2010"))
@cite[redex]
@cite[(in-bib redex ", part I")]
@cite[(in-bib redex ", part II")]
@cite[redex]
@(gen)

View File

@ -0,0 +1,9 @@
(Felleisen et al. 2010)
(Felleisen et al. 2010, part I)
(Felleisen et al. 2010, part II)
(Felleisen et al. 2010)
Bibliography
Matthias Felleisen, Robert Bruce Findler, and Matthew Flatt. Semantics Engineering with PLT Redex. MIT Press, 2010.