[racket-dev] patch for double spaced autobib

From: Jon Rafkind (rafkind at cs.utah.edu)
Date: Thu Feb 28 17:27:25 EST 2013

Attached is a patch that adds a keyword, #spaces, to `define-cite', which makes the generate bibliography have N spaces between each entry.

(define-cite ... g #:spaces 2)
(g)

..output..

[1] entry 1

[2] entry 2

If it looks ok I can push it, and update the docs as well.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: autobib.diff
Type: text/x-patch
Size: 2846 bytes
Desc: not available
URL: <http://lists.racket-lang.org/dev/archive/attachments/20130228/64c9659d/attachment-0001.bin>

Posted on the dev mailing list.