hyper-literate/scribble-lib/scriblib
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
..
private Remove extra directories. 2014-12-02 00:54:52 -05:00
autobib.css Remove extra directories. 2014-12-02 00:54:52 -05:00
autobib.rkt Add commands for cite-author and cite-year to autobib. (#111) 2017-05-18 13:07:20 -04:00
autobib.tex Remove extra directories. 2014-12-02 00:54:52 -05:00
bibtex.rkt scriblb/bibtex: fix author parsing 2015-03-26 13:33:36 -06:00
figure.css Remove extra directories. 2014-12-02 00:54:52 -05:00
figure.js Remove extra directories. 2014-12-02 00:54:52 -05:00
figure.rkt scriblib/figure: add 'never-indents to generated block 2015-03-26 13:28:30 -06:00
figure.tex Remove extra directories. 2014-12-02 00:54:52 -05:00
footnote.css Remove extra directories. 2014-12-02 00:54:52 -05:00
footnote.rkt add 'unnumbered' style to footnote parts 2017-03-03 09:52:12 -05:00
footnote.tex Remove extra directories. 2014-12-02 00:54:52 -05:00
gui-eval.rkt Remove extra directories. 2014-12-02 00:54:52 -05:00
info.rkt Remove extra directories. 2014-12-02 00:54:52 -05:00
render-cond.rkt Remove extra directories. 2014-12-02 00:54:52 -05:00