diff options
author | Ludovic Court`es | 2007-05-04 13:47:41 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-05-04 13:47:41 +0000 |
commit | de80f75d76d16144ddd3929a09463df0a341846c (patch) | |
tree | 2a9710311c9de1998a12c2cebd21878cedb9afc7 /ChangeLog | |
parent | 3ee5b5750f0b0b29ca2ee13c3cb1f1c9cbe18e25 (diff) | |
parent | f18224ad16296c276583368e9572bced7a57bb53 (diff) | |
download | skribilo-de80f75d76d16144ddd3929a09463df0a341846c.tar.gz skribilo-de80f75d76d16144ddd3929a09463df0a341846c.tar.lz skribilo-de80f75d76d16144ddd3929a09463df0a341846c.zip |
biblio: Implemented the `name+year' label style.
* src/guile/skribilo/biblio.scm: Use `biblio author'.
(assign-entries-numbers!): New (formerly `count!' in `resolve-the-bib').
(assign-entries-name+years!): New.
(resolve-the-bib): New optional `assign-entries-identifiers!' argument.
Use it.
* src/guile/skribilo/biblio/author.scm (short-author-names): New.
* src/guile/skribilo/engine/lout.scm (lout-bib-refs-sort/number): Accept
non-number identifiers.
(&the-bibliography): Use simply `@TaggedList' when a style other than
`number' is used.
(&bib-entry): Use `@DropTagItem' when the bibliography style is not
`number'.
* src/guile/skribilo/package/base.scm (the-bibliography): New `:labels'
option. Pass the right label assignment function to `resolve-the-bib'.
--This line, and those below, will be ignored--
Files to commit:
src/guile/skribilo/package/base.scm
src/guile/skribilo/engine/lout.scm
src/guile/skribilo/biblio.scm
doc/user/bib.skb
src/guile/skribilo/biblio/author.scm
This list might be incomplete or outdated if editing the log
message was not invoked from an up-to-date changes buffer!
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-92
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -2,6 +2,52 @@ # arch-tag: automatic-ChangeLog--skribilo@sv.gnu.org--2006/skribilo--devo--1.2 # +2007-05-04 13:47:41 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-92 + + Summary: + biblio: Implemented the `name+year' label style. + Revision: + skribilo--devo--1.2--patch-92 + + * src/guile/skribilo/biblio.scm: Use `biblio author'. + (assign-entries-numbers!): New (formerly `count!' in `resolve-the-bib'). + (assign-entries-name+years!): New. + (resolve-the-bib): New optional `assign-entries-identifiers!' argument. + Use it. + + * src/guile/skribilo/biblio/author.scm (short-author-names): New. + + * src/guile/skribilo/engine/lout.scm (lout-bib-refs-sort/number): Accept + non-number identifiers. + (&the-bibliography): Use simply `@TaggedList' when a style other than + `number' is used. + (&bib-entry): Use `@DropTagItem' when the bibliography style is not + `number'. + + * src/guile/skribilo/package/base.scm (the-bibliography): New `:labels' + option. Pass the right label assignment function to `resolve-the-bib'. + + --This line, and those below, will be ignored-- + Files to commit: + src/guile/skribilo/package/base.scm + src/guile/skribilo/engine/lout.scm + src/guile/skribilo/biblio.scm + doc/user/bib.skb + src/guile/skribilo/biblio/author.scm + + This list might be incomplete or outdated if editing the log + message was not invoked from an up-to-date changes buffer! + + modified files: + ChangeLog src/guile/skribilo/biblio.scm + src/guile/skribilo/biblio/author.scm + src/guile/skribilo/engine/lout.scm + src/guile/skribilo/package/base.scm + + new patches: + lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-51 + + 2007-05-04 13:46:55 GMT Ludovic Court`es <ludovic.courtes@laas.fr> patch-91 Summary: |