>>>>> "José" == José Abílio de Oliveira Matos <[EMAIL PROTECTED]> writes:
José> Here are some examples: layout top element ~~~~~~ ~~~~~~~~~~~
José> article article report report book book linuxdoc article
José> linuxdoc_report report (*) linuxdoc_book book (*)
José> docbook_article article (*) docbook_book book (*) docbook_set
José> set (*)
What do you mean by top-element? is that like having amsart.cls being
the documentclass associated to textclass amsart-seq.layout? In this
case, what is used is
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[amsart]{article (AMS, sequential numbering)}
Such an optional argument does not exist currently, but I can easily
add it so that linuxdoc_report.layout could contain
#% Do not delete the line below; configure depends on this
# \DeclareSGMLClass[report]{report (SGML)}
Is that what you mean?
JMarc