Hyper-literate programming is to literate programming exactly what hypertext documents are to regular books and texts.
Go to file
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
scribble Remove extra directories. 2014-12-02 00:54:52 -05:00
scribble-doc Add commands for cite-author and cite-year to autobib. (#111) 2017-05-18 13:07:20 -04:00
scribble-html-lib move scribble/html tests to scribble-test collection 2016-11-07 17:49:07 -05:00
scribble-lib Add commands for cite-author and cite-year to autobib. (#111) 2017-05-18 13:07:20 -04:00
scribble-test Add commands for cite-author and cite-year to autobib. (#111) 2017-05-18 13:07:20 -04:00
scribble-text-lib fix scribble/text with syntax-local-identifier-as-binding 2015-07-16 08:40:04 -06:00
.gitignore Add standard .gitignore file. 2014-12-06 17:46:27 -05:00