hyper-literate/scribble-doc/scriblib/scribblings
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
..
autobib.scrbl Add commands for cite-author and cite-year to autobib. (#111) 2017-05-18 13:07:20 -04:00
bibtex.scrbl minor layout and prose style adjustments 2015-03-26 13:36:29 -06:00
figure.scrbl Remove extra directories. 2014-12-02 00:54:52 -05:00
footnote.scrbl add 'unnumbered' style to footnote parts 2017-03-03 09:52:12 -05:00
gui-eval.scrbl Remove extra directories. 2014-12-02 00:54:52 -05:00
info.rkt Move scriblib docs to the "Scribble Libraries" category. 2015-12-19 18:03:37 -06:00
render-cond.scrbl Fix typo in scriblib conditional content docs 2015-05-13 03:09:39 -07:00
scriblib.scrbl Remove extra directories. 2014-12-02 00:54:52 -05:00