Getting full custom-bib functionality
[email protected] (Thomas M. Widmann) 29 Jul 2003 21:19:45 +0100
| Newsgroups | gmane.comp.tex.bibulus.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi there,
I'm in the middle of putting the full functionality of Custom-bib into
Bibulus. While doing so, I've found a lot of minor differences in the
formatting of various entries. Many of these might be bugs in
Custom-bib, but they might also reflect desirable features.
However, I'm going to simplify it a bit, so I think a lot of testing
will be needed.
I was wondering if anybody here feels like writing a small program
that will generate all possible combinations of lines in BibTeX.
What I mean is that if entry type X has obligatory AUTHOR and TITLE
and non-obligatory NOTE and EDITOR, four entries should be generated:
@X {ENTRY1,
AUTHOR = "Some Author",
TITLE = "Some Title",
}
@X {ENTRY2,
AUTHOR = "Some Author",
TITLE = "Some Title",
NOTE = "Some note",
}
@X {ENTRY3,
AUTHOR = "Some Author",
TITLE = "Some Title",
EDITOR = "Some Editor",
}
@X {ENTRY4,
AUTHOR = "Some Author",
TITLE = "Some Title",
NOTE = "Some note",
EDITOR = "Some Editor",
}
This will also be very useful for finding bugs in bib2xml.
Any takers?
Cheers,
Thomas
--
Thomas Widmann Bye-bye to BibTeX: join the Bibulus project now!
[email protected] <http://www.nongnu.org/bibulus/>
Glasgow, Scotland, EU <http://savannah.nongnu.org/projects/bibulus/>