[racket-dev] patch for double spaced autobib
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>