add missing autobib test
original commit: b2e338cc43176a0e182abb11d5fc81874387e5d2
This commit is contained in:
parent
6248efa610
commit
ce1101a292
19
collects/tests/scribble/docs/autobib.scrbl
Normal file
19
collects/tests/scribble/docs/autobib.scrbl
Normal 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)
|
9
collects/tests/scribble/docs/autobib.txt
Normal file
9
collects/tests/scribble/docs/autobib.txt
Normal 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.
|
Loading…
Reference in New Issue
Block a user