tbook: DTD Element View | [User Element View] |
[Home] [Elements] [Entities] | [Prev] [Next] |
(title,author+,date?,keywords?,year?,abstract?, (%block;|%blockinline;|%bigblock;)*, section*,references?)
Name | Type | Default Value |
---|---|---|
style | CDATA | None |
class | CDATA | None |
xml:lang | NMTOKEN | "en" |
id | ID | None |
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>.
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
<?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>