It is possible to describe your own bibliography style, by writing a simple XML file. This file will describe two things:
how some common operations will be performed (how should we sort the entries, how are the author names to be written,...)
how the entry fields have to be organized and displayed to render the bibliography style.
First of all, the XML file should have the following header:
<?xml version="1.0"?> <!DOCTYPE bibstyle PUBLIC "-//Pybliographer//DTD Bibliographic Style Format//EN" ""> |
The whole description should fit in a <bibstyle> entity.