hyper-literate/scribble-test/tests/scribble/docs/autobib-broken.scrbl
2014-12-02 00:54:52 -05:00

18 lines
404 B
Racket

#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"))
Since there's no bibliography, this link won't work:
@cite[redex].