add missing autobib test

original commit: b2e338cc43176a0e182abb11d5fc81874387e5d2
This commit is contained in:
Matthew Flatt 2011-03-20 15:38:51 -06:00
parent 6248efa610
commit ce1101a292
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.