Chapter 4. Creating new Styles

Table of Contents
Common operations
Display

It is possible to describe your own bibliography style, by writing a simple XML file. This file will describe two things:

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.

Common operations