scribble-enhanced/pkgs/scribble-pkgs/scribble-test/tests/scribble/docs/autobib-broken.scrbl
Matthew Flatt 6c624d531e move Scribble tests to "scribble-test"
original commit: ba553a917e3e97c74450859dc13481e2187c55ba
2013-07-18 15:20:51 -06: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].