<brandlogo>

The <brandlogo> element specifies a logo image for a publisher, project, or site brand. Place it in <docinfo>; the source attribute gives the image file, and url can make the logo link to an external site.

Syntax

Attributes

Attributes for <brandlogo>
AttributeRequired?Values
source = "…"requiredstring
url = "…"optionalstring

Children

This tag must be empty (i.e., no children or text allowed).

Parents

This element may appear as an immediate child of the following elements: <docinfo>

Examples

<pretext>
    <docinfo>
        <brandlogo
            source="images/pretext-logo.png"
            url="https://pretextbook.org"
        />
    </docinfo>
 
    <book>
    ...
    </book>
</docinfo>