list-block docinfo Formats the bibliographic fields as a list. Since this element contains all the other list elements, it can be used to set values such as the font, background color, line-height, etc, for the entire list, as well as the space after and before. "The provisional-distance-between-starts property of the list-block specifies the distance bewteen the start of the label (the bullet, for example) and the actual start of the list content" (Pawson, 100). In this case, that means the distance between the label (such as "Version", and the labels' value (such as "1.2"). fo:list-item docinfo/author|docinfo/authors|docinfo/organization|etc. For each item (author, authors, organization, contact, address, version, date, copyright, custom field) in the bibliograhic fields. Use the 'space-after' attribute to control the spacing between each item. fo:list-item docinfo/author|docinfo/authors|docinfo/organization|etc. bibliographic-fields-list-item Same as above, but sets the space before to 0pt. fo:list-item-label docinfo/author|docinfo/authors|docinfo/organization|etc. The default attribute end-indent = "label-end()" ensures that the label aligns properly. fo:block docinfo/author|docinfo/authors|docinfo/organization|etc. Formats the block that wraps the the name of the field (such as Author, Version, etc). fo:list-item-body docinfo/author|docinfo/authors|docinfo/organization|etc. The default of start-indent = "body-start()" ensures the correct alignment of the labels. fo:block docinfo/author|docinfo/authors|docinfo/organization|etc. Formats the blocks (docutilis paragraphs) of the value of the field. Use the 'space-after' attribute to control the spacing between a multi-paragraph description. fo:block docinfo/author|docinfo/authors|docinfo/organization|etc. bibliographic-fields-block Same as above, but for the first such paragraph. fo:block docinfo/address bibliographic-fields-block Formats the blocks (docutilis paragraphs) of the address field, which has to preserve the white space, according to the docutils specs. Since this inherits from the bibliographic-fields-bloc, it doesn't make sense to change attributes here directly. fo:block docinfo/author Formats the author element, when bibliograhic info is not formatted as a list. fo:block docinfo/authors Formats the authors element, when bibliograhic info is not formatted as a list. fo:block docinfo/date Formats the date element, when bibliograhic info is not formatted as a list. fo:block docinfo/organization Formats the organization element, when bibliograhic info is not formatted as a list. fo:block docinfo/contact Formats the contact element, when bibliograhic info is not formatted as a list. fo:block docinfo/status Formats the status element, when bibliograhic info is not formatted as a list. fo:block docinfo/copyright Formats the copyright element, when bibliograhic info is not formatted as a list. fo:block docinfo/version Formats the version element, when bibliograhic info is not formatted as a list. fo:block docinfo/revision Formats the revision element, when bibliograhic info is not formatted as a list. fo:block docinfo/address Formats the address element, when bibliograhic info is not formatted as a list. 5 Custom bibliographic fields :fo: fo:block :docutils: docinfo/field The following attribute sets are identical in nature: * custom-bib-info1 * custom-bib-info2 * custom-bib-info3 * custom-bib-info4 * custom-bib-info5 * custom-bib-info6 * custom-bib-info7 * custom-bib-info8 * custom-bib-info9 * custom-bib-info10 These attribute-sets format the custom bibliographic fields. ``'custom-bib-info1'`` refers to the first occurrence of such a field, ``'custom-bib-info2'`` to the second, and so fourth.