Description

CITESTYLE specifies the citation style and the bibliography style of a particular journal or other publication. The style consists of a CITSTYLE element to define the citation style, of a REFSTYLE element to define the bibliography style, and of a STYLENAME element to provide a unique name for the style.

Example

<CITESTYLE>
<STYLENAME>Br.J.Chem.</STYLENAME>
<REFSTYLE>
<PUBTYPE TYPE="GEN">
...
</PUBTYPE>
<PUBTYPE TYPE="JOUR">
...
</PUBTYPE>
</REFSTYLE>
<CITSTYLE INTEXTSEQUENCE="AUTHORDATE">
...
</CITSTYLE>
</CITESTYLE>