tbook: DTD Element View [User Element View]
[Home] [Elements] [Entities] [Prev] [Next]

Element article

Synopsis

Content Model

(title,author+,date?,keywords?,year?,abstract?,
 (%block;|%blockinline;|%bigblock;)*,
 section*,references?)

Attributes

NameTypeDefault Value
style CDATA None
class CDATA None
xml:lang NMTOKEN "en"
id ID None

Description

Embraces all elements of an article. Title and one author are mandatory. Here – in contrast to book – the <author> tag can contain <newline> and <footnote> elements for e.g. insitute or email address.

As for the class attribute, see <book>.

Children

abstract, author, ch, date, description, dm, enumerate, figure, itemize, keywords, latex, math, multipar, p, proof, quote, references, section, table, tabular, theorem, title, verbatim, verse, year

Example

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE article PUBLIC "-//Torsten Bronger//DTD tbook 1.3//EN" 
                         "http://tbookdtd.sourceforge.net/tbook13.dtd">
<article>
  <title>The Grand Unifying Theory</title>
  <author>Thomas Ferguson</author>
  <keywords>life, universe, everything</keywords>
  
  <abstract>
    <p>Six by nine equals fourty-two.</p>
  </abstract>

  <section>
    <heading>Motivation</heading>

    <p>Motivation is simple ...</p>
  </section>
</article>


HTML Presentation of tbook by DTDParse (version 2.0beta6).