-
I have put together an experement RTF filter to export bibliographies in RTF format. It is available from [http://ralmond.ent/APAish][1]. It is still a work in progress, but I wouldn't mind feedback. There are also several things I couldn't figure out how to do with the current JabRef functionality.
I wouldn't mind if this filter found its was into a future JabRef release or was linked...
2009-09-27 01:31:40 UTC in JabRef
-
In writing an export filter, I occasionally need to write variable text based on whether the bibtex field is singular or plural. This comes in two flavors: author/editor lists (where plural is marked by the presence of 'and') and pages where plural is marked by the presence of '-' or '--'. For example,
(\format[ifAnd{Eds.}{Ed.}]{\editor})
would expand to '(Eds.)' or...
2009-09-25 13:20:42 UTC in JabRef
-
Note this is related to request #1760235.
2009-09-25 13:13:48 UTC in JabRef
-
In order to mimic the behavior of some bibtex styles in a export filter, I need to supply a default value for fields that are not supplied in the bibtex entry.
I would propose adding a *Default* export filter that would take a single argument. If the field in question was empty, its value would be replaced by the argument. Otherwise it would be left unchanged. For example,
...
2009-09-25 13:12:38 UTC in JabRef
-
The RTFChars filter should take the TeX ligatures '---' and '--' and replace them with the em-dash and en-dash characters respectively.
2009-09-25 12:56:09 UTC in JabRef
-
There is a *crossref* field in bibTeX which is semi-standard and a number of bibtex packages (e.g., apacite which I use all the time). The idea is almost a kind of inheritance; fields not specified in the referencing entry are filled in by the referenced entry. I use this all the time for chapters in an edited volume (inCollection entries). I will fill out the *author*, *title* and *pages*...
2009-09-25 12:43:20 UTC in JabRef
-
ralmond committed patchset 38 of module garnet to the Garnet - a Graphical Toolkit for Lisp CVS repository, changing 16 files.
2004-02-10 22:23:17 UTC in Garnet - a Graphical Toolkit for Lisp
-
ralmond committed patchset 37 of module garnet to the Garnet - a Graphical Toolkit for Lisp CVS repository, changing 1 files.
2004-02-10 18:19:05 UTC in Garnet - a Graphical Toolkit for Lisp
-
ralmond committed patchset 36 of module garnet to the Garnet - a Graphical Toolkit for Lisp CVS repository, changing 4 files.
2004-02-10 18:17:52 UTC in Garnet - a Graphical Toolkit for Lisp
-
ralmond committed patchset 35 of module garnet to the Garnet - a Graphical Toolkit for Lisp CVS repository, changing 659 files.
2004-02-10 01:57:26 UTC in Garnet - a Graphical Toolkit for Lisp