citetitle

citetitle — The title of a cited work

Synopsis

Attributes

Common attributes and common linking attributes.

Additional attributes:

  • pubwork (enumeration)
    • “article”
    • “bbs”
    • “book”
    • “cdrom”
    • “chapter”
    • “dvd”
    • “emailmessage”
    • “gopher”
    • “journal”
    • “manuscript”
    • “newsposting”
    • “part”
    • “refentry”
    • “section”
    • “series”
    • “set”
    • “webpage”
    • “wiki”

Description

CiteTitle provides inline markup for the title of a cited work.

Processing expectations

Formatted inline. Often italicized for Books and quoted for Articles.

Attributes

Common attributes and common linking attributes.

pubwork

FIXME:

Enumerated values:

article

FIXME:

bbs

FIXME:

book

FIXME:

cdrom

FIXME:

chapter

FIXME:

dvd

FIXME:

emailmessage

FIXME:

gopher

FIXME:

journal

FIXME:

manuscript

FIXME:

newsposting

FIXME:

part

FIXME:

refentry

FIXME:

section

FIXME:

series

FIXME:

set

FIXME:

webpage

FIXME:

wiki

FIXME:

See Also

citation, citebiblioid, citerefentry

Examples

<article xmlns='http://docbook.org/ns/docbook'>
<title>Example citetitle</title>

<para>For a complete methodology for DTD creation, see
<citetitle pubwork="book">Developing SGML DTDs: From Text to Model
to Markup</citetitle> by Eve Maler and Jeanne El Andaloussi.
</para>

</article>

For a complete methodology for DTD creation, see Developing SGML DTDs: From Text to Model to Markup by Eve Maler and Jeanne El Andaloussi.

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/10/30 21:59:12 $.