hyper-literate/scribble-doc
Leif Andersen a8dec74ffa Add commands for cite-author and cite-year to autobib. (#111)
These commands work like natbib's citeauthor and citeyear commands,
and facilities making possessive citations. For example:

> Thanks to @(cite-author foo)'s (@(cite-year foo)) paper on stuff...

These identifiers are added with `define-cite` as keywords, and thus
can be omitted with no downside for backwards compatibility.

@(define-cite cite citet generate-bib
   #:cite-author cite-author
   #:cite-year cite-year)

Also in this commit:

* Add documentation.

* Add tests for autobib

* Bump version and add history.
2017-05-18 13:07:20 -04:00
..
scribblings/scribble Top-matter text needs to be 'pretitle. 2017-05-17 13:51:46 -04:00
scriblib/scribblings Add commands for cite-author and cite-year to autobib. (#111) 2017-05-18 13:07:20 -04:00
info.rkt Remove extra directories. 2014-12-02 00:54:52 -05:00
LICENSE.txt Remove extra directories. 2014-12-02 00:54:52 -05:00