Bibliography styles management

This menu section contains all functions to work with bibliography style data.

Add Styles

refdb-addstyle-on-buffer(void);

Adds the XML data using the citestylex.dtd in the current buffer to the system database. refdb-mode will refuse to add the data if nxml-mode indicates they are invalid. If the database already contains a style with the given name, it will be replaced with the new version.

List Styles

refdb-liststyle(stylename);

Asks interactively for a regular expression used to list bibliography styles. An empty string causes refdb-mode to list all available styles.

Get Style

refdb-getstyle(stylename);

Asks interactively for the name of a bibliography style which is then retrieved in XML format. Minibuffer completion against the list of existing styles is available.

Delete Styles

refdb-deletestyle(stylename);

Asks interactively for the name of a bibliography style that should be deleted. Minibuffer completion against the list of existing styles is available.