Annotation of Amaya/doc/languages.html, revision 1.43

1.37      cvs         1: <?xml version="1.0" encoding="iso-8859-1"?>
                      2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
                      3:     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
                      4: <html xmlns="http://www.w3.org/1999/xhtml">
1.18      cvs         5: <head>
1.30      cvs         6:   <title>The Languages of Thot</title>
1.37      cvs         7:   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
1.18      cvs         8: </head>
1.30      cvs         9: 
1.18      cvs        10: <body>
                     11: 
1.19      cvs        12: <div class="frontmatter" align="center">
1.18      cvs        13: <h1>The Languages of Thot</h1>
                     14: 
                     15: <h3>Vincent Quint</h3>
                     16: 
                     17: <h4>Translated from French by Ethan Munson</h4>
                     18: 
1.43    ! quint      19: <h4>Version of January 23, 2002</h4>
1.30      cvs        20: 
1.42      quint      21: <p>© 1996-2002 INRIA</p>
1.37      cvs        22: <hr />
1.18      cvs        23: </div>
                     24: 
                     25: <div class="tableofcontents">
                     26: <h2><a href="languages.toc.html">Contents</a></h2>
                     27: <ul>
1.40      quint      28:   <li><big><a href="#sect2">The document model of Thot</a></big> 
1.30      cvs        29:     <ul>
                     30:       <li><strong><a href="#sectb21">The logical structure of
                     31:         documents</a></strong></li>
                     32:       <li><strong><a href="#sectb22">Generic and specific
                     33:         structures</a></strong></li>
                     34:       <li><strong><a href="#sectb23">Logical structure and physical
                     35:         structure</a></strong></li>
                     36:       <li><strong><a href="#sectb24">Document structures and object
                     37:         structures</a></strong></li>
                     38:     </ul>
                     39:   </li>
1.40      quint      40:   <li><big><a href="#sect3">The S language</a></big> 
1.30      cvs        41:     <ul>
1.40      quint      42:       <li><strong><a href="#sectb31">Document meta-structure</a></strong> 
1.30      cvs        43:         <ul>
                     44:           <li><a href="#sectc311">The basic types</a></li>
                     45:           <li><a href="#sectc312">Constructed elements</a></li>
1.40      quint      46:           <li><a href="#sectc313">Logical structure constructors</a> 
1.30      cvs        47:             <ul>
                     48:               <li><small><a href="#sectd3131">Aggregate and
                     49:               List</a></small></li>
                     50:               <li><small><a href="#sectd3132">Choice, Schema, and
                     51:                 Unit</a></small></li>
                     52:               <li><small><a href="#sectd3133">Reference and
                     53:                 Inclusion</a></small></li>
                     54:               <li><small><a href="#sectd3134">Mark pairs</a></small></li>
                     55:               <li><small><a href="#sectd3135">Restrictions and
                     56:                 Extensions</a></small></li>
                     57:               <li><small><a href="#sectd3136">Summary</a></small></li>
                     58:             </ul>
                     59:           </li>
                     60:           <li><a href="#sectc315">Attributes</a></li>
                     61:           <li><a href="#sectc316">Discussion of the model</a></li>
                     62:         </ul>
                     63:       </li>
                     64:       <li><strong><a href="#sectb32">The definition language for generic
1.40      quint      65:         structures</a></strong> 
1.30      cvs        66:         <ul>
                     67:           <li><a href="#sectc321">Writing Conventions</a></li>
                     68:           <li><a href="#sectc322">Extension schemas</a></li>
                     69:           <li><a href="#sectc323">The general organization of structure
                     70:             schemas</a></li>
                     71:           <li><a href="#sectc324">The default presentation</a></li>
                     72:           <li><a href="#sectc325">Global Attributes</a></li>
                     73:           <li><a href="#sectc327">Structured elements</a></li>
1.40      quint      74:           <li><a href="#sectc328">Structure definitions</a> 
1.30      cvs        75:             <ul>
                     76:               <li><small><a href="#sectd3281">List</a></small></li>
                     77:               <li><small><a href="#sectd3282">Aggregate</a></small></li>
                     78:               <li><small><a href="#sectd3283">Choice</a></small></li>
                     79:               <li><small><a href="#sectd3284">Reference</a></small></li>
                     80:               <li><small><a href="#sectd3285">Mark pairs</a></small></li>
                     81:             </ul>
                     82:           </li>
                     83:           <li><a href="#sectc329">Imports</a></li>
                     84:           <li><a href="#sectc3210">Extension rules</a></li>
                     85:           <li><a href="#sectc3212">Units</a></li>
                     86:           <li><a href="#sectc3213">Skeleton elements</a></li>
                     87:           <li><a href="#sectc3214">Exceptions</a></li>
                     88:         </ul>
                     89:       </li>
1.40      quint      90:       <li><strong><a href="#sectb33">Some examples</a></strong> 
1.30      cvs        91:         <ul>
                     92:           <li><a href="#sectc331">A class of documents: articles</a></li>
                     93:           <li><a href="#sectc332">A class of objects: mathematical
                     94:             formulas</a></li>
                     95:         </ul>
                     96:       </li>
                     97:     </ul>
                     98:   </li>
1.40      quint      99:   <li><big><a href="#sect4">The P language</a></big> 
1.30      cvs       100:     <ul>
1.40      quint     101:       <li><strong><a href="#sectb41">Document presentation</a></strong> 
1.30      cvs       102:         <ul>
                    103:           <li><a href="#sectc411">Two levels of presentation</a></li>
                    104:           <li><a href="#sectc412">Boxes</a></li>
                    105:           <li><a href="#sectc413">Views and visibility</a></li>
                    106:           <li><a href="#sectc414">Pages</a></li>
                    107:           <li><a href="#sectc415">Numbering</a></li>
1.34      cvs       108:           <li><a href="#sectc416">Presentation properties</a></li>
1.30      cvs       109:         </ul>
                    110:       </li>
                    111:       <li><strong><a href="#sectb42">Presentation description
1.40      quint     112:         language</a></strong> 
1.30      cvs       113:         <ul>
                    114:           <li><a href="#sectc421">The organization of a presentation
                    115:             schema</a></li>
                    116:           <li><a href="#sectc422">Views</a></li>
                    117:           <li><a href="#sectc423">Print Views</a></li>
                    118:           <li><a href="#sectc424">Counters</a></li>
                    119:           <li><a href="#sectc425">Presentation constants</a></li>
                    120:           <li><a href="#sectc426">Variables</a></li>
                    121:           <li><a href="#sectc427">Default presentation rules</a></li>
                    122:           <li><a href="#sectc428">Presentation and page layout boxes</a></li>
                    123:           <li><a href="#sectc429">Presentation of structured elements</a></li>
                    124:           <li><a href="#sectc4210">Logical attribute presentation</a></li>
                    125:           <li><a href="#sectc4212">Value transmission rules</a></li>
                    126:           <li><a href="#sectc4213">Presentation rules</a></li>
                    127:           <li><a href="#sectc4214">Conditions applying to presentation
1.40      quint     128:             rules</a> 
1.30      cvs       129:             <ul>
1.37      cvs       130:               <li><small><a href="#sectd42141">Conditions based on the
                    131:                 logical position of the element</a></small></li>
1.42      quint     132:               <li><small><a href="#sectd421411">Conditions based on the
                    133:                 element type</a></small></li>
1.30      cvs       134:               <li><small><a href="#sectd42142">Conditions on
                    135:                 references</a></small></li>
                    136:               <li><small><a href="#sectd42143">Conditions on logical
                    137:                 attributes</a></small></li>
                    138:               <li><small><a href="#sectd42144">Conditions on page
                    139:                 breaks</a></small></li>
                    140:               <li><small><a href="#sectd42145">Conditions on the element's
                    141:                 content</a></small></li>
                    142:               <li><small><a href="#sectd42146">Conditions on
                    143:                 counters</a></small></li>
                    144:             </ul>
                    145:           </li>
                    146:           <li><a href="#sectc4215">A presentation rule</a></li>
                    147:           <li><a href="#sectc4216">Box axes</a></li>
                    148:           <li><a href="#sectc4217">Distance units</a></li>
                    149:           <li><a href="#sectc4218">Relative positions</a></li>
1.40      quint     150:           <li><a href="#sectc4219">Box extents</a> 
1.30      cvs       151:             <ul>
                    152:               <li><small><a href="#sectd42191">Fixed extents</a></small></li>
                    153:               <li><small><a href="#sectd42192">Relative
                    154:               extents</a></small></li>
                    155:               <li><small><a href="#sectd42193">Elastic
                    156:               extents</a></small></li>
                    157:             </ul>
                    158:           </li>
                    159:           <li><a href="#sectc4220">Overflow</a></li>
                    160:           <li><a href="#sectc4221">Inheritance</a></li>
1.40      quint     161:           <li><a href="#sectc4222">Line breaking</a> 
1.30      cvs       162:             <ul>
                    163:               <li><small><a href="#sectd42221">Line spacing</a></small></li>
                    164:               <li><small><a href="#sectd42222">First line
                    165:                 indentation</a></small></li>
                    166:               <li><small><a href="#sectd42223">Alignment</a></small></li>
                    167:               <li><small><a href="#sectd42225">Hyphenation</a></small></li>
1.40      quint     168:               <li><small><a href="#sectd422251">Writing
                    169:               direction</a></small></li>
1.30      cvs       170:               <li><small><a href="#sectd42226">Avoiding line
                    171:                 breaking</a></small></li>
                    172:             </ul>
                    173:           </li>
                    174:           <li><a href="#sectc4223">Page breaking and line breaking
                    175:             conditions</a></li>
                    176:           <li><a href="#sectc4224">Visibility</a></li>
1.40      quint     177:           <li><a href="#sectc4225">Character style properties</a> 
1.30      cvs       178:             <ul>
                    179:               <li><small><a href="#sectd42251">Character size</a></small></li>
                    180:               <li><small><a href="#sectd42252">Font and character
                    181:                 style</a></small></li>
                    182:               <li><small><a href="#sectd42253">Underlining</a></small></li>
                    183:             </ul>
                    184:           </li>
                    185:           <li><a href="#sectc4226">Stacking order</a></li>
                    186:           <li><a href="#sectc4227">Line style</a></li>
                    187:           <li><a href="#sectc4228">Line thickness</a></li>
                    188:           <li><a href="#sectc4229">Fill pattern</a></li>
                    189:           <li><a href="#sectc4230">Colors</a></li>
                    190:           <li><a href="#sectc4230a">Background color and border</a></li>
                    191:           <li><a href="#sectc4230b">Background pictures</a></li>
                    192:           <li><a href="#sectc4231">Presentation box content</a></li>
                    193:           <li><a href="#sectc4232">Presentation box creation</a></li>
                    194:           <li><a href="#sectc4233">Page layout</a></li>
                    195:           <li><a href="#sectc4234">Box copies</a></li>
                    196:         </ul>
                    197:       </li>
                    198:     </ul>
                    199:   </li>
1.40      quint     200:   <li><big><a href="#sect5">The T language</a></big> 
1.30      cvs       201:     <ul>
1.40      quint     202:       <li><strong><a href="#sectb51">Document translation</a></strong> 
1.30      cvs       203:         <ul>
                    204:           <li><a href="#sectc511">Translation principles</a></li>
                    205:           <li><a href="#sectc512">Translation procedure</a></li>
                    206:         </ul>
                    207:       </li>
                    208:       <li><strong><a href="#sectb52">Translation definition
1.40      quint     209:         language</a></strong> 
1.30      cvs       210:         <ul>
                    211:           <li><a href="#sectc521">Organization of a translation
                    212:           schema</a></li>
                    213:           <li><a href="#sectc522">Line length</a></li>
                    214:           <li><a href="#sectc523">Buffers</a></li>
                    215:           <li><a href="#sectc524">Counters</a></li>
                    216:           <li><a href="#sectc525">Constants</a></li>
                    217:           <li><a href="#sectc526">Variables</a></li>
                    218:           <li><a href="#sectc527">Translating structure elements</a></li>
1.40      quint     219:           <li><a href="#sectc528">Conditional rules</a> 
1.30      cvs       220:             <ul>
                    221:               <li><small><a href="#sectd5281">Conditions based on the logical
                    222:                 position of the element</a></small></li>
                    223:               <li><small><a href="#sectd5282">Conditions on
                    224:                 references</a></small></li>
                    225:               <li><small><a href="#sectd5284">Conditions on the
1.41      vatton    226:                 scripts</a></small></li>
1.30      cvs       227:               <li><small><a href="#sectd5285">Conditions on page
                    228:                 breaks</a></small></li>
                    229:               <li><small><a href="#sectd5286">Conditions on the element's
                    230:                 content</a></small></li>
                    231:               <li><small><a href="#sectd5288">Conditions on the presence of
                    232:                 specific presentation rules</a></small></li>
                    233:               <li><small><a href="#sectd5289">Conditions on the presence of
                    234:                 logical attributes</a></small></li>
                    235:               <li><small><a href="#sectd52810">Conditions on logical
                    236:                 attributes</a></small></li>
                    237:               <li><small><a href="#sectd52811">Conditions on specific
                    238:                 presentation rules</a></small></li>
                    239:             </ul>
                    240:           </li>
                    241:           <li><a href="#sectc529">Translation rules</a></li>
                    242:           <li><a href="#sectc5210">The <tt>Create</tt> rule</a></li>
                    243:           <li><a href="#sectc5211">The <tt>Write</tt> rule</a></li>
                    244:           <li><a href="#sectc5212">The <tt>Read</tt> rule</a></li>
                    245:           <li><a href="#sectc5213">The <tt>Include</tt> rule</a></li>
                    246:           <li><a href="#sectc5214">The <tt>Get</tt> rule</a></li>
                    247:           <li><a href="#sectc5215">The <tt>Copy</tt> rule</a></li>
                    248:           <li><a href="#sectc5216">The <tt>Use</tt> rule</a></li>
                    249:           <li><a href="#sectc5217">The <tt>Remove</tt> rule</a></li>
1.31      cvs       250:           <li><a href="#sectc5217a">The <code>Ignore</code> rule</a></li>
1.30      cvs       251:           <li><a href="#sectc5218">The <tt>NoTranslation</tt> rule</a></li>
                    252:           <li><a href="#sectc5219">The <tt>NoLineBreak</tt> rule</a></li>
                    253:           <li><a href="#sectc5220">The <tt>ChangeMainFile</tt> rule</a></li>
                    254:           <li><a href="#sectc5220a">The <tt>RemoveFile</tt> rule</a></li>
                    255:           <li><a href="#sectc5221">The <tt>Set</tt> and <tt>Add</tt>
                    256:           rules</a></li>
                    257:           <li><a href="#sectc5221a">The <tt>Indent</tt> rule</a></li>
                    258:           <li><a href="#sectc5222">Rule application order</a></li>
                    259:           <li><a href="#sectc5223">Translation of logical attributes</a></li>
                    260:           <li><a href="#sectc5224">Translation of specific
                    261:           presentations</a></li>
                    262:           <li><a href="#sectc5225">Recoding of characters, symbols and
                    263:             graphics</a></li>
                    264:         </ul>
                    265:       </li>
                    266:     </ul>
                    267:   </li>
1.40      quint     268:   <li><big><a href="#sect6">Language grammars</a></big> 
1.30      cvs       269:     <ul>
                    270:       <li><strong><a href="#sectb61">The M meta-language</a></strong></li>
                    271:       <li><strong><a href="#sectb62">The S language</a></strong></li>
                    272:       <li><strong><a href="#sectb63">The P language</a></strong></li>
                    273:       <li><strong><a href="#sectb64">The T language</a></strong></li>
                    274:     </ul>
                    275:   </li>
1.40      quint     276:   <li><big><a href="#sect7">Character coding</a></big> 
1.30      cvs       277:     <ul>
                    278:       <li><strong><a href="#sectb71">Characters</a></strong></li>
                    279:       <li><strong><a href="#sectb72">Symbols</a></strong></li>
                    280:       <li><strong><a href="#sectb73">Graphical elements</a></strong></li>
                    281:     </ul>
                    282:   </li>
1.18      cvs       283: </ul>
1.37      cvs       284: <hr />
1.18      cvs       285: </div>
1.1       cvs       286: 
1.18      cvs       287: <div class="chapter">
1.37      cvs       288: <h1><a name="sect2" id="sect2">The document model of Thot</a></h1>
1.1       cvs       289: 
1.30      cvs       290: <p>All of the services which Thot provides to the user are based on the
1.37      cvs       291: system's internal document representation. This representation is itself
                    292: derived from the document model which underlies Thot. The model is presented
1.30      cvs       293: here, prior to the description of the languages which permit the generic
                    294: specification of documents.</p>
1.1       cvs       295: 
1.18      cvs       296: <div class="section">
1.37      cvs       297: <h2><a name="sectb21" id="sectb21">The logical structure of documents</a></h2>
1.1       cvs       298: 
1.30      cvs       299: <p>The document model of Thot is primarily designed to allow the user to
                    300: operate on those entities which s/he has in mind when s/he works on a
                    301: document. The model makes no assumptions about the nature of these entities.
                    302: It is essentially these logical entities, such as paragraphs, sections,
                    303: chapters, notes, titles, and cross-references which give a document its
                    304: logical structure.</p>
                    305: 
                    306: <p>Because of this model, the author can divide the document into chapters,
1.37      cvs       307: giving each one a title. The content of these chapters can be further divided
                    308: into sections, subsections, etc. The text is organized into successive
1.2       cvs       309: paragraphs, according to the content. In the writing phase, the lines, pages,
1.37      cvs       310: margins, spacing, fonts, and character styles are not very important. In
                    311: fact, if the system requires documents to be written in these terms, it gets
                    312: in the way. So, Thot's model is primarily based on the logical aspect of
                    313: documents. The creation of a model of this type essentially requires the
                    314: definition :</p>
1.18      cvs       315: <ul>
1.30      cvs       316:   <li>of the entities which can appear in the documents,</li>
                    317:   <li>and the relations between these entities.</li>
1.18      cvs       318: </ul>
1.30      cvs       319: 
1.37      cvs       320: <p>The choice of entities to include in the model can be subtle. Some
                    321: documents require chapters, while others only need various levels of
                    322: sections. Certain documents contain appendices, others don't. In different
                    323: documents the same logical entity may go by different names (e.g.
                    324: ``Conclusion'' and ``Summary''). Certain entities which are absolutely
                    325: necessary in some documents, such as clauses in a contract or the address of
                    326: the recipient in a letter, are useless in most other cases.</p>
1.30      cvs       327: 
                    328: <p>The differences between documents result from more than just the entities
                    329: that appear in them, but also from the relationships between these entities
1.37      cvs       330: and the ways that they are linked. In certain documents, notes are spread
1.30      cvs       331: throughout the document, for example at the bottom of the page containing the
1.1       cvs       332: cross-reference to them, while in other documents they are collected at the
1.37      cvs       333: end of each chapter or even at the end of the work. As another example, the
1.1       cvs       334: introduction of some documents can contain many sections, while in other
                    335: documents, the introduction is restricted to be a short sequence of
1.18      cvs       336: paragraphs.</p>
1.30      cvs       337: 
1.37      cvs       338: <p>All of this makes it unlikely that a single model can describe any
                    339: document at a relatively high level. It is obviously tempting to make up a
                    340: list of widely used entities, such as chapters, sections, paragraphs, and
                    341: titles, and then map all other entities onto the available choices. In this
                    342: way, an introduction can be supported as a chapter and a contract clause
                    343: supported as a paragraph or section. However, in trying to widen the range of
                    344: usage of certain entities, their meaning can be lost and the power of the
                    345: model reduced. In addition, while this widening partially solves the problem
                    346: of choosing entities, it does not solve the problem of their organization:
                    347: when a chapter must be composed of sections, how does one indicate that an
                    348: introduction has none when it is merely another chapter? One solution is to
1.1       cvs       349: include introductions in the list of supported entities. But then, how does
                    350: one distinguish those introductions which are allowed to have sections from
1.37      cvs       351: those which are not. Perhaps this could be done by defining two types of
1.1       cvs       352: introduction. Clearly, this approach risks an infinite expansion of the list
1.18      cvs       353: of widely used entities.</p>
                    354: </div>
1.1       cvs       355: 
1.18      cvs       356: <div class="section">
1.37      cvs       357: <h2><a name="sectb22" id="sectb22">Generic and specific structures</a></h2>
1.1       cvs       358: 
1.30      cvs       359: <p>Thus, it is apparently impossible to construct an exhaustive inventory of
                    360: all those entities which are necessary and sufficient to precisely describe
1.37      cvs       361: any document. It also seems impossible to specify all possible arrangements
                    362: of these entities in a document. This is why Thot uses a <em>meta-model</em>
1.18      cvs       363: instead, which permits the description of numerous <em>models</em>, each one
                    364: describing a <em>class</em> of documents.</p>
1.30      cvs       365: 
1.37      cvs       366: <p>A <em>class</em> is a set of documents having very similar structure.
                    367: Thus, the collection of research reports published by a laboratory
                    368: constitutes a class; the set of commercial proposals by the sales department
                    369: of a company constitutes another class; the set of articles published by a
                    370: journal constitutes a third class. Clearly, it is not possible to enumerate
                    371: every possible document class. It is also clear that new document classes
                    372: must be created to satisfy new needs and applications.</p>
1.30      cvs       373: 
                    374: <p>To give a more rigorous definition of classes, we must introduce the ideas
1.37      cvs       375: of <em>generic structure</em> and <em>specific structure</em>. Each document
1.30      cvs       376: has a <em>specific structure</em> which organizes the various parts which
1.37      cvs       377: comprise it. We illustrate this with the help of a simple example comparing
1.30      cvs       378: two reports, A and B (<a href="#specstruct">see Figure</a>). The report A
1.37      cvs       379: contains an introduction followed by three chapters and a conclusion. The
                    380: first chapter contains two sections, the second, three sections. That is the
1.18      cvs       381: <em>specific</em> structure of document A. Similarly, the structure of
1.1       cvs       382: document B is: an introduction, two chapters, a conclusion; Chapter 1 has
1.37      cvs       383: three sections while Chapter 2 has four. The specific structures of these two
1.18      cvs       384: documents are thus different.</p>
1.1       cvs       385: 
1.18      cvs       386: <div class="figure">
1.37      cvs       387: <hr />
1.18      cvs       388: <pre>        Report A                 Report B
1.1       cvs       389:              Introduction              Introduction
                    390:              Chapter 1                 Chapter 1
                    391:                   Section 1.1               Section 1.1
                    392:                   Section 1.2               Section 1.2
                    393:              Chapter 2                      Section 1.3
                    394:                   Section 2.1          Chapter 2
                    395:                   Section 2.2               Section 2.1
                    396:                   Section 2.3               Section 2.2
                    397:              Chapter 3                      Section 2.3
                    398:              Conclusion                     Section 2.4
1.18      cvs       399:                                        Conclusion</pre>
1.30      cvs       400: 
1.37      cvs       401: <p align="center"><em><a name="specstruct" id="specstruct">Two specific
1.30      cvs       402: structures</a></em></p>
1.37      cvs       403: <hr />
1.30      cvs       404: </div>
                    405: 
                    406: <p>The <em>generic structure</em> defines the ways in which specific
1.37      cvs       407: structures can be constructed. It specifies how to generate specific
                    408: structures. The reports A and B, though different, are constructed in
1.30      cvs       409: accordance with the same generic structure, which specifies that a report
                    410: contains an introduction followed by a variable number of chapters and a
                    411: conclusion, with each chapter containing a variable number of sections.</p>
                    412: 
                    413: <p>There is a one-to-one correspondence between a class and a generic
1.37      cvs       414: structure: all the documents of a class are constructed in accordance with
                    415: the same generic structure. Hence the definition of the class: a class is a
                    416: set of documents whose specific structure is constructed in accordance with
                    417: the same generic structure. A class is characterized by its generic
1.30      cvs       418: structure.</p>
1.19      cvs       419: 
1.30      cvs       420: <p>Thus, a generic structure can be considered to be a model at the level
1.37      cvs       421: which interests us, but only for one class of documents. When the definition
1.30      cvs       422: is limited to a single class of documents, it is possible to define a model
                    423: which does a good job of representing the documents of the class, including
1.37      cvs       424: the necessary entities and unencumbered by useless entities. The description
1.30      cvs       425: of the organization of the documents in the class can then be sufficiently
1.18      cvs       426: precise.</p>
                    427: </div>
1.1       cvs       428: 
1.18      cvs       429: <div class="section">
1.37      cvs       430: <h2><a name="sectb23" id="sectb23">Logical structure and physical
                    431: structure</a></h2>
1.1       cvs       432: 
1.30      cvs       433: <p>Generic structures only describe the <em>logical</em> organization of
1.18      cvs       434: documents, not their <em>physical</em> presentation on a screen or on sheets
1.37      cvs       435: of paper. However, for a document to be displayed or printed, its graphic
1.18      cvs       436: presentation must be taken into account.</p>
1.30      cvs       437: 
                    438: <p>An examination of current printed documents shows that the details of
1.1       cvs       439: presentation essentially serve to bring out their logical structure. Outside
                    440: of some particular domains, notably advertising, the presentation is rarely
1.37      cvs       441: independent of the logical organization of the text. Moreover, the art of
1.1       cvs       442: typography consists of enhancing the organization of the text being set,
1.37      cvs       443: without catching the eye of the reader with overly pronounced effects. Thus,
                    444: italic and boldface type are used to emphasize words or expressions which
                    445: have greater significance than the rest of the text: keywords, new ideas,
                    446: citations, book titles, etc. Other effects highlight the organization of the
1.1       cvs       447: text: vertical space, margin changes, page breaks, centering, eventually
                    448: combined with the changes in the shapes or weight of the characters. These
                    449: effects serve to indicate the transitions between paragraphs, sections, or
                    450: chapters: an object's level in the logical structure of the document is shown
1.18      cvs       451: by the markedness of the effects.</p>
1.30      cvs       452: 
                    453: <p>Since the model permits the description of all of the logical structure of
                    454: the document, the presentation can be derived from the model without being
1.37      cvs       455: submerged in the document itself. It suffices to use the logical structure of
1.1       cvs       456: the document to make the desired changes in its presentation: changes in type
1.18      cvs       457: size, type style, spacing, margin, centering, etc.</p>
1.30      cvs       458: 
                    459: <p>Just as one cannot define a unique generic logical structure for all
                    460: document classes, one cannot define universal presentation rules which can be
1.37      cvs       461: applied to all document classes. For certain types of documents the chapter
                    462: titles will be centered on the page and printed in large, bold type. For
                    463: other documents, the same chapter titles will be printed in small, italic
                    464: type and aligned on the left margin.</p>
1.30      cvs       465: 
                    466: <p>Therefore, it is necessary to base the presentation specifications for
1.37      cvs       467: documents on their class. Such a specification can be very fine-grained,
1.1       cvs       468: because the presentation is expressed in terms of the entities defined in the
1.37      cvs       469: generic logical structure of the class. Thus, it is possible to specify a
1.1       cvs       470: different presentation for the chapter titles and the section titles, and
                    471: similarly to specify titles for the sections according to their level in the
1.37      cvs       472: section hierarchy. The set of rules which specify the presentation of all the
1.18      cvs       473: elements defined in a generic logical structure is called a <em>generic
                    474: presentation</em>.</p>
1.30      cvs       475: 
                    476: <p>There are several advantages derived from having a presentation linked to
                    477: the generic structure and described by a generic presentation. Homogeneity is
1.37      cvs       478: the first. Since every document in a class corresponds to the same generic
1.1       cvs       479: logical structure, a homogenous presentation for different documents of the
                    480: same class can be assured by applying the same generic presentation to all
1.37      cvs       481: documents of the class. Homogeneity of presentation can also be found among
                    482: the entities of a single document: every section heading will be presented in
                    483: the same way, the first line of every paragraph of the same type will have
                    484: the same indentation, etc.</p>
1.30      cvs       485: 
                    486: <p>Another advantage of this approach to presentation is that it facilitates
1.37      cvs       487: changes to the graphical aspect of documents. A change to the generic
                    488: presentation rules attached to each type of entity will alter the
                    489: presentation of the entire document, and will do so homogenously. In this
                    490: case, the internal homogeneity of the class is no longer assured, but the way
                    491: to control it is simple. It suffices to adopt a single generic presentation
                    492: for the entire class.</p>
1.30      cvs       493: 
                    494: <p>If the presentation of the class does not have to be homogenous, then the
1.37      cvs       495: appearance of the document can be adapted to the way it will be used or to
                    496: the device used to render it. This quality is sufficient to allow the
                    497: existence of <a name="mulpres" id="mulpres">many generic presentations</a>
                    498: for the same document class. By applying one or the other of these
                    499: presentations to it, the document can be seen under different graphical
                    500: aspects. It must be emphasized that this type of modification of the
                    501: presentation is not a change to the document itself (in its specific logical
                    502: structure or its content), but only in its appearance at the time of editing
                    503: or printing.</p>
1.18      cvs       504: </div>
1.1       cvs       505: 
1.18      cvs       506: <div class="section">
1.37      cvs       507: <h2><a name="sectb24" id="sectb24">Document structures and object
                    508: structures</a></h2>
1.1       cvs       509: 
1.30      cvs       510: <p>So far, we have only discussed the global structure of documents and have
1.37      cvs       511: not considered the contents found in that structure. We could limit ourselves
1.30      cvs       512: to purely textual contents by assuming that a title or a paragraph contains a
1.37      cvs       513: simple linear text. But this model would be too restrictive. In fact, certain
                    514: documents contain not only text, but also contain tables, diagrams,
                    515: photographs, mathematical formulas, and program fragments. The model must
1.18      cvs       516: permit the representation of such <em>objects</em>.</p>
1.30      cvs       517: 
                    518: <p>Just as with the whole of the document, the model takes into account the
1.37      cvs       519: logical structure of objects of this type. Some are clearly structured,
                    520: others are less so. Logical structure can be recognized in mathematical
                    521: formulas, in tables, and in certain types of diagrams. On the other hand, it
                    522: is difficult to define the structure of a photograph or of some drawings. But
1.1       cvs       523: in any case, it does not seem possible to define one unique structure which
1.37      cvs       524: can represent every one of these types of objects. The approach taken in the
1.1       cvs       525: definition of meta-structure and document classes also applies to objects.
                    526: Object classes can be defined which put together objects of similar type,
1.18      cvs       527: constructed from the same generic logical structure.</p>
1.30      cvs       528: 
                    529: <p>Thus, a mathematical class can be defined and have a generic logical
1.37      cvs       530: structure associated with it. But even if a single generic structure can
1.30      cvs       531: represent a sufficient variety of mathematical formulas, for other objects
1.37      cvs       532: with less rigorous structure, multiple classes must be defined. As for
                    533: documents, using multiple classes assures that the model can describe the
                    534: full range of objects to be presented. It also permits the system to support
                    535: objects which were not initially anticipated. Moreover, this comment applies
1.30      cvs       536: equally to mathematics: different classes of formulas can be described
                    537: depending on the domain of mathematics being described.</p>
                    538: 
                    539: <p>Since objects have the same level of logical representation as documents,
1.37      cvs       540: they gain the same advantages. In particular, it is possible to define the
1.1       cvs       541: presentation separately from the objects themselves and attach it to the
1.37      cvs       542: class. Thus, as for documents, objects of the same type have a uniform
1.1       cvs       543: presentation and the presentation of every object in a given class can be
1.37      cvs       544: changed simply by changing the generic presentation of the class. Another
1.1       cvs       545: advantage of using this document model is that the system does not bother the
                    546: user with the details of presentation, but rather allows the user to
1.18      cvs       547: concentrate on the logical aspect of the document and the objects.</p>
1.30      cvs       548: 
                    549: <p>It is clear that the documents in a class do not necessarily use the same
1.1       cvs       550: classes of objects: one technical report will contain tables while another
                    551: report will have no tables but will use mathematical formulas. The usable
1.2       cvs       552: object classes are not always mentioned in a limiting way in the generic
1.37      cvs       553: logical structure of documents. Rather, they can be chosen freely from a
1.18      cvs       554: large set, independent of the document class.</p>
1.30      cvs       555: 
                    556: <p>Thus, the object classes will be made commonplace and usable in every
1.1       cvs       557: document. The notion of ``object'' can be enlarged to include not only
                    558: non-textual elements, but also certain types of textual elements which can
1.37      cvs       559: appear in practically every document, whatever their class. Among these
1.2       cvs       560: textual elements, one can mention enumerations, descriptions, examples,
1.18      cvs       561: quotations, even paragraphs.</p>
1.30      cvs       562: 
                    563: <p>Thus, the document model is not a single, general model describing every
1.37      cvs       564: type of document in one place. Rather, it is a meta-model which can be used
1.30      cvs       565: to describe many different models each of which represents either a class of
1.1       cvs       566: similar documents or a class of similar objects which every document can
1.18      cvs       567: include.</p>
                    568: </div>
1.37      cvs       569: <hr />
1.18      cvs       570: </div>
1.1       cvs       571: 
1.18      cvs       572: <div class="chapter">
1.37      cvs       573: <h1><a name="sect3" id="sect3">The S language</a></h1>
1.1       cvs       574: 
1.18      cvs       575: <div class="section">
1.37      cvs       576: <h2><a name="sectb31" id="sectb31">Document meta-structure</a></h2>
1.1       cvs       577: 
1.30      cvs       578: <p>Since the concept of meta-structure is well suited to the task of
                    579: describing documents at a high level of abstraction, this meta-structure must
1.37      cvs       580: be precisely defined. Toward that end this section first presents the basic
1.1       cvs       581: elements from which documents and structured objects are composed and then
1.37      cvs       582: specifies the ways in which these basic elements are assembled into
                    583: structures representing complete documents and objects.</p>
1.1       cvs       584: 
1.18      cvs       585: <div class="subsection">
1.37      cvs       586: <h3><a name="sectc311" id="sectc311">The basic types</a></h3>
1.1       cvs       587: 
1.37      cvs       588: <p>At the lowest level of a document's structure, the first atom considered
                    589: is the character. However, since characters are seldom isolated, usually
1.1       cvs       590: appearing as part of a linear sequence, and in order to reduce the complexity
1.18      cvs       591: of the document structure, <em>character strings</em> are used as atoms and
1.37      cvs       592: consecutive characters belonging to the same structural element are grouped
                    593: in the same character string.</p>
1.30      cvs       594: 
1.37      cvs       595: <p>If the structure of a document is not refined to go down to the level of
                    596: words or phrases, the contents of a simple paragraph can be considered to be
                    597: a single character string. On the other hand, the title of a chapter, the
                    598: title of the first section of that chapter, and the text of the first
                    599: paragraph of that section constitute three different character strings,
                    600: because they belong to distinct structural elements.</p>
1.30      cvs       601: 
                    602: <p>If, instead, a very fine-grained representation for the structure of a
1.1       cvs       603: document is sought, character strings could be defined to contain only a
1.37      cvs       604: single word, or even just a single character. This is the case, for example,
                    605: in programs, for which one wants to retain a structure very close to the
                    606: syntax of the programming language. In this case, an assignment statement
1.1       cvs       607: initializing a simple variable to zero would be composed of two structural
                    608: elements, the identifier of the variable (a short character string) and the
1.18      cvs       609: assigned value (a string of a single character, `0').</p>
1.30      cvs       610: 
                    611: <p>The character string is not the only atom necessary for representing those
1.37      cvs       612: documents that interest us. It suffices for purely textual documents, but as
1.1       cvs       613: soon as the non-textual objects which we have considered arise, there must be
                    614: other atoms; the number of objects which are to be represented determines the
1.18      cvs       615: number of types of atoms that are necessary.</p>
1.30      cvs       616: 
                    617: <p>Primitive <em>graphical elements</em> are used for tables and figures of
1.37      cvs       618: different types. These elements are simple geometric shapes like horizontal
1.1       cvs       619: or vertical lines, which are sufficient for tables, or even oblique lines,
1.2       cvs       620: arrows, rectangles, circles, polygons, and curves for use in figures. From
                    621: these elements and character strings, graphical objects and tables can be
1.18      cvs       622: constructed.</p>
1.30      cvs       623: 
                    624: <p>Photographs, though having very little structure, must still appear in
1.37      cvs       625: documents. They are supported by <em>picture</em> elements, which are
1.18      cvs       626: represented as matrices of pixels.</p>
1.30      cvs       627: 
                    628: <p>Finally, mathematical notations require certain elements which are
1.37      cvs       629: simultaneously characters and graphical elements, the <em>symbols</em>. By
                    630: way of example, radicals, integration signs, or even large parentheses are
                    631: examples of this type of atom. The size of each of these symbols is
1.1       cvs       632: determined by its environment, that is to say, by the expression to which it
1.18      cvs       633: is attached.</p>
1.30      cvs       634: 
                    635: <p>To summarize, the primitive elements which are used in the construction of
1.18      cvs       636: documents and structured objects are:</p>
                    637: <ul>
1.30      cvs       638:   <li>character strings,</li>
                    639:   <li>graphical elements,</li>
                    640:   <li>pictures,</li>
                    641:   <li>and mathematical symbols.</li>
1.18      cvs       642: </ul>
                    643: </div>
1.1       cvs       644: 
1.18      cvs       645: <div class="subsection">
1.37      cvs       646: <h3><a name="sectc312" id="sectc312">Constructed elements</a></h3>
1.30      cvs       647: 
1.37      cvs       648: <p>A document is evidently formed from primitive elements. But the model of
                    649: Thot also proposes higher level elements. Thus, in a document composed of
                    650: several chapters, each chapter is an element, and in the chapters each
                    651: section is also an element, and so on. A document is thus an organized set of
1.30      cvs       652: elements.</p>
1.1       cvs       653: 
1.37      cvs       654: <p>In a document there are different sorts of elements. Each element has a
                    655: <em>type</em> which indicates the role of the element within the document as
                    656: a whole. Thus, we have, for example, the chapter and section types. The
1.1       cvs       657: document is made up of typed elements: elements of the type chapter and
1.37      cvs       658: elements of the type section, among others, but also character string
                    659: elements and graphical elements: the primitive elements are typed elements
                    660: just as well. At the other extreme, the document itself is also considered to
                    661: be a typed element.</p>
1.30      cvs       662: 
                    663: <p>The important difference between the primitive elements and the other
1.37      cvs       664: elements of the document is that the primitive elements are atoms (they
                    665: cannot be decomposed), whereas the others, called <em>constructed
                    666: elements</em>, are composed of other elements, which can either be primitive
                    667: elements or constructed elements. A constructed element of type chapter (or
                    668: more simply, ``a chapter'') is composed of sections, which are also
                    669: constructed elements. A paragraph, a constructed element, can be made up of
                    670: character strings, which are primitive elements, and of equations, which are
                    671: constructed elements.</p>
1.30      cvs       672: 
1.37      cvs       673: <p>A document is also a constructed element. This is an important point. In
1.1       cvs       674: particular, it allows a document to be treated as part of another document,
                    675: and conversely, permits a part of a document to be treated as a complete
1.37      cvs       676: document. Thus, an article presented in a journal is treated by its author as
1.1       cvs       677: a document in itself, while the editor of the journal considers it to be part
1.37      cvs       678: of an issue. A table or a figure appearing in a document can be extracted and
1.1       cvs       679: treated as a complete document, for example to prepare transparencies for a
1.18      cvs       680: conference.</p>
1.30      cvs       681: 
                    682: <p>These thoughts about types and constructed elements apply just as well to
1.37      cvs       683: objects as they do to documents. A table is a constructed element made up of
                    684: other constructed elements, rows and columns. A row is formed of cells, which
1.1       cvs       685: are also constructed elements which contain primitive elements (character
1.18      cvs       686: strings) and/or constructed elements like equations.</p>
                    687: </div>
1.1       cvs       688: 
1.18      cvs       689: <div class="subsection">
1.37      cvs       690: <h3><a name="sectc313" id="sectc313">Logical structure constructors</a></h3>
1.1       cvs       691: 
1.30      cvs       692: <p>Having defined the primitive elements and the constructed elements, it is
                    693: now time to define the types of organization which allow the building of
1.37      cvs       694: structures. For this, we rely on the notion of the <em>constructor</em>. A
                    695: constructor defines a way of assembling certain elements in a structure. It
1.1       cvs       696: resides at the level of the meta-structure: it does not describe the existing
1.37      cvs       697: relations in a given structure, but rather defines how elements are assembled
1.18      cvs       698: to build a structure that conforms to a model.</p>
1.30      cvs       699: 
                    700: <p>In defining the overall organization of documents, the first two
                    701: constructors considered are the aggregate and the list.</p>
1.1       cvs       702: 
1.18      cvs       703: <div class="subsubsection">
1.37      cvs       704: <h4><a name="sectd3131" id="sectd3131">Aggregate and List</a></h4>
1.1       cvs       705: 
1.30      cvs       706: <p>The <em>aggregate</em> constructor is used to define constructed element
                    707: types which are collections of a given number of other elements. These
1.37      cvs       708: collections may or may not be ordered. The elements may be either constructed
                    709: or primitive and are specified by their type. A report (that is, a
                    710: constructed element of the report type) has an aggregate structure. It is
1.30      cvs       711: formed from a title, an author's name, an introduction, a body, and a
1.37      cvs       712: conclusion, making it a collection of five element types. This type of
1.30      cvs       713: constructor is found in practically every document, and generally at several
                    714: levels in a document.</p>
                    715: 
                    716: <p>The <em>list</em> constructor is used to define constructed elements which
                    717: are ordered sequences of elements (constructed or primitive) having the same
                    718: type. The minimum and maximum numbers of elements for the sequence can be
                    719: specified in the list constructor or the number of elements can be left
                    720: unconstrained. The body of a report is a list of chapters and is typically
                    721: required to contain a minimum of two chapters (is a chapter useful if it is
                    722: the only one in the report?) The chapter itself can contain a list of
1.37      cvs       723: sections, each section containing a list of paragraphs. In the same way as
                    724: the aggregate, the list is a very frequently used constructor in every type
                    725: of document. However, these two constructors are not sufficient to describe
                    726: every document structure; thus other constructors supplement them.</p>
1.18      cvs       727: </div>
1.1       cvs       728: 
1.18      cvs       729: <div class="subsubsection">
1.37      cvs       730: <h4><a name="sectd3132" id="sectd3132">Choice, Schema, and Unit</a></h4>
1.1       cvs       731: 
1.30      cvs       732: <p>The <em>choice</em> constructor is used to define the structure of an
                    733: element type for which one alternative is chosen from several possibilities.
1.37      cvs       734: Thus, a paragraph can be either a simple text paragraph, or an enumeration,
                    735: or a citation.</p>
1.30      cvs       736: 
                    737: <p>The choice constructor indicates the complete list of possible options,
                    738: which can be too restrictive in certain cases, the paragraph being one such
                    739: case. Two constructors, <em>unit</em> and <em>schema</em>, address this
1.37      cvs       740: inconvenience. They allow more freedom in the choice of an element type. If a
                    741: paragraph is defined by a schema constructor, it is possible to put in the
1.1       cvs       742: place of a paragraph a table, an equation, a drawing or any other object
1.37      cvs       743: defined by another generic logical structure. It is also possible to define a
1.1       cvs       744: paragraph as a sequence of units, which could be character strings, symbols,
1.37      cvs       745: or pictures. The choice constructor alone defines a generic logical structure
1.1       cvs       746: that is relatively constrained; in contrast, using units and schemas, a very
1.18      cvs       747: open structure can be defined.</p>
1.30      cvs       748: 
                    749: <p>The <em>schema</em> constructor represents an object defined by a generic
1.18      cvs       750: logical structure chosen freely from among those available.</p>
1.30      cvs       751: 
                    752: <p>The <em>unit</em> constructor represents an element whose type can be
                    753: either a primitive type or an element type defined as a unit in the generic
                    754: logical structure of the document, or in another generic logical structure
1.37      cvs       755: used in the document. Such an element may be used in document objects
1.30      cvs       756: constructed according to other generic structures.</p>
                    757: 
                    758: <p>Thus, for example, if a cross-reference to a footnote is defined in the
1.37      cvs       759: generic logical structure ``Article'' as a unit, a table (an object defined
                    760: by another generic structure) can contain cross-references to footnotes, when
                    761: they appear in an article. In another type of document, a table defined by
1.1       cvs       762: the same generic structure can contain other types of elements, depending on
1.37      cvs       763: the type of document into which the table is inserted. All that is needed is
1.1       cvs       764: to declare, in the generic structure for tables, that the contents of cells
1.37      cvs       765: are units. In this way, the generic structure of objects is divided up
                    766: between different types of documents which are able to adapt themselves to
                    767: the environment into which they are inserted.</p>
1.18      cvs       768: </div>
1.1       cvs       769: 
1.18      cvs       770: <div class="subsubsection">
1.37      cvs       771: <h4><a name="sectd3133" id="sectd3133">Reference and Inclusion</a></h4>
1.1       cvs       772: 
1.30      cvs       773: <p>The <em>reference</em> is used to define document elements that are
1.18      cvs       774: cross-references to other elements, such as a section, a chapter, a
1.37      cvs       775: bibliographic citation, or a figure. The reference is bi-directional. It can
1.18      cvs       776: be used to access both the element being cross-referenced and each of the
                    777: elements which make use of the cross-reference.</p>
1.30      cvs       778: 
1.37      cvs       779: <p>References can be either <em>internal</em> or <em>external</em>. That is,
1.1       cvs       780: they can designate elements which appear in the same document or in another
1.18      cvs       781: document.</p>
1.30      cvs       782: 
1.37      cvs       783: <p>The <em><a name="inclusion" id="inclusion">inclusion</a></em> constructor
                    784: is a special type of reference. Like the reference, it is an internal or
                    785: external bidirectional link, but it is not a cross-reference. This link
                    786: represents the ``live'' inclusion of the designated element; it accesses the
                    787: most recent version of that element and not a ``dead'' copy, fixed in the
                    788: state in which it was found at the moment the copy was made. As soon as an
                    789: element is modified, all of its inclusions are automatically brought up to
                    790: date. It must be noted that, in addition to inclusion, Thot permits the
                    791: creation of ``dead'' copies.</p>
1.30      cvs       792: 
                    793: <p>There are three types of inclusions: inclusions with full expansion,
1.1       cvs       794: inclusions with partial expansion, and inclusions without expansion. During
                    795: editing, inclusions without expansion are represented on the screen by the
                    796: name of the included document, in a special color, while inclusions with
1.37      cvs       797: expansion (full or partial) are represented by a copy (full or partial) of
                    798: the included element (also in a special color). The on-screen representation
                    799: of a partial inclusion is a <a href="#sectc3213">``skeleton''</a> image of
                    800: the included document.</p>
1.30      cvs       801: 
                    802: <p>Inclusion with complete expansion can be used to include parts of the same
1.37      cvs       803: document or of other documents. Thus, it can be either an internal or an
                    804: external link. It can be used to include certain bibliographic entries of a
1.1       cvs       805: scientific article in another article, or to copy part of a mathematical
                    806: formula into another formula of the same document, thus assuring that both
1.18      cvs       807: copies will remain synchronized.</p>
1.30      cvs       808: 
                    809: <p>Inclusion without expansion or with partial expansion is used to include
1.37      cvs       810: complete documents. It is always an external link. It is used primarily to
1.1       cvs       811: divide very large documents into sub-documents that are easier to manipulate,
1.37      cvs       812: especially when there are many authors. So, a book can include some chapters,
1.1       cvs       813: where each chapter is a different document which can be edited separately.
                    814: When viewing the book on the screen, it might be desirable to see only the
1.37      cvs       815: titles of the chapters and sections. This can be achieved using inclusion
1.18      cvs       816: with partial expansion.</p>
1.30      cvs       817: 
1.37      cvs       818: <p>During printing, inclusions without expansion or with partial expansion
                    819: can be represented either as they were shown on the screen or by a complete
                    820: (and up-to-date) copy of the included element or document.</p>
1.30      cvs       821: 
                    822: <p>The inclusion constructor, whatever its type, respects the generic
                    823: structure: only those elements authorized by the generic structure can be
                    824: included at a given position in a document.</p>
1.18      cvs       825: </div>
1.1       cvs       826: 
1.18      cvs       827: <div class="subsubsection">
1.37      cvs       828: <h4><a name="sectd3134" id="sectd3134">Mark pairs</a></h4>
1.1       cvs       829: 
1.30      cvs       830: <p>It is often useful to delimit certain parts of a document independently
1.37      cvs       831: from the logical structure. For example, one might wish to attach some
1.30      cvs       832: information (in the form of an <a href="#sectc315">attribute</a>) or a
                    833: particular treatment to a group of words or a set of consecutive paragraphs.
                    834: <em>Mark pairs</em> are used to do this.</p>
                    835: 
                    836: <p>Mark pairs are elements which are always paired and are terminals in the
1.37      cvs       837: logical structure of the document. Their position in the structure of the
                    838: document is defined in the generic structure. It is important to note that
1.18      cvs       839: when the terminals of a mark pair are <em>extensions</em> (see the next
                    840: section), they can be used quite freely.</p>
                    841: </div>
1.1       cvs       842: 
1.18      cvs       843: <div class="subsubsection">
1.37      cvs       844: <h4><a name="sectd3135" id="sectd3135">Restrictions and Extensions</a></h4>
1.1       cvs       845: 
1.30      cvs       846: <p>The primitive types and the constructors presented so far permit the
1.1       cvs       847: definition of the logical structure of documents and objects in a rigorous
1.37      cvs       848: way. But this definition can be very cumbersome in certain cases, notably
1.1       cvs       849: when trying to constrain or extend the authorized element types in a
1.37      cvs       850: particular context. <em>Restrictions</em> and <em>extensions</em> are used to
1.18      cvs       851: cope with these cases.</p>
1.30      cvs       852: 
                    853: <p>A restriction associates with a particular element type <em>A</em>, a list
1.37      cvs       854: of those element types which elements of type <em>A</em> may not contain,
                    855: even if the definition of type <em>A</em> and those of its components
                    856: authorize them otherwise. This simplifies the writing of generic logical
                    857: structures and allows limitations to be placed, when necessary, on the
                    858: choices offered by the schema and unit constructors.</p>
                    859: 
                    860: <p>Extensions are the inverse of restrictions. They identify a list of
                    861: element types whose presence <em>is</em> permitted, even if its definition
                    862: and those of its components do not authorize them otherwise.</p>
1.18      cvs       863: </div>
                    864: 
                    865: <div class="subsubsection">
1.37      cvs       866: <h4><a name="sectd3136" id="sectd3136">Summary</a></h4>
1.18      cvs       867: 
1.30      cvs       868: <p>Thus, four constructors are used to construct a document:</p>
1.18      cvs       869: <ul>
1.30      cvs       870:   <li>the aggregate constructor (ordered or not),</li>
                    871:   <li>the list constructor,</li>
                    872:   <li>the choice constructor and its extensions, the unit and schema
                    873:     constructors,</li>
                    874:   <li>the reference constructor and its variant, the inclusion.</li>
                    875: </ul>
                    876: 
1.37      cvs       877: <p>These constructors are also sufficient for objects. Thus, these
1.30      cvs       878: constructors provide a homogenous meta-model which can describe both the
                    879: organization of the document as a whole and that of the various types of
1.37      cvs       880: objects which it contains. After presenting the description language for
1.30      cvs       881: generic structures, we will present several examples which illustrate the
                    882: appropriateness of the model.</p>
                    883: 
1.37      cvs       884: <p>The first three constructors (aggregate, list and choice) lead to
                    885: tree-like structures for documents and objects, the objects being simply the
                    886: subtrees of the tree of a document (or even of other objects' subtrees). The
                    887: reference constructor introduces other, non-hierarchical, relations which
                    888: augment those of the tree: when a paragraph makes reference to a chapter or a
                    889: section, that relation leaves the purely tree-like structure. Moreover,
                    890: external reference and inclusion constructors permit the establishment of
                    891: links between different documents, thus creating a hypertext structure.</p>
1.18      cvs       892: </div>
                    893: </div>
1.1       cvs       894: 
1.18      cvs       895: <div class="subsection">
1.37      cvs       896: <h3><a name="sectc315" id="sectc315">Attributes</a></h3>
1.1       cvs       897: 
1.30      cvs       898: <p>There remain logical aspects of documents that are not entirely described
1.37      cvs       899: by the structure. Certain types of semantic information, which are not stated
                    900: explicitly in the text, must also be taken into account. In particular, such
1.1       cvs       901: information is shown by typographic effects which do not correspond to a
1.37      cvs       902: change between structural elements. In fact, certain titles are set in bold
1.1       cvs       903: or italic or are printed in a different typeface from the rest of the text in
1.37      cvs       904: order to mark them as structurally distinct. But these same effects
1.1       cvs       905: frequently appear in the middle of continuous text (e.g. in the interior of a
1.37      cvs       906: paragraph). In this case, there is no change between structural elements; the
                    907: effect serves to highlight a word, expression, or phrase. The notion of an
1.18      cvs       908: <em>attribute</em> is used to express this type of information.</p>
1.30      cvs       909: 
                    910: <p>An attribute is a piece of information attached to a structural element
                    911: which augments the type of the element and clarifies its function in the
                    912: document. Keywords, foreign language words, and titles of other works can all
1.37      cvs       913: be represented by character strings with attached attributes. Attributes may
                    914: also be attached to constructed elements. Thus, an attribute indicating the
1.1       cvs       915: language can be attached to a single word or to a large part of a
1.18      cvs       916: document.</p>
1.30      cvs       917: 
                    918: <p>In fact, an attribute can be any piece of information which is linked to a
1.37      cvs       919: part of a document and which can be used by agents which work on the
                    920: document. For example, the language in which the document is written
                    921: determines the set of characters used by an editor or formatter. It also
                    922: determines the algorithm or hyphenation dictionary to be used. The attribute
                    923: ``keyword'' facilitates the work of an information retrieval system. The
                    924: attribute ``index word'' allows a formatter to automatically construct an
                    925: index at the end of the document.</p>
1.30      cvs       926: 
                    927: <p>As with the types of constructed elements, the attributes and the values
1.37      cvs       928: they can take are defined separately in each generic logical structure, not
                    929: in the meta-model, according to the needs of the document class or the nature
                    930: of the object.</p>
1.30      cvs       931: 
                    932: <p>Many types of attributes are offered: numeric, textual, references, and
1.18      cvs       933: enumerations:</p>
                    934: <ul>
1.40      quint     935:   <li><em>Numeric attributes</em> can take integer values (negative,
                    936:     positive, or null).</li>
                    937:   <li><em>Textual attributes</em> have as their values character strings.</li>
                    938:   <li><em>Reference attributes</em> designate an element of the logical
                    939:     structure.</li>
                    940:   <li><em>Enumeration attributes</em> can take one value from a limited list
                    941:     of possible values, each value being a name.</li>
1.18      cvs       942: </ul>
1.30      cvs       943: 
                    944: <p>In a generic structure, there is a distinction between <em>global
1.37      cvs       945: attributes</em> and <em>local attributes</em>. A global attribute can be
1.1       cvs       946: applied to every element type defined in the generic structure where it is
1.37      cvs       947: specified. In contrast, a local attribute can only be applied to certain
                    948: types of elements, even only a single type. The ``language'' attribute
                    949: presented above is an example of a global attribute. An example of a local
1.1       cvs       950: attribute is the rank of an author (principal author of the document or
                    951: secondary author): this attribute can only be applied sensibly to an element
1.18      cvs       952: of the ``author'' type.</p>
1.30      cvs       953: 
                    954: <p>Attributes can be assigned to the elements which make up the document in
1.37      cvs       955: many different ways. The author can freely and dynamically place them on any
1.30      cvs       956: part of the document in order to attach supplementary information of his/her
1.18      cvs       957: choice. However, attributes may only be assigned in accordance with the rules
1.37      cvs       958: of the generic structure; in particular, local attributes can only be
                    959: assigned to those element types for which they are defined.</p>
1.30      cvs       960: 
                    961: <p>In the generic structure, certain local attributes can be made mandatory
1.37      cvs       962: for certain element types. In this case, Thot automatically associates the
                    963: attribute with the elements of this type and it requires the user to provide
                    964: a value for this attribute.</p>
                    965: 
                    966: <p>Attributes can also be automatically assigned, with a given value, by
                    967: every application processing the document in order to systematically add a
                    968: piece of information to certain predefined elements of the document. By way
                    969: of example, in a report containing a French abstract and an English abstract,
                    970: each of the two abstracts is defined as a sequence of paragraphs. The first
1.1       cvs       971: abstract has a value of ``French'' for the ``language'' attribute while the
1.18      cvs       972: second abstract's ``language'' attribute has a value of ``English''.</p>
1.30      cvs       973: 
                    974: <p>In the case of mark pairs, attributes are logically associated with the
                    975: pair as a whole, but are actually attached to the first mark.</p>
1.18      cvs       976: </div>
1.1       cvs       977: 
1.18      cvs       978: <div class="subsection">
1.37      cvs       979: <h3><a name="sectc316" id="sectc316">Discussion of the model</a></h3>
1.1       cvs       980: 
1.37      cvs       981: <p>The notions of attribute, constructor, and structured element are used in
                    982: the definition of generic logical structures of documents and objects. The
                    983: problem is to assemble them to form generic structures. In fact, many types
                    984: of elements and attributes can be found in a variety of generic structures.
                    985: Rather than redefine them for each structure in which they appear, it is best
                    986: to share them between structures. The object classes already fill this
                    987: sharing function. If a mathematical class is defined, its formulas can be
                    988: used in many different document classes, without redefining the structure of
                    989: each class. This problem arises not only for the objects considered here; it
                    990: also arises for the commonplace textual elements found in many document
                    991: classes. This is the reason why the notion of object is so broad and why
                    992: paragraphs and enumerations are also considered to be objects. These object
                    993: classes not only permit the sharing of the structures of elements, but also
                    994: of the attributes defined in the generic structures.</p>
1.30      cvs       995: 
                    996: <p>Structure, such as that presented here, can appear very rigid, and it is
1.1       cvs       997: possible to imagine that a document editing system based on this model could
1.37      cvs       998: prove very constraining to the user. This is, in fact, a common criticism of
                    999: syntax-directed editors. This defect can be avoided with Thot, primarily for
1.18      cvs      1000: three reasons:</p>
                   1001: <ul>
1.30      cvs      1002:   <li>the generic structures are not fixed in the model itself,</li>
                   1003:   <li>the model takes the dynamics of documents into account,</li>
                   1004:   <li>the constructors offer great flexibility.</li>
1.18      cvs      1005: </ul>
1.30      cvs      1006: 
                   1007: <p>When the generic structure of a document is not predefined, but rather is
1.1       cvs      1008: constructed specifically for each document class, it can be carefully adapted
1.37      cvs      1009: to the current needs. In cases where the generic structure is inadequate for
1.1       cvs      1010: a particular document of the class, it is always possible either to create a
                   1011: new class with a generic structure well suited to the new case or to extend
1.37      cvs      1012: the generic structure of the existing class to take into account the
                   1013: specifics of the document which poses the problem. These two solutions can
                   1014: also be applied to objects whose structures prove to be poorly designed.</p>
1.30      cvs      1015: 
                   1016: <p>The model is sufficiently flexible to take into account all the phases of
1.37      cvs      1017: the life of the document. When a generic structure specifies that a report
                   1018: must contain a title, an abstract, an introduction, at least two chapters,
                   1019: and a conclusion, this means only that a report, <em>upon completion</em>,
                   1020: will have to contain all of these elements. When the author begins writing,
                   1021: none of these elements is present. Thot uses this model. Therefore, it
                   1022: tolerates documents which do not conform strictly to the generic structure of
                   1023: their class; it also considers the generic logical structure to be a way of
                   1024: helping the user in the construction of a complex document.</p>
1.30      cvs      1025: 
                   1026: <p>In contrast, other applications may reject a document which does not
1.37      cvs      1027: conform strictly to its generic structure. This is, for example, what is done
1.30      cvs      1028: by compilers which refuse to generate code for a program which is not
1.37      cvs      1029: syntactically correct. This might also occur when using a document
1.18      cvs      1030: application for a report which does not have an abstract or title.</p>
1.30      cvs      1031: 
                   1032: <p>The constructors of the document model bring a great flexibility to the
1.37      cvs      1033: generic structures. A choice constructor (and even more, a unit or schema
                   1034: constructor) can represent several, very different elements. The list
                   1035: constructor permits the addition of more elements of the same type. Used
1.1       cvs      1036: together, these two constructors permit any series of elements of different
1.37      cvs      1037: types. Of course, this flexibility can be reduced wherever necessary since a
1.1       cvs      1038: generic structure can limit the choices or the number of elements in a
1.18      cvs      1039: list.</p>
1.30      cvs      1040: 
                   1041: <p>Another difficulty linked to the use of structure in the document model
1.37      cvs      1042: resides in the choice of the level of the structure. The structure of a
1.1       cvs      1043: discussion could be extracted from the text itself via linguistic analysis.
                   1044: Some studies are exploring this approach, but the model of Thot excludes this
1.37      cvs      1045: type of structure. It only takes into account the logical structure provided
1.18      cvs      1046: explicitly by the author.</p>
1.30      cvs      1047: 
1.37      cvs      1048: <p>However, the level of structure of the model is not imposed. Each generic
                   1049: structure defines its own level of structure, adapted to the document class
                   1050: or object and to the ways in which it will be processed. If it will only be
                   1051: edited and printed, a relatively simple structure suffices. If more
                   1052: specialized processing will be applied to it, the structure must represent
                   1053: the element types on which this processing must act. By way of example, a
                   1054: simple structure is sufficient for printing formulas, but a more complex
                   1055: structure is required to perform symbolic or numeric calculations on the
                   1056: mathematical expressions. The document model of Thot allows both types of
                   1057: structure.</p>
1.18      cvs      1058: </div>
                   1059: </div>
1.1       cvs      1060: 
1.18      cvs      1061: <div class="section">
1.37      cvs      1062: <h2><a name="sectb32" id="sectb32">The definition language for generic
                   1063: structures</a></h2>
1.1       cvs      1064: 
1.37      cvs      1065: <p>Generic structures, which form the basis of the document model of Thot,
                   1066: are specified using a special language. This definition language, called S,
                   1067: is described in this section.</p>
1.30      cvs      1068: 
                   1069: <p>Each generic structure, which defines a class of documents or objects, is
1.2       cvs      1070: specified by a file, written in the S language, which is called a
1.37      cvs      1071: <em>structure schema</em>. Structure schemas are compiled into tables, called
1.18      cvs      1072: structure tables, which are used by Thot and which determine its behavior.</p>
1.1       cvs      1073: 
1.18      cvs      1074: <div class="subsection">
1.37      cvs      1075: <h3><a name="sectc321" id="sectc321">Writing Conventions</a></h3>
1.1       cvs      1076: 
1.30      cvs      1077: <p>The grammar of S, like those of the languages P and T presented later, is
1.1       cvs      1078: described using the meta-language M, derived from the Backus-Naur Form
1.18      cvs      1079: (BNF).</p>
1.30      cvs      1080: 
                   1081: <p>In this meta-language each rule of the grammar is composed of a grammar
1.37      cvs      1082: symbol followed by an equals sign (`=') and the right part of the rule. The
1.30      cvs      1083: equals sign plays the same role as the traditional `::=' of BNF: it indicates
1.37      cvs      1084: that the right part defines the symbol of the left part. In the right
1.30      cvs      1085: part,</p>
1.18      cvs      1086: <dl>
1.30      cvs      1087:   <dt>concatenation</dt>
                   1088:     <dd>is shown by the juxtaposition of symbols;</dd>
                   1089:   <dt>character strings</dt>
1.37      cvs      1090:     <dd>between apostrophes ' represent terminal symbols, that is, keywords
                   1091:       in the language defined. Keywords are written here in upper-case
                   1092:       letters, but can be written in any combination of upper and lower-case
                   1093:       letters. For example, the keyword <tt>DEFPRES</tt> of S can also be
                   1094:       written as <tt>defpres</tt> or <tt>DefPres</tt>.</dd>
1.30      cvs      1095:   <dt>material between brackets</dt>
                   1096:     <dd>(`[' and `]') is optional;</dd>
                   1097:   <dt>material between angle brackets</dt>
                   1098:     <dd>(`&lt;' and `&gt;') can be repeated many times or omitted;</dd>
                   1099:   <dt>the slash</dt>
1.37      cvs      1100:     <dd>(`/') indicates an alternative, a choice between the options
                   1101:       separated by the slash character;</dd>
1.30      cvs      1102:   <dt>the period</dt>
                   1103:     <dd>marks the end of a rule;</dd>
                   1104:   <dt>text between braces</dt>
                   1105:     <dd>(`{' and `}') is simply a comment.</dd>
1.18      cvs      1106: </dl>
1.30      cvs      1107: 
                   1108: <p>The M meta-language also uses the concepts of identifiers, strings, and
1.18      cvs      1109: integers:</p>
                   1110: <dl>
1.30      cvs      1111:   <dt><tt>NAME</tt></dt>
1.37      cvs      1112:     <dd>represents an identifier, a sequence of letters (upper or
                   1113:       lower-case), digits, and underline characters (`_'), beginning with a
                   1114:       letter. Also considered a letter is the sequence of characters
                   1115:       `<tt>\nnn</tt>' where the letter <tt>n</tt> represents the ISO Latin-1
                   1116:       code of the letter in octal. It is thus possible to use accented
                   1117:       letters in identifiers. The maximum length of identifiers is fixed by
                   1118:       the compiler. It is normally 31 characters. 
1.30      cvs      1119:       <p>Unlike keywords, upper and lower-case letters are distinct in
                   1120:       identifiers. Thus, <tt>Title</tt>, <tt>TITLE</tt>, and <tt>title</tt>
                   1121:       are considered different identifiers.</p>
                   1122:     </dd>
                   1123:   <dt><tt>STRING</tt></dt>
1.37      cvs      1124:     <dd>represents a string. This is a string of characters delimited by
                   1125:       apostrophes. If an apostrophe must appear in a string, it is doubled.
                   1126:       As with identifiers, strings can contain characters represented by
                   1127:       their octal code (after a backslash). As with apostrophes, if a
                   1128:       backslash must appear in a string, it is doubled.</dd>
1.30      cvs      1129:   <dt><tt>NUMBER</tt></dt>
                   1130:     <dd>represents a positive integer or zero (without a sign), or said
                   1131:       another way, a sequence of decimal digits.</dd>
1.18      cvs      1132: </dl>
1.30      cvs      1133: 
                   1134: <p>The M language can be used to define itself as follows:</p>
1.18      cvs      1135: <pre>{ Any text between braces is a comment. }
1.30      cvs      1136: Grammar      = Rule &lt; Rule &gt; 'END' .
                   1137:                { The &lt; and &gt; signs indicate zero }
1.1       cvs      1138:                { or more repetitions. }
                   1139:                { END marks the end of the grammar. }
                   1140: Rule         = Ident '=' RightPart '.' .
                   1141:                { The period indicates the end of a rule }
                   1142: RightPart    = RtTerminal / RtIntermed .
                   1143:                { The slash indicates a choice }
                   1144: RtTerminal   ='NAME' / 'STRING' / 'NUMBER' .
                   1145:                { Right part of a terminal rule }
1.30      cvs      1146: RtIntermed   = Possibility &lt; '/' Possibility &gt; .
1.1       cvs      1147:                { Right part of an intermediate rule }
1.30      cvs      1148: Possibility  = ElemOpt &lt; ElemOpt &gt; .
                   1149: ElemOpt      = Element / '[' Element &lt; Element &gt; ']' /
                   1150:               '&lt;' Element &lt; Element &gt; '&gt;'  .
1.1       cvs      1151:                { Brackets delimit optional parts }
                   1152: Element      = Ident / KeyWord .
                   1153: Ident        = NAME .
                   1154:                { Identifier, sequence of characters }
                   1155: KeyWord      = STRING .
                   1156:                { Character string delimited by apostrophes }
1.18      cvs      1157: END</pre>
                   1158: </div>
1.1       cvs      1159: 
1.18      cvs      1160: <div class="subsection">
1.37      cvs      1161: <h3><a name="sectc322" id="sectc322">Extension schemas</a></h3>
1.1       cvs      1162: 
1.30      cvs      1163: <p>A structure schema defines the generic logical structure of a class of
1.1       cvs      1164: documents or objects, independent of the operations which can be performed on
1.37      cvs      1165: the documents. However, certain applications may require particular
1.1       cvs      1166: information to be represented by the structure for the documents that they
1.37      cvs      1167: operate on. Thus a document version manager will need to indicate in the
                   1168: document the parts which belong to one version or another. An indexing system
1.1       cvs      1169: will add highly-structured index tables as well as the links between these
1.18      cvs      1170: tables and the rest of the document.</p>
1.30      cvs      1171: 
                   1172: <p>Thus, many applications need to extend the generic structure of the
1.37      cvs      1173: documents on which they operate to introduce new attributes or element types.
                   1174: These additions are specific to each application and must be able to be
                   1175: applied to any generic structure: users will want to manage versions or
                   1176: construct indices for many types of documents. Extension schemas fulfill this
                   1177: role: they define attributes, elements, units, etc., but they can only be
                   1178: used jointly with a structure schema that they complete. Otherwise, structure
                   1179: schemas can always be used without these extensions when the corresponding
                   1180: applications are not available.</p>
1.18      cvs      1181: </div>
1.1       cvs      1182: 
1.18      cvs      1183: <div class="subsection">
1.37      cvs      1184: <h3><a name="sectc323" id="sectc323">The general organization of structure
                   1185: schemas</a></h3>
1.1       cvs      1186: 
1.30      cvs      1187: <p>Every structure schema begins with the keyword <tt>STRUCTURE</tt> and ends
1.37      cvs      1188: with the keyword <tt>END</tt>. The keyword <tt>STRUCTURE</tt> is followed by
1.18      cvs      1189: the keyword <tt>EXTENSION</tt> in the case where the schema defines an
1.1       cvs      1190: extension, then by the name of the generic structure which the schema defines
1.37      cvs      1191: (the name of the document or object class). The name of the structure is
1.18      cvs      1192: followed by a semicolon.</p>
1.30      cvs      1193: 
                   1194: <p>In the case of a complete schema (that is, a schema which is not an
1.1       cvs      1195: extension), the definition of the name of the structure is followed by the
                   1196: declarations of the default presentation schema, the global attributes, the
1.37      cvs      1197: structure rules, the units, the skeleton elements and the exceptions. Only
                   1198: the definition of the structure rules is required. Each series of
                   1199: declarations begins with a keyword: <tt>DEFPRES</tt>, <tt>ATTR</tt>,
                   1200: <tt>STRUCT</tt>, <tt>UNITS</tt>, <tt>EXPORT</tt>, <tt>EXCEPT</tt>.</p>
1.34      cvs      1201: 
                   1202: <p>In the case of an extension schema, there are no skeleton elements and the
                   1203: <tt>STRUCT</tt> section is optional, while that section is required in a
1.37      cvs      1204: schema that is not an extension. On the other hand, extension schemas can
                   1205: contain an <tt>EXTENS</tt> section, which must not appear in a schema which
                   1206: is not an extension; this section defines the complements to attach to the
                   1207: rules found in the schema to which the extension will be added. The sections
                   1208: <tt>ATTR</tt>, <tt>STRUCT</tt>, and <tt>UNITS</tt> define new attributes, new
                   1209: elements, and new units which add their definitions to the principal
                   1210: schema.</p>
1.18      cvs      1211: <pre>     StructSchema ='STRUCTURE' ElemID ';'
1.1       cvs      1212:                    'DEFPRES' PresID ';'
                   1213:                  [ 'ATTR' AttrSeq ]
                   1214:                    'STRUCT' RulesSeq
                   1215:                  [ 'UNITS' RulesSeq ]
                   1216:                  [ 'EXPORT' SkeletonSeq ]
                   1217:                  [ 'EXCEPT' ExceptSeq ]
                   1218:                    'END' .
1.18      cvs      1219:      ElemID       = NAME .</pre>
1.30      cvs      1220: 
                   1221: <p>or</p>
1.18      cvs      1222: <pre>     ExtensSchema ='STRUCTURE' 'EXTENSION' ElemID ';'
1.1       cvs      1223:                    'DEFPRES' PresID ';'
                   1224:                  [ 'ATTR' AttrSeq ]
                   1225:                  [ 'STRUCT' RulesSeq ]
                   1226:                  [ 'EXTENS' ExtensRuleSeq ]
                   1227:                  [ 'UNITS' RulesSeq ]
                   1228:                  [ 'EXCEPT' ExceptSeq ]
                   1229:                    'END' .
1.18      cvs      1230:      ElemID       = NAME .</pre>
                   1231: </div>
1.1       cvs      1232: 
1.18      cvs      1233: <div class="subsection">
1.37      cvs      1234: <h3><a name="sectc324" id="sectc324">The default presentation</a></h3>
1.1       cvs      1235: 
1.37      cvs      1236: <p>It was shown <a href="#mulpres">above</a> that many different
                   1237: presentations are possible for documents and objects of the same class. The
                   1238: structure schema defines a preferred presentation for the class, called the
                   1239: <em>default presentation</em>. Like generic structures, presentations are
                   1240: described by programs, called <em>presentation schemas</em>, which are
                   1241: written in a specific language, P, presented <a href="#sectb42">later</a> in
                   1242: this document. The name appearing after the keyword <tt>DEFPRES</tt> is the
                   1243: name of the default presentation schema. When a new document is created, Thot
                   1244: will use this presentation schema by default, but the user remains free to
                   1245: choose another if s/he wishes.</p>
1.18      cvs      1246: <pre>     PresID = NAME .</pre>
                   1247: </div>
1.1       cvs      1248: 
1.18      cvs      1249: <div class="subsection">
1.37      cvs      1250: <h3><a name="sectc325" id="sectc325">Global Attributes</a></h3>
1.1       cvs      1251: 
1.30      cvs      1252: <p>If the generic structure includes global attributes of its own, they are
1.37      cvs      1253: declared after the keyword <tt>ATTR</tt>. Each global attribute is defined by
                   1254: its name, followed by an equals sign and the definition of its type. The
1.18      cvs      1255: declaration of a global attribute is terminated by a semi-colon.</p>
1.30      cvs      1256: 
                   1257: <p>For attributes of the numeric, textual, or reference types, the type is
1.37      cvs      1258: indicated by a keyword, <tt>INTEGER</tt>, <tt>TEXT</tt>, or
                   1259: <tt>REFERENCE</tt> respectively.</p>
1.30      cvs      1260: 
                   1261: <p>In the case of a reference attribute, the keyword <tt>REFERENCE</tt> is
1.37      cvs      1262: followed by the type of the referenced element in parentheses. It can refer
1.18      cvs      1263: to any type at all, specified by using the keyword <tt>ANY</tt>, or to a
1.37      cvs      1264: specific type. In the latter case, the element type designated by the
1.18      cvs      1265: reference can be defined either in the <a href="#sectc327"><tt>STRUCT</tt>
                   1266: section</a> of the same structure schema or in the <tt>STRUCT</tt> section of
1.37      cvs      1267: another structure schema. When the type is defined in another schema, the
1.1       cvs      1268: element type is followed by the name of the structure schema (within
1.37      cvs      1269: parentheses) in which it is defined. The name of the designated element type
1.18      cvs      1270: can be preceded by the keyword <tt>First</tt> or <tt>Second</tt>, but only in
1.37      cvs      1271: the case where the type is defined as <a href="#sectd3285">a pair</a>. These
1.1       cvs      1272: keywords indicate whether the attribute must designate the first mark of the
1.37      cvs      1273: pair or the second. If the reference refers to a pair and neither of these
1.18      cvs      1274: two keywords is present, then the first mark is used.</p>
1.30      cvs      1275: 
1.37      cvs      1276: <p>In the case of an enumeration attribute, the equals sign is followed by
                   1277: the list of names representing the possible values of the attribute, the
                   1278: names being separated from each other by commas. An enumeration attribute has
                   1279: at least one possible value; the maximum number of values is defined by the
1.18      cvs      1280: compiler for the S language.</p>
1.30      cvs      1281: <pre>     AttrSeq   = Attribute &lt; Attribute &gt; .
1.1       cvs      1282:      Attribute = AttrID '=' AttrType  ';' .
                   1283:      AttrType  = 'INTEGER' / 'TEXT' /
                   1284:                  'REFERENCE' '(' RefType ')' /
                   1285:                  ValueSeq .
                   1286:      RefType   = 'ANY' / [ FirstSec ] ElemID [ ExtStruct ] .
                   1287:      FirstSec  = 'First' / 'Second' .
                   1288:      ExtStruct = '(' ElemID ')' .
1.30      cvs      1289:      ValueSeq  = AttrVal &lt; ',' AttrVal &gt; .
1.1       cvs      1290:      AttrID    = NAME .
1.18      cvs      1291:      AttrVal   = NAME .</pre>
1.30      cvs      1292: 
                   1293: <p>There is a predefined global text attribute, the <em>language</em>, which
1.37      cvs      1294: is automatically added to every Thot structure schema. This attribute allows
                   1295: Thot to perform certain actions, such as hyphenation and spell-checking,
                   1296: which cannot be performed without knowing the language in which each part of
                   1297: the document is written. This attribute can be used just like any explicitly
1.18      cvs      1298: declared attribute: the system acts as if every structure schema contains</p>
                   1299: <pre>ATTR
                   1300:    Language = TEXT;</pre>
1.30      cvs      1301: 
1.18      cvs      1302: <blockquote class="example">
1.30      cvs      1303:   <p><strong>Example:</strong></p>
                   1304: 
                   1305:   <p>The following specification defines the global enumeration attribute
                   1306:   WordType.</p>
                   1307:   <pre>ATTR
1.18      cvs      1308:    WordType = Definition, IndexWord, DocumentTitle;</pre>
                   1309: </blockquote>
                   1310: </div>
1.1       cvs      1311: 
1.18      cvs      1312: <div class="subsection">
1.37      cvs      1313: <h3><a name="sectc327" id="sectc327">Structured elements</a></h3>
1.1       cvs      1314: 
1.30      cvs      1315: <p>The rules for defining structured elements are required, except in an
1.1       cvs      1316: extension schema: they constitute the core of a structure schema, since they
                   1317: define the structure of the different types of elements that occur in a
1.18      cvs      1318: document or object of the class defined by the schema.</p>
1.30      cvs      1319: 
                   1320: <p>The first structure rule after the keyword <tt>STRUCT</tt> must define the
1.1       cvs      1321: structure of the class whose name appears in the first instruction
1.37      cvs      1322: (<tt>STRUCTURE</tt>) of the schema. This is the root rule of the schema,
1.18      cvs      1323: defining the root of the document tree or object tree.</p>
1.30      cvs      1324: 
                   1325: <p>The remaining rules may be placed in any order, since the language permits
1.37      cvs      1326: the definition of element types before or after their use, or even in the
                   1327: same instruction in which they are used. This last case allows the definition
                   1328: of recursive structures.</p>
1.30      cvs      1329: 
                   1330: <p>Each rule is composed of a name (the name of the element type whose
                   1331: structure is being defined) followed by an equals sign and a structure
                   1332: definition.</p>
                   1333: 
1.37      cvs      1334: <p>If any local attributes are associated with the element type defined by
                   1335: the rule, they appear between parentheses after the type name and before the
                   1336: equals sign. The parentheses contain, first, the keyword <tt>ATTR</tt>, then
                   1337: the list of local attributes, separated by commas. Each local attribute is
1.2       cvs      1338: composed of the name of the attribute followed by an equals sign and the
1.18      cvs      1339: definition of the attribute's type, just as in the definition of <a
1.37      cvs      1340: href="#sectc325">global attributes</a>. The name of the attribute can be
                   1341: preceded by an exclamation point to indicate that the attribute must always
                   1342: be present for this element type. The same attribute, identified by its name,
                   1343: can be defined as a local attribute for multiple element types. In this case,
                   1344: the equals sign and definition of the attribute type need only appear in the
                   1345: first occurrence of the attribute. It should be noted that global attributes
                   1346: cannot also be defined as local attributes.</p>
1.30      cvs      1347: 
                   1348: <p>If any <a href="#sectd3135">extensions</a> are defined for this element
                   1349: type, a plus sign follows the structure definition and the names of the
1.37      cvs      1350: extension element types appear between parentheses after the plus. If there
                   1351: are multiple extensions, they are separated by commas. These types can either
1.30      cvs      1352: be defined in the same schema, defined in other schemas, or they may be base
1.18      cvs      1353: types identified by the keywords <tt>TEXT</tt>, <tt>GRAPHICS</tt>,
                   1354: <tt>SYMBOL</tt>, or <tt>PICTURE</tt>.</p>
1.30      cvs      1355: 
                   1356: <p><a href="#sectd3135">Restrictions</a> are indicated in the same manner as
1.18      cvs      1357: extensions, but they are introduced by a minus sign and they come after the
                   1358: extensions, or if there are no extensions, after the structure definition.</p>
1.30      cvs      1359: 
1.37      cvs      1360: <p>If the values of attributes must be attached systematically to this
                   1361: element type, they are introduced by the keyword <tt>WITH</tt> and declared
                   1362: in the form of a list of fixed-value attributes. When such definitions of
                   1363: fixed attribute values appear, they are always the last part of the rule.</p>
1.30      cvs      1364: 
                   1365: <p>The rule is terminated by a semicolon.</p>
                   1366: <pre>  RuleSeq       = Rule &lt; Rule &gt; .
1.1       cvs      1367:   Rule          = ElemID [ LocAttrSeq ] '=' DefWithAttr ';'.
1.30      cvs      1368:   LocAttrSeq    = '(' 'ATTR' LocAttr &lt; ';' LocAttr &gt; ')' .
1.1       cvs      1369:   LocAttr       = [ '!' ] AttrID [ '=' AttrType ] .
                   1370:   DefWithAttr   = Definition
                   1371:                   [ '+' '(' ExtensionSeq ')' ]
                   1372:                   [ '-' '(' RestrictSeq ')' ]
                   1373:                   [ 'WITH' FixedAttrSeq ] .
1.30      cvs      1374:   ExtensionSeq  = ExtensionElem &lt; ',' ExtensionElem &gt; .
1.1       cvs      1375:   ExtensionElem = ElemID / 'TEXT' / 'GRAPHICS' /
                   1376:                   'SYMBOL' / 'PICTURE' .
1.30      cvs      1377:   RestrictSeq   = RestrictElem &lt; ',' RestrictElem &gt; .
1.1       cvs      1378:   RestrictElem  = ElemID / 'TEXT' / 'GRAPHICS' /
1.18      cvs      1379:                   'SYMBOL' / 'PICTURE' .</pre>
1.30      cvs      1380: 
                   1381: <p>The list of fixed-value attributes is composed of a sequence of
1.37      cvs      1382: attribute-value pairs separated by commas. Each pair contains the name of the
1.1       cvs      1383: attribute and the fixed value for this element type, the two being separated
1.37      cvs      1384: by an equals sign. If the sign is preceded by a question mark the given value
1.1       cvs      1385: is only an initial value that may be modified later rather than a value fixed
1.37      cvs      1386: for all time. Reference attributes are an exception to this norm. They cannot
                   1387: be assigned a fixed value, but when the name of such an attribute appears
                   1388: this indicates that this element type must have a valid value for the
                   1389: attribute. For the other attribute types, the fixed value is indicated by a
1.1       cvs      1390: signed integer (numeric attributes), a character string between apostrophes
1.18      cvs      1391: (textual attributes) or the name of a value (enumeration attributes).</p>
1.30      cvs      1392: 
                   1393: <p>Fixed-value attributes can either be <a href="#sectc325">global</a> or
                   1394: local to the element type for which they are fixed, but they must be declared
                   1395: before they are used.</p>
                   1396: <pre>    FixedAttrSeq    = FixedAttr &lt; ',' FixedAttr &gt; .
1.1       cvs      1397:     FixedAttr       = AttrID [ FixedOrModifVal ] .
                   1398:     FixedOrModifVal = [ '?' ] '=' FixedValue .
                   1399:     FixedValue      = [ '-' ] NumValue / TextVal / AttrVal .
                   1400:     NumValue        = NUMBER .
1.18      cvs      1401:     TextVal         = STRING .</pre>
                   1402: </div>
1.1       cvs      1403: 
1.18      cvs      1404: <div class="subsection">
1.37      cvs      1405: <h3><a name="sectc328" id="sectc328">Structure definitions</a></h3>
1.1       cvs      1406: 
1.37      cvs      1407: <p>The structure of an element type can be a simple base type or a
                   1408: constructed type.</p>
1.30      cvs      1409: 
                   1410: <p>For constructed types, it is frequently the case that similar structures
1.37      cvs      1411: appear in many places in a document. For example the contents of the
1.1       cvs      1412: abstract, of the introduction, and of a section can have the same structure,
1.37      cvs      1413: that of a sequence of paragraphs. In this case, a single, common structure
1.1       cvs      1414: can be defined (the paragraph sequence in this example), and the schema is
                   1415: written to indicate that each element type possesses this structure, as
1.18      cvs      1416: follows:</p>
                   1417: <pre>     Abstract           = Paragraph_sequence;
1.1       cvs      1418:      Introduction       = Paragraph_sequence;
1.18      cvs      1419:      Section_contents   = Paragraph_sequence;</pre>
1.30      cvs      1420: 
                   1421: <p>The equals sign means ``has the same structure as''.</p>
                   1422: 
1.37      cvs      1423: <p>If the element type defined is a simple base type, this is indicated by
                   1424: one of the keywords <tt>TEXT</tt>, <tt>GRAPHICS</tt>, <tt>SYMBOL</tt>, or
                   1425: <tt>PICTURE</tt>. If some local attributes must be associated with a base
                   1426: type, the keyword of the base type is followed by the declaration of the
                   1427: local attributes using the syntax <a href="#sectc327">presented above.</a></p>
1.30      cvs      1428: 
                   1429: <p>In the case of an open choice, the type is indicated by the keyword
1.18      cvs      1430: <tt>UNIT</tt> for units or the keyword <tt>NATURE</tt> for objects having a
                   1431: structure defined by any other schema.</p>
1.30      cvs      1432: 
                   1433: <p>A unit represents one of the two following categories:</p>
1.18      cvs      1434: <ul>
1.30      cvs      1435:   <li>a base type: text, graphical element, symbol, picture,</li>
1.37      cvs      1436:   <li>an element whose type is chosen from among the types defined as units
                   1437:     in the <tt>UNITS</tt> section of the document's structure schema. It can
1.30      cvs      1438:     also be chosen from among the types defined as <a
                   1439:     href="#sectd3132">units</a> in the <a href="#sectc3212"><tt>UNITS</tt>
                   1440:     section</a> of the structure schemas that defines the ancestors of the
                   1441:     element to which the rule is applied.</li>
1.18      cvs      1442: </ul>
1.30      cvs      1443: 
                   1444: <p>Before the creation of an element defined as a unit, Thot asks the user to
1.18      cvs      1445: choose between the categories of elements.</p>
1.30      cvs      1446: 
                   1447: <p>Thus, the contents of a paragraph can be specified as a sequence of units,
1.1       cvs      1448: which will permit the inclusion in the paragraphs of character strings,
                   1449: symbols, and various elements, such as cross-references, if these are defined
1.18      cvs      1450: as units.</p>
1.30      cvs      1451: 
1.37      cvs      1452: <p>A schema object (keyword <tt>NATURE</tt>) represents an object defined by
                   1453: a structure schema freely chosen from among the available schemas; in the
                   1454: case the element type is defined by the first rule (the root rule) of the
                   1455: chosen schema.</p>
1.30      cvs      1456: 
                   1457: <p>If the element type defined is a constructed type, the list, aggregate,
1.37      cvs      1458: choice, and reference constructors are used. In this case the definition
                   1459: begins with a keyword identifying the constructor. This keyword is followed
1.18      cvs      1460: by a syntax specific to each constructor.</p>
1.30      cvs      1461: 
                   1462: <p>The local attribute definitions appear after the name of the element type
1.18      cvs      1463: being defined, if this element type has <a href="#sectc327">local
                   1464: attributes</a>.</p>
                   1465: <pre>   Definition = BaseType [ LocAttrSeq ] / Constr / Element .
1.1       cvs      1466:    BaseType   = 'TEXT' / 'GRAPHICS' / 'SYMBOL' / 'PICTURE' /
                   1467:                 'UNIT' / 'NATURE' .
                   1468:    Element    = ElemID [ ExtOrDef ] .
                   1469:    ExtOrDef   = 'EXTERN' / 'INCLUDED' / 
                   1470:                 [ LocAttrSeq ] '=' Definition .
                   1471:    Constr     = 'LIST' [ '[' min '..' max ']' ] 'OF'
                   1472:                        '(' DefWithAttr ')' /
                   1473:                 'BEGIN' DefOptSeq 'END' /
                   1474:                 'AGGREGATE' DefOptSeq 'END' /
                   1475:                 'CASE' 'OF' DefSeq 'END' /
                   1476:                 'REFERENCE' '(' RefType ')' /
1.18      cvs      1477:                 'PAIR' .</pre>
1.1       cvs      1478: 
1.18      cvs      1479: <div class="subsubsection">
1.37      cvs      1480: <h4><a name="sectd3281" id="sectd3281">List</a></h4>
1.1       cvs      1481: 
1.30      cvs      1482: <p>The list constructor permits the definition of an element type composed of
1.37      cvs      1483: a list of elements, all of the same type. A list definition begins with the
1.18      cvs      1484: <tt>LIST</tt> keyword followed by an optional range, the keyword <tt>OF</tt>,
1.1       cvs      1485: and the definition, between parentheses, of the element type which must
1.37      cvs      1486: compose the list. The optional range is composed of the minimum and maximum
1.1       cvs      1487: number of elements for the list separated by two periods and enclosed by
1.37      cvs      1488: brackets. If the range is not present, the number of list elements is
                   1489: unconstrained. When only one of the two bounds of the range is unconstrained,
                   1490: it is represented by a star ('*') character. Even when both bounds are
                   1491: unconstrained, they can be specified by <tt>[*..*]</tt>, but it is simpler
                   1492: not to specify any bound.</p>
1.18      cvs      1493: <pre>               'LIST' [ '[' min '..' max ']' ]
1.1       cvs      1494:                'OF' '(' DefWithAttr ')'
                   1495:      min     = Integer / '*' .
                   1496:      max     = Integer / '*' .
1.18      cvs      1497:      Integer = NUMBER .</pre>
1.30      cvs      1498: 
                   1499: <p>Before the document is edited, Thot creates the minimum number of elements
1.37      cvs      1500: for the list. If no minimum was given, it creates a single element. If a
1.30      cvs      1501: maximum number of elements is given and that number is attained, the editor
                   1502: refuses to create new elements for the list.</p>
                   1503: 
                   1504: <blockquote class="example">
                   1505:   <p><strong>Example:</strong></p>
                   1506: 
                   1507:   <p>The following two instructions define the body of a document as a
                   1508:   sequence of at least two chapters and the contents of a section as a
1.37      cvs      1509:   sequence of paragraphs. A single paragraph can be the entire contents of a
1.30      cvs      1510:   section.</p>
                   1511:   <pre>Body             = LIST [2..*] OF (Chapter);
1.18      cvs      1512: Section_contents = LIST OF (Paragraph);</pre>
                   1513: </blockquote>
                   1514: </div>
1.1       cvs      1515: 
1.18      cvs      1516: <div class="subsubsection">
1.37      cvs      1517: <h4><a name="sectd3282" id="sectd3282">Aggregate</a></h4>
1.1       cvs      1518: 
1.37      cvs      1519: <p>The aggregate constructor is used to define an element type as a
                   1520: collection of sub-elements, each having a fixed type. The collection may be
                   1521: ordered or unordered. The elements composing the collection are called
                   1522: <em>components</em>. In the definition of an aggregate, a keyword indicates
1.18      cvs      1523: whether or not the aggregate is ordered: <tt>BEGIN</tt> for an ordered
                   1524: aggregate, <tt>AGGREGATE</tt> for an unordered aggregate. This keyword is
1.1       cvs      1525: followed by the list of component type definitions which is terminated by the
1.37      cvs      1526: <tt>END</tt> keyword. The component type definitions are separated by
1.18      cvs      1527: commas.</p>
1.30      cvs      1528: 
                   1529: <p>Before creating an aggregate, the Thot editor creates all the aggregate's
1.1       cvs      1530: components in the order they appear in the structure schema, even for
1.37      cvs      1531: unordered aggregates. However, unlike ordered aggregates, the components of
1.1       cvs      1532: an unordered aggregate may be rearranged using operations of the Thot editor.
                   1533: The exceptions to the rule are any components whose name was preceded by a
1.37      cvs      1534: question mark character ('?'). These components, which are optional, can be
1.1       cvs      1535: created by explicit request, possibly at the time the aggregate is created,
1.18      cvs      1536: but they are not created automatically <em>prior</em> to the creation of the
                   1537: aggregate.</p>
                   1538: <pre>                 'BEGIN' DefOptSeq 'END'
1.30      cvs      1539:      DefOptSeq = DefOpt ';' &lt; DefOpt ';' &gt; .
1.18      cvs      1540:      DefOpt    = [ '?' ] DefWithAttr .</pre>
1.30      cvs      1541: 
1.18      cvs      1542: <blockquote class="example">
1.30      cvs      1543:   <p><strong>Example:</strong></p>
                   1544: 
                   1545:   <p>In a bilingual document, each paragraph has an English version and a
1.37      cvs      1546:   French version. In certain cases, the translator wants to add a marginal
                   1547:   note, but this note is present in very few paragraphs. Thus, it must not be
                   1548:   created systematically for every paragraph. A bilingual paragraph of this
1.30      cvs      1549:   type is declared:</p>
                   1550:   <pre>Bilingual_paragraph = BEGIN
1.1       cvs      1551:                       French_paragraph  = TEXT;
                   1552:                       English_paragraph = TEXT;
                   1553:                       ? Note            = TEXT;
1.18      cvs      1554:                       END;</pre>
                   1555: </blockquote>
                   1556: </div>
1.1       cvs      1557: 
1.18      cvs      1558: <div class="subsubsection">
1.37      cvs      1559: <h4><a name="sectd3283" id="sectd3283">Choice</a></h4>
1.1       cvs      1560: 
1.30      cvs      1561: <p>The choice constructor permits the definition of an element type which is
1.37      cvs      1562: chosen from among a set of possible types. The keywords <tt>CASE</tt> and
                   1563: <tt>OF</tt> are followed by a list of definitions of possible types, which
                   1564: are separated by semicolons and terminated by the <tt>END</tt> keyword.</p>
1.18      cvs      1565: <pre>               'CASE' 'OF' DefSeq 'END'
1.30      cvs      1566:      DefSeq = DefWithAttr ';' &lt; DefWithAttr ';' &gt; .</pre>
                   1567: 
                   1568: <p>Before the creation of an element defined as a choice, the Thot editor
1.37      cvs      1569: presents the list of possible types for the element to the user. The user has
1.18      cvs      1570: only to select the element type that s/he wants to create from this list.</p>
1.30      cvs      1571: 
1.37      cvs      1572: <p>The order of the type declarations is important. It determines the order
                   1573: of the list presented to the user before the creation of the element. Also,
1.30      cvs      1574: when a Choice element is being created automatically, the first type in the
1.37      cvs      1575: list is used. In fact, using the Thot editor, when an empty Choice element is
1.1       cvs      1576: selected, it is possible to select this element and to enter its text from
                   1577: keyboard. In this case, the editor uses the first element type which can
1.18      cvs      1578: contain an atom of the character string type.</p>
1.30      cvs      1579: 
                   1580: <p>The two special cases of the choice constructor, the <a
1.18      cvs      1581: href="#sectc328"><em>schema</em></a> and the <a
                   1582: href="#sectc3212"><em>unit</em></a> are discussed elsewhere.</p>
1.30      cvs      1583: 
1.18      cvs      1584: <blockquote class="example">
1.30      cvs      1585:   <p><strong>Example:</strong></p>
                   1586: 
                   1587:   <p>It is common in documents to treat a variety of objects as if they were
1.37      cvs      1588:   ordinary paragraphs. Thus, a ``Paragraph'' might actually be composed of a
1.30      cvs      1589:   block of text (an ordinary paragraph), or a mathematical formula whose
                   1590:   structure is defined by another structure schema named Math, or a table,
1.37      cvs      1591:   also defined by another structure schema. Here is a definition of such a
1.30      cvs      1592:   paragraph:</p>
                   1593:   <pre>Paragraph = CASE OF
1.1       cvs      1594:               Simple_text = TEXT;
                   1595:               Formula     = Math;
                   1596:               Table_para  = Table;
1.18      cvs      1597:               END;</pre>
                   1598: </blockquote>
                   1599: </div>
1.1       cvs      1600: 
1.18      cvs      1601: <div class="subsubsection">
1.37      cvs      1602: <h4><a name="sectd3284" id="sectd3284">Reference</a></h4>
1.1       cvs      1603: 
1.37      cvs      1604: <p>Like all elements in Thot, references are typed. An element type defined
1.30      cvs      1605: as a reference is a cross-reference to an element of some other given type.
                   1606: The keyword <tt>REFERENCE</tt> is followed by the name of a type enclosed in
1.37      cvs      1607: parentheses. When the type which is being cross-referenced is defined in
1.1       cvs      1608: another structure schema, the type name is itself followed by the name of the
1.18      cvs      1609: external structure schema in which it is defined.</p>
1.30      cvs      1610: 
                   1611: <p>When the designated element type is a <a href="#sectd3285">mark pair</a>,
1.37      cvs      1612: it can be preceded by a <tt>FIRST</tt> or <tt>SECOND</tt> keyword. These
1.18      cvs      1613: keywords indicate whether the reference points to the first or second mark of
                   1614: the pair. If the reference points to a pair and neither of these two keywords
                   1615: is present, the reference is considered to point to the first mark of the
                   1616: pair.</p>
1.30      cvs      1617: 
1.37      cvs      1618: <p>There is an exception to the principle of typed references: it is possible
1.30      cvs      1619: to define a reference which designates an element of any type, which can
                   1620: either be in the same document or another document. In this case, it suffices
                   1621: to put the keyword <tt>ANY</tt> in the parentheses which indicate the
                   1622: referenced element type.</p>
1.18      cvs      1623: <pre>             'REFERENCE' '(' RefType ')'
                   1624:    RefType = 'ANY' / [ FirstSec ] ElemID [ ExtStruct ] .</pre>
1.30      cvs      1625: 
                   1626: <p>When defining an inclusion, the <tt>REFERENCE</tt> keyword is not used.
1.1       cvs      1627: Inclusions with complete expansion are not declared as such in the structure
1.37      cvs      1628: schemas, since any element defined in a structure schema can be replaced by
                   1629: an element of the same type. Instead, inclusions without expansion or with
1.1       cvs      1630: partial expansion must be declared explicitly whenever they will include a
1.37      cvs      1631: complete object ( and not a part of an object). In this case, the object type
1.1       cvs      1632: to be included (that is, the name of its structure schema) is followed by a
1.37      cvs      1633: keyword: <tt>EXTERN</tt> for inclusion without expansion and
                   1634: <tt>INCLUDED</tt> for partial expansion.</p>
1.30      cvs      1635: 
1.37      cvs      1636: <p>Before creating a cross-reference or an inclusion, the Thot editor asks
                   1637: the user to choose, from the document images displayed, the referenced or
                   1638: included element.</p>
1.30      cvs      1639: 
1.18      cvs      1640: <blockquote class="example">
1.30      cvs      1641:   <p><strong>Example:</strong></p>
                   1642: 
                   1643:   <p>If the types Note and Section are defined in the Article structure
                   1644:   schema, it is possible to define, in the same structure schema, a reference
                   1645:   to a note and a reference to a section in this manner:</p>
                   1646:   <pre>Ref_note    = REFERENCE (Note);
1.18      cvs      1647: Ref_section = REFERENCE (Section);</pre>
1.30      cvs      1648: 
                   1649:   <p>It is also possible to define the generic structure of a collection of
                   1650:   articles, which include (with partial expansion) objects of the Article
                   1651:   class and which possess an introduction which may include cross-references
1.37      cvs      1652:   to sections of the included articles. In the Collection structure schema,
1.30      cvs      1653:   the definitions are:</p>
                   1654:   <pre>Collection = BEGIN
1.6       cvs      1655:              Collection_title = TEXT;
                   1656:              Introduction = LIST OF (Elem = CASE OF
1.1       cvs      1657:                                            TEXT;
                   1658:                                            Ref_sect;
                   1659:                                            END);
1.6       cvs      1660:              Body = LIST OF (Article INCLUDED);
                   1661:              END;
1.18      cvs      1662: Ref_sect   = REFERENCE (Section (Article));</pre>
1.30      cvs      1663: 
                   1664:   <p>Here we define a Folder document class which has a title and includes
                   1665:   documents of different types, particularly Folders:</p>
                   1666:   <pre>Folder   = BEGIN
1.6       cvs      1667:            Folder_title    = TEXT;
                   1668:            Folder_contents = LIST OF (Document);
                   1669:            END;
1.1       cvs      1670: 
                   1671: Document = CASE OF
                   1672:               Article EXTERN;
                   1673:               Collection EXTERN;
                   1674:               Folder EXTERN;
1.18      cvs      1675:               END;</pre>
1.30      cvs      1676: 
                   1677:   <p>Under this definition, Folder represents either an aggregate which
                   1678:   contains a folder title and the list of included documents or an included
1.37      cvs      1679:   folder. To resolve this ambiguity, in the P language, the placement of a
1.30      cvs      1680:   star character in front of the type name (here, Folder) indicates an
                   1681:   included document.</p>
1.18      cvs      1682: </blockquote>
                   1683: </div>
1.1       cvs      1684: 
1.18      cvs      1685: <div class="subsubsection">
1.37      cvs      1686: <h4><a name="sectd3285" id="sectd3285">Mark pairs</a></h4>
1.1       cvs      1687: 
1.37      cvs      1688: <p>Like other elements, mark pairs are typed. The two marks of the pair have
                   1689: the same type, but there exist two predefined subtypes which apply to all
                   1690: mark pairs: the first mark of the pair (called <tt>First</tt> in the P and T
1.18      cvs      1691: languages) and the second mark (called <tt>Second</tt>).</p>
1.30      cvs      1692: 
                   1693: <p>In the S language, a mark pair is noted simply by the <tt>PAIR</tt>
1.18      cvs      1694: keyword.</p>
1.30      cvs      1695: 
1.37      cvs      1696: <p>In the Thot editor, marks are always moved or destroyed together. The two
1.1       cvs      1697: marks of a pair have the same identifier, unique within the document, which
1.18      cvs      1698: permits intertwining mark pairs without risk of ambiguity.</p>
                   1699: </div>
                   1700: </div>
1.1       cvs      1701: 
1.18      cvs      1702: <div class="subsection">
1.37      cvs      1703: <h3><a name="sectc329" id="sectc329">Imports</a></h3>
1.1       cvs      1704: 
1.30      cvs      1705: <p>Because of schema constructors, it is possible, before editing a document,
1.37      cvs      1706: to use classes defined by other structure schemas whenever they are needed.
                   1707: It is also possible to assign specific document classes to certain element
                   1708: types. In this case, these classes are simply designated by their name. In
                   1709: fact, if a type name is not defined in the structure schema, it is assumed
                   1710: that it specifies a structure defined by another structure schema.</p>
1.30      cvs      1711: 
1.18      cvs      1712: <blockquote class="example">
1.30      cvs      1713:   <p><strong>Example:</strong></p>
                   1714: 
                   1715:   <p>If the types Math and Table don't appear in the left part of a structure
                   1716:   rule in the schema, the following two rules indicate that a formula has the
1.37      cvs      1717:   structure of an object defined by the structure schema Math and that a
                   1718:   table element has the structure of an object defined by the Table
                   1719:   schema.</p>
1.30      cvs      1720:   <pre>Formula    = Math;
1.18      cvs      1721: Table_elem = Table;</pre>
                   1722: </blockquote>
                   1723: </div>
                   1724: 
                   1725: <div class="subsection">
1.37      cvs      1726: <h3><a name="sectc3210" id="sectc3210">Extension rules</a></h3>
1.18      cvs      1727: 
1.30      cvs      1728: <p>The <tt>EXTENS</tt> section, which can only appear in an extension schema,
1.1       cvs      1729: defines complements to the rules in the primary schema (i.e. the structure
                   1730: schema to which the extension schema will be applied). More precisely, this
                   1731: section permits the addition to an existing type of local attributes,
1.18      cvs      1732: extensions, restrictions and fixed-value attributes.</p>
1.30      cvs      1733: 
                   1734: <p>These additions can be applied to the root rule of the primary schema,
1.18      cvs      1735: designated by the keyword <tt>Root</tt>, or to any other explicitly named
                   1736: rule.</p>
1.30      cvs      1737: 
                   1738: <p>Extension rules are separated from each other by a semicolon and each
1.18      cvs      1739: extension rule has the same syntax as a <a href="#sectc327">structure
                   1740: rule</a>, but the part which defines the constructor is absent.</p>
1.30      cvs      1741: <pre>     ExtenRuleSeq = ExtensRule ';' &lt; ExtensRule ';' &gt; .
1.6       cvs      1742:      ExtensRule   = RootOrElem [ LocAttrSeq ]
                   1743:                     [ '+' '(' ExtensionSeq ')' ]
                   1744:                     [ '-' '(' RestrictSeq ')' ]
                   1745:                     [ 'WITH' FixedAttrSeq ] .
1.18      cvs      1746:      RootOrElem   = 'Root' / ElemID .</pre>
                   1747: </div>
1.1       cvs      1748: 
1.18      cvs      1749: <div class="subsection">
1.37      cvs      1750: <h3><a name="sectc3212" id="sectc3212">Units</a></h3>
1.30      cvs      1751: 
                   1752: <p>The <tt>UNITS</tt> section of the structure schema contains the
                   1753: declarations of the element types which can be used in the external objects
                   1754: making up parts of the document or in objects of the class defined by the
1.37      cvs      1755: schema. These element types are defined just like other structured element
                   1756: types. They can be used in the other element types of the schema, but they
                   1757: can also be used in any other rule of the schema.</p>
1.30      cvs      1758: 
                   1759: <blockquote class="example">
                   1760:   <p><strong>Example:</strong></p>
1.1       cvs      1761: 
1.30      cvs      1762:   <p>If references to notes are declared as units:</p>
                   1763:   <pre>UNITS
1.18      cvs      1764:    Ref_note = REFERENCE (Note);</pre>
1.30      cvs      1765: 
1.37      cvs      1766:   <p>then it is possible to use references to notes in a cell of a table,
                   1767:   even when <tt>Table</tt> is an external structure schema. The
                   1768:   <tt>Table</tt> schema must declare a cell to be a sequence of units, which
                   1769:   can then be base element types (text, for example) or references to notes
                   1770:   in the document.</p>
1.30      cvs      1771:   <pre>Cell = LIST OF (UNITS);</pre>
1.18      cvs      1772: </blockquote>
                   1773: </div>
1.1       cvs      1774: 
1.18      cvs      1775: <div class="subsection">
1.37      cvs      1776: <h3><a name="sectc3213" id="sectc3213">Skeleton elements</a></h3>
1.1       cvs      1777: 
1.30      cvs      1778: <p>When editing a document which contains or must contain external references
                   1779: to several other documents, it may be necessary to load a large number of
1.1       cvs      1780: documents, simply to see the parts designated by the external references of
1.37      cvs      1781: the document while editing, or to access the source of included elements. In
                   1782: this case, the external documents are not modified and it is only necessary
                   1783: to see the elements of these documents which could be referenced. Because of
1.1       cvs      1784: this, the editor will suggest that the documents be loaded in ``skeleton''
1.37      cvs      1785: form. This form contains only the elements of the document explicitly
1.18      cvs      1786: mentioned in the <tt>EXPORT</tt> section of their structure schema and, for
1.1       cvs      1787: these elements, only the part of the contents specified in that section. This
                   1788: form has the advantage of being very compact, thus requiring very few
1.37      cvs      1789: resources from the editor. This is also the skeleton form which constitutes
1.18      cvs      1790: the expanded form of <a href="#inclusion">inclusions</a> with partial
                   1791: expansion.</p>
1.30      cvs      1792: 
                   1793: <p>Skeleton elements must be declared explicitly in the <tt>EXPORT</tt>
1.37      cvs      1794: section of the structure schema that defines them. This section begins with
1.30      cvs      1795: the keyword <tt>EXPORT</tt> followed by a comma-separated list of the element
1.1       cvs      1796: types which must appear in the skeleton form and ending with a semicolon.
1.18      cvs      1797: These types must have been previously declared in the schema.</p>
1.30      cvs      1798: 
1.37      cvs      1799: <p>For each skeleton element type, the part of the contents which is loaded
                   1800: by the editor, and therefore displayable, can be specified by putting the
                   1801: keyword <tt>WITH</tt> and the name of the contained element type to be loaded
                   1802: after the name of the skeleton element type. In this case only that named
                   1803: element, among all the elements contained in the exportable element type,
                   1804: will be loaded. If the <tt>WITH</tt> is absent, the entire contents of the
                   1805: skeleton element will be loaded by the editor. If instead, it is better that
                   1806: the skeleton form not load the contents of a particular element type, the
                   1807: keyword <tt>WITH</tt> must be followed by the word <tt>Nothing</tt>.</p>
1.18      cvs      1808: <pre>                [ 'EXPORT' SkeletonSeq ]
1.1       cvs      1809: 
1.30      cvs      1810:      SkeletonSeq = SkelElem &lt; ',' SkelElem &gt; ';' .
1.1       cvs      1811:      SkelElem    = ElemID [ 'WITH' Contents ] .
1.18      cvs      1812:      Contents    = 'Nothing' / ElemID [ ExtStruct ] .</pre>
1.30      cvs      1813: 
1.18      cvs      1814: <blockquote class="example">
1.30      cvs      1815:   <p><strong>Example:</strong></p>
                   1816: 
                   1817:   <p>Suppose that, in documents of the article class, the element types
                   1818:   Article_title, Figure, Section, Paragraph, and Biblio should appear in the
                   1819:   skeleton form in order to make it easier to create external references to
1.37      cvs      1820:   them from other documents. When loading an article in its skeleton form,
1.30      cvs      1821:   all of these element types will be loaded except for paragraphs, but only
1.37      cvs      1822:   the article title will be loaded in its entirety. For figures, the caption
1.30      cvs      1823:   will be loaded, while for sections, the title will be loaded, and for
1.37      cvs      1824:   bibliographic entries, only the title that they contain will be loaded.
                   1825:   Note that bibliographic elements are defined in another structure schema,
                   1826:   RefBib. To produce this result, the following declarations should be placed
                   1827:   in the Article structure schema:</p>
1.30      cvs      1828:   <pre>EXPORT
1.1       cvs      1829:    Article_title,
1.5       cvs      1830:    Figure With Caption,
1.1       cvs      1831:    Section With Section_title,
                   1832:    Paragraph With Nothing,
1.18      cvs      1833:    Biblio With Biblio_title(RefBib);</pre>
                   1834: </blockquote>
                   1835: </div>
1.1       cvs      1836: 
1.18      cvs      1837: <div class="subsection">
1.37      cvs      1838: <h3><a name="sectc3214" id="sectc3214">Exceptions</a></h3>
1.1       cvs      1839: 
1.30      cvs      1840: <p>The behavior of the Thot editor and the actions that it performs are
1.37      cvs      1841: determined by the structure schemas. These actions are applied to all
                   1842: document and object types in accordance with their generic structure. For
1.1       cvs      1843: certain object types, such as tables and graphics, these actions are not
                   1844: sufficient or are poorly adapted and some special actions must be added to or
1.37      cvs      1845: substituted for certain standard actions. These special actions are called
1.18      cvs      1846: <em>exceptions</em>.</p>
1.30      cvs      1847: 
1.37      cvs      1848: <p>Exceptions only inhibit or modify certain standard actions, but they can
                   1849: be used freely in every structure schema.</p>
1.30      cvs      1850: 
1.37      cvs      1851: <p>Each structure schema can contain a section defining exceptions. It begins
1.18      cvs      1852: with the keyword <tt>EXCEPT</tt> and is composed of a sequence of exception
1.37      cvs      1853: declarations, separated by semicolons. Each declaration of an exception
                   1854: begins with the name of an element type or attribute followed by a colon.
                   1855: This indicates the element type or attribute to which the following
                   1856: exceptions apply. When the given element type name is a <a
                   1857: href="#sectd3285">mark pair</a>, and only in this case, the type name can be
                   1858: preceded by the keyword <tt>First</tt> or <tt>Second</tt>, to indicate if the
                   1859: exceptions which follow are associated with the first mark of the pair or the
                   1860: second. In the absence of this keyword, the first mark is used.</p>
1.30      cvs      1861: 
                   1862: <p>When placed in an <a href="#sectc322">extension schema</a>, the keyword
1.18      cvs      1863: <tt>EXTERN</tt> indicates that the type name which follows is found in the
1.37      cvs      1864: principal schema (the schema being extended by the extension schema). The
                   1865: exceptions are indicated by a name. They are separated by semicolons.</p>
1.18      cvs      1866: <pre>                  [ 'EXCEPT' ExceptSeq ]
1.1       cvs      1867: 
1.30      cvs      1868:      ExceptSeq     = Except ';' &lt; Except ';' &gt; .
1.1       cvs      1869:      Except        = [ 'EXTERN' ] [ FirstSec ] ExcTypeOrAttr
                   1870:                      ':' ExcValSeq .
                   1871:      ExcTypeOrAttr = ElemID / AttrID .
1.30      cvs      1872:      ExcValSeq     = ExcValue &lt; ',' ExcValue &gt; .
1.19      cvs      1873:      ExcValue      ='NoCut' / 'NoCreate' / 'NoHMove' / 
                   1874:                     'NoVMove' / 'NoHResize' / 'NoVResize' /
                   1875:                     'NoMove' / 'NoResize' / 'MoveResize' /
                   1876:                     'NewWidth' / 'NewHeight' / 'NewHPos' /
                   1877:                     'NewVPos' / 'Invisible' /
1.28      cvs      1878:                     'NoSelect' / 'NoSpellCheck' /
1.1       cvs      1879:                     'Hidden' / 'ActiveRef' /
                   1880:                     'ImportLine' / 'ImportParagraph' /
                   1881:                     'NoPaginate' / 'ParagraphBreak' /
1.19      cvs      1882:                     'PageBreak' / 'PageBreakAllowed' / 'PageBreakPlace' /
                   1883:                     'PageBreakRepetition' / 'PageBreakRepBefore' /
1.9       cvs      1884:                     'HighlightChildren' / 'ExtendedSelection' /
1.36      cvs      1885:                     'SelectParent' / 'ClickableSurface' /
1.29      cvs      1886:                     'ReturnCreateNL' / 'ReturnCreateWithin' /
                   1887:                     'IsDraw' / 'IsTable' /
1.19      cvs      1888:                     'IsRow' / 'IsColHead' / 'IsCell' /
                   1889:                     'NewPercentWidth' / 'ColRef' / 'ColSpan' /
                   1890:                     'RowSpan' / 'SaveDocument' / 'Shadow' .</pre>
1.30      cvs      1891: 
                   1892: <p>The following are the available exceptions:</p>
1.18      cvs      1893: <dl>
1.30      cvs      1894:   <dt><tt>NoCut</tt></dt>
1.37      cvs      1895:     <dd>This exception can only be applied to element types. Elements of a
1.30      cvs      1896:       type to which this exception is applied cannot be deleted by the
                   1897:     editor.</dd>
                   1898:   <dt><tt>NoCreate</tt></dt>
1.37      cvs      1899:     <dd>This exception can only be applied to element types. Elements of a
1.30      cvs      1900:       type to which this exception is applied cannot be created by ordinary
1.37      cvs      1901:       commands for creating new elements. These elements are usually created
1.30      cvs      1902:       by special actions associated with other exceptions.</dd>
                   1903:   <dt><tt>NoHMove</tt></dt>
1.37      cvs      1904:     <dd>This exception can only be applied to element types. Elements of a
1.30      cvs      1905:       type to which this exception is applied cannot be moved horizontally
                   1906:       with the mouse. Their children elements cannot be moved either.</dd>
                   1907:   <dt><tt>NoVMove</tt></dt>
1.37      cvs      1908:     <dd>This exception can only be applied to element types. Elements of a
1.30      cvs      1909:       type to which this exception is applied cannot be moved vertically with
                   1910:       the mouse. Their children elements cannot be moved either.</dd>
                   1911:   <dt><tt>NoMove</tt></dt>
1.37      cvs      1912:     <dd>This exception can only be applied to element types. Elements of a
                   1913:       type to which this exception is applied cannot be moved in any
                   1914:       direction with the mouse. Their children elements cannot be moved
                   1915:       either.</dd>
1.30      cvs      1916:   <dt><tt>NoHResize</tt></dt>
1.37      cvs      1917:     <dd>This exception can only be applied to element types. Elements of a
1.30      cvs      1918:       type to which this exception is applied cannot be resized horizontally
                   1919:       with the mouse. Their children elements cannot be resized either.</dd>
                   1920:   <dt><tt>NoVResize</tt></dt>
1.37      cvs      1921:     <dd>This exception can only be applied to element types. Elements of a
1.30      cvs      1922:       type to which this exception is applied cannot be resized vertically
                   1923:       with the mouse. Their children elements cannot be resized either.</dd>
                   1924:   <dt><tt>NoResize</tt></dt>
1.37      cvs      1925:     <dd>This exception can only be applied to element types. Elements of a
1.30      cvs      1926:       type to which this exception is applied cannot be resized in any
1.37      cvs      1927:       direction with the mouse. Their children elements cannot be resized
1.30      cvs      1928:       either.</dd>
                   1929:   <dt><tt>MoveResize</tt></dt>
1.37      cvs      1930:     <dd>This exception can only be applied to element types. Elements of a
1.30      cvs      1931:       type to which this exception is applied can be moved and resized in any
                   1932:       direction with the mouse, even if one of their ancestor element has an
1.37      cvs      1933:       exception that prevents moving or resizing. Their children elements can
1.30      cvs      1934:       also be resized or moved.</dd>
                   1935:   <dt><tt>NewWidth</tt></dt>
1.37      cvs      1936:     <dd>This exception can only be applied to numeric attributes. If the
                   1937:       width of an element which has this attribute is modified with the
                   1938:       mouse, the value of the new width will be assigned to the
                   1939:     attribute.</dd>
1.30      cvs      1940:   <dt><tt>NewHeight</tt></dt>
1.37      cvs      1941:     <dd>This exception can only be applied to numeric attributes. If the
1.30      cvs      1942:       height of an element which has this attribute is modified with the
                   1943:       mouse, the value of the new height will be assigned to the
                   1944:     attribute.</dd>
                   1945:   <dt><tt>NewHPos</tt></dt>
1.37      cvs      1946:     <dd>This exception can only be applied to numeric attributes. If the
1.30      cvs      1947:       horizontal position of an element which has this attribute is modified
                   1948:       with the mouse, the value of the new horizontal position will be
                   1949:       assigned to the attribute.</dd>
                   1950:   <dt><tt>NewVPos</tt></dt>
1.37      cvs      1951:     <dd>This exception can only be applied to numeric attributes. If the
1.30      cvs      1952:       vertical position of an element which has this attribute is modified
                   1953:       with the mouse, the value of the new vertical position will be assigned
                   1954:       to the attribute.</dd>
                   1955:   <dt><tt>Invisible</tt></dt>
                   1956:     <dd>This exception can only be applied to attributes, but can be applied
1.37      cvs      1957:       to all attribute types. It indicates that the attribute must not be
                   1958:       seen by the user and that its value must not be changed directly. This
1.30      cvs      1959:       exception is usually used when another exception manipulates the value
                   1960:       of an attribute.</dd>
                   1961:   <dt><tt>NoSelect</tt></dt>
1.37      cvs      1962:     <dd>This exception can only be applied to element types. Elements of a
                   1963:       type to which this exception is applied cannot be selected directly
1.30      cvs      1964:       with the mouse, but they can be selected by other methods provided by
                   1965:       the editor.</dd>
                   1966:   <dt>NoSpellCheck</dt>
1.37      cvs      1967:     <dd>This exception can only be applied to element types. Elements of a
1.30      cvs      1968:       type to which this exception is applied are not taken into account by
                   1969:       the spell checker.</dd>
                   1970:   <dt><tt>Hidden</tt></dt>
1.37      cvs      1971:     <dd>This exception can only be applied to element types. It indicates
1.30      cvs      1972:       that elements of this type, although present in the document's
1.37      cvs      1973:       structure, must not be shown to the user of the editor. In particular,
1.30      cvs      1974:       the creation menus must not propose this type and the selection message
                   1975:       must not pick it.</dd>
                   1976:   <dt><tt>ActiveRef</tt></dt>
                   1977:     <dd>This exception can only be applied to attributes of the reference
1.37      cvs      1978:       type. It indicates that when the user of the editor makes a double
1.30      cvs      1979:       click on an element which possesses a reference attribute having this
                   1980:       exception, the element designated by the reference attribute will be
                   1981:       selected.</dd>
                   1982:   <dt><tt>ImportLine</tt></dt>
1.37      cvs      1983:     <dd>This exception can only be applied to element types. It indicates
1.30      cvs      1984:       that elements of this type should receive the content of imported text
1.37      cvs      1985:       files. An element is created for each line of the imported file. A
1.30      cvs      1986:       structure schema cannot contain several exceptions <tt>ImportLine</tt>
                   1987:       and, if it contains one, it should not contain any exception
                   1988:       <tt>ImportParagraph</tt>.</dd>
                   1989:   <dt><tt>ImportParagraph</tt></dt>
1.37      cvs      1990:     <dd>This exception can only be applied to element types. It indicates
1.30      cvs      1991:       that elements of this type should receive the content of imported text
1.37      cvs      1992:       files. An element is created for each paragraph of the imported file. A
                   1993:       paragraph is a sequence of lines without any empty line. A structure
1.30      cvs      1994:       schema cannot contain several exceptions <tt>ImportParagraph</tt> and,
                   1995:       if it contains one, it should not contain any exception
                   1996:       <tt>ImportLine</tt>.</dd>
                   1997:   <dt><tt>NoPaginate</tt></dt>
                   1998:     <dd>This exception can only be applied to the root element, i.e. the name
1.37      cvs      1999:       that appear after the keyword <tt>STRUCTURE</tt> at the beginning of
                   2000:       the structure schema. It indicates that the editor should not allow the
1.30      cvs      2001:       user to paginate documents of that type.</dd>
                   2002:   <dt><tt>ParagraphBreak</tt></dt>
1.37      cvs      2003:     <dd>This exception can only be applied to element types. When the caret
                   2004:       is within an element of a type to which this exception is applied, it
                   2005:       is that element that will be split when the user hits the Return
                   2006:     key.</dd>
1.30      cvs      2007:   <dt><tt>ReturnCreateNL</tt></dt>
1.37      cvs      2008:     <dd>This exception can only be applied to element types. When the caret
1.30      cvs      2009:       is within an element of a type to which this exception is applied, the
                   2010:       Return key simply inserts a New line character (code \212) at the
                   2011:       current position. The Return key does not create a new element; it does
                   2012:       not split the current element either.</dd>
                   2013:   <dt><tt>ReturnCreateWithin</tt></dt>
1.37      cvs      2014:     <dd>This exception can only be applied to element types. When the caret
1.30      cvs      2015:       is within an element of a type to which this exception is applied, the
                   2016:       Return key will create a new element within that element, not a sibling
                   2017:       after that element.</dd>
                   2018:   <dt><tt>HighlightChildren</tt></dt>
1.37      cvs      2019:     <dd>This exception can only be applied to element types. Elements of a
1.30      cvs      2020:       type to which this exception is applied are not highlighted themselves
1.32      cvs      2021:       when they are selected in the main view, but all their children are
1.37      cvs      2022:       highlighted instead. If children have this exception too, the process
                   2023:       is applied recursively. Only the main view defined in the presentation
1.32      cvs      2024:       schema is concerned. Tee exception is ignored for other views.</dd>
1.30      cvs      2025:   <dt><tt>ExtendedSelection</tt></dt>
1.37      cvs      2026:     <dd>This exception can only be applied to element types. The selection
1.30      cvs      2027:       extension command (middle button of the mouse) only add the clicked
                   2028:       element (if it has that exception) to the current selection, without
                   2029:       selecting other elements between the current selection and the clicked
                   2030:       element.</dd>
1.36      cvs      2031:   <dt><code>SelectParent</code></dt>
                   2032:     <dd>This exception can only be applied to element types. When the user
1.37      cvs      2033:       clicks on an element of that type, the parent of the element is
                   2034:       selected instead of the element itself.</dd>
1.36      cvs      2035:   <dt><code>ClickableSurface</code></dt>
                   2036:     <dd>This exception can only be applied to element types. When the user
1.37      cvs      2037:       clicks within a child of an element of that type, this child is
                   2038:       selected even if it is a graphic leaf that is not filled.</dd>
1.36      cvs      2039:   <dt><code>IsDraw</code>, <code>IsTable</code>, <code>IsColHead</code>,
                   2040:   <code>IsRow</code>, <code>IsCell</code></dt>
1.37      cvs      2041:     <dd>These exceptions can only be applied to element types. Elements of a
1.30      cvs      2042:       type to which these exceptions are applied are identified as Draws,
                   2043:       Tables, Colheads, Rows or Cells and specific processing are applied to
                   2044:       them.</dd>
1.36      cvs      2045:   <dt><code>ColRef</code></dt>
1.30      cvs      2046:     <dd>This exception can only be applied to attributes of the reference
                   2047:       type. It indicates that this attribute refers to the column head (see
                   2048:       exception IsColHead) which the element belongs to.</dd>
1.36      cvs      2049:   <dt><code>ColSpan</code>, <code>RowSpan</code></dt>
1.31      cvs      2050:     <dd>These exceptions can only be applied to numeric attributes of cells.
1.30      cvs      2051:       They indicate that attribute values give how many columns or rows the
                   2052:       element spans.</dd>
1.36      cvs      2053:   <dt><code>Shadow</code></dt>
1.37      cvs      2054:     <dd>This exception can only be applied to element types. Text of elements
1.30      cvs      2055:       of a type to which this exception is applied are displayed and printed
                   2056:       as a set of stars ('*').</dd>
1.18      cvs      2057: </dl>
1.30      cvs      2058: 
1.18      cvs      2059: <blockquote class="example">
1.30      cvs      2060:   <p><strong>Example:</strong></p>
                   2061: 
                   2062:   <p>Consider a structure schema for object-style graphics which defines the
                   2063:   Graphic_object element type with the associated Height and Weight numeric
1.37      cvs      2064:   attributes. Suppose that we want documents of this class to have the
1.30      cvs      2065:   following qualities:</p>
                   2066:   <ul>
                   2067:     <li>Whenever the width or height of an object is changed using the mouse,
                   2068:       the new values are stored in the object's Width and Height
                   2069:     attributes.</li>
                   2070:     <li>The user should not be able to change the values of the Width and
                   2071:       Height attributes via the Attributes menu of the Thot editor.</li>
                   2072:   </ul>
                   2073: 
                   2074:   <p>The following exceptions will produce this effect.</p>
                   2075:   <pre>STRUCT
1.1       cvs      2076: ...
1.5       cvs      2077:    Graphics_object (ATTR Height = Integer; Width = Integer)
1.1       cvs      2078:        = GRAPHICS with Height ?= 10, Width ?= 10;
                   2079: ...
                   2080: EXCEPT
                   2081:    Height: NewHeight, Invisible;
1.18      cvs      2082:    Width: NewWidth, Invisible;</pre>
                   2083: </blockquote>
                   2084: </div>
                   2085: </div>
1.1       cvs      2086: 
1.18      cvs      2087: <div class="section">
1.37      cvs      2088: <h2><a name="sectb33" id="sectb33">Some examples</a></h2>
1.1       cvs      2089: 
1.30      cvs      2090: <p>In order to illustrate the principles of the document model and the syntax
                   2091: of the S language, this section presents two examples of structure schemas.
                   2092: One defines a class of documents, the other defines a class of objects.</p>
1.1       cvs      2093: 
1.18      cvs      2094: <div class="subsection">
1.37      cvs      2095: <h3><a name="sectc331" id="sectc331">A class of documents: articles</a></h3>
1.1       cvs      2096: 
1.30      cvs      2097: <p>This example shows a possible structure for articles published in a
                   2098: journal. Text between braces is comments.</p>
1.18      cvs      2099: <pre>STRUCTURE Article;  { This schema defines the Article class }
1.1       cvs      2100: DEFPRES ArticleP;   { The default presentation schema is
                   2101:                       ArticleP }
                   2102: ATTR                { Global attribute definitions }
                   2103:    WordType = Definition, IndexWord, DocumentTitle;
                   2104:    { A single global attribute is defined, with three values }
                   2105: STRUCT              { Definition of the generic structure }
                   2106:    Article = BEGIN  { The Article class has an aggregate
                   2107:                       structure }
                   2108:              Title = BEGIN   { The title is an aggregate }
                   2109:                      French_title = 
                   2110:                          Text WITH Language='Fran\347ais';
                   2111:                      English_title =
                   2112:                          Text WITH Language='English';
                   2113:                      END;
                   2114:              Authors = 
                   2115:                LIST OF (Author
                   2116:                  (ATTR Author_type=principal,secondary)
                   2117:                  { The Author type has a local attribute }
                   2118:                  = BEGIN
                   2119:                    Author_name = Text;
                   2120:                    Info = Paragraphs ;
                   2121:                    { Paragraphs is defined later }
                   2122:                    Address    = Text;
                   2123:                    END
                   2124:                  );
                   2125:              Keywords = Text;
                   2126:              { The journal's editor introduces the article
                   2127:                with a short introduction, in French and
                   2128:                in English }
                   2129:              Introduction = 
                   2130:                  BEGIN
                   2131:                  French_intr  = Paragraphs WITH
                   2132:                                 Language='Fran\347ais';
                   2133:                  English_intr = Paragraphs WITH
                   2134:                                 Language='English';
                   2135:                  END;
                   2136:              Body = Sections; { Sections are defined later }
                   2137:                    { Appendixes are only created on demand }
                   2138:            ? Appendices = 
                   2139:                  LIST OF (Appendix =
                   2140:                           BEGIN
                   2141:                           Appendix_Title    = Text;
                   2142:                           Appendix_Contents = Paragraphs;
                   2143:                           END
                   2144:                          );
1.37      cvs      2145:            ? Figures = LIST OF (Figure);
                   2146:            ? Bibliography = LIST OF (Biblio_citation);
                   2147:            ? Notes = LIST OF (Note);
1.1       cvs      2148:              END;      { End of the Article aggregate }
                   2149: 
                   2150:     Sections = LIST [2..*] OF (
                   2151:                  Section = { At least 2 sections }
                   2152:                  BEGIN
                   2153:                  Section_title   = Text;
                   2154:                  Section_contents =
                   2155:                    BEGIN
                   2156:                    Paragraphs;
                   2157:                    Sections; { Sections at a lower level }
                   2158:                    END;
                   2159:                  END
                   2160:                  );
                   2161: 
                   2162:     Paragraphs = LIST OF (Paragraph = CASE OF
                   2163:                                Enumeration = 
                   2164:                                    LIST [2..*] OF
                   2165:                                        (Item = Paragraphs);
                   2166:                                Isolated_formula = Formula;
                   2167:                                LIST OF (UNIT);
                   2168:                                END
                   2169:                           );
                   2170: 
                   2171:    Figure = BEGIN
1.5       cvs      2172:             Figure_caption  = Text;
1.1       cvs      2173:             Illustration   = NATURE;
                   2174:             END;
                   2175: 
                   2176:    Biblio_citation = CASE OF
                   2177:                         Ref_Article =
                   2178:                            BEGIN
                   2179:                            Authors_Bib   = Text;
                   2180:                            Article_Title = Text;
                   2181:                            Journal       = Text;
                   2182:                            Page_Numbers  = Text;
                   2183:                            Date          = Text;
                   2184:                            END;
                   2185:                         Ref_Livre =
                   2186:                            BEGIN
                   2187:                            Authors_Bib; { Defined above }
                   2188:                            Book_Title   = Text;
                   2189:                            Editor       = Text;
                   2190:                            Date;        { Defined above }
                   2191:                            END;
                   2192:                        END;
                   2193: 
                   2194:    Note =  Paragraphs - (Ref_note);
                   2195: 
                   2196: UNITS      { Elements which can be used in objects }
                   2197: 
                   2198:    Ref_note    = REFERENCE (Note);
                   2199:    Ref_biblio  = REFERENCE (Biblio_citation);
                   2200:    Ref_figure  = REFERENCE (Figure);
                   2201:    Ref_formula = REFERENCE (Isolated_formula);
                   2202: 
                   2203: EXPORT     { Skeleton elements }
                   2204: 
                   2205:    Title,
1.5       cvs      2206:    Figure with Figure_caption,
1.1       cvs      2207:    Section With Section_title;
                   2208: 
1.18      cvs      2209: END           { End of the structure schema }</pre>
1.30      cvs      2210: 
                   2211: <p>This schema is very complete since it defines both paragraphs and
1.37      cvs      2212: bibliographic citations. These element types could just as well be defined in
                   2213: other structure schemas, as is the case with the <tt>Formula</tt> class. All
                   2214: sorts of other elements can be inserted into an article, since a paragraph
                   2215: can contain any type of unit. Similarly, figures can be any class of document
                   2216: or object that the user chooses.</p>
                   2217: 
                   2218: <p>Generally, an article doesn't contain appendices, but it is possible to
                   2219: add them on explicit request: this is the effect of the question mark before
                   2220: the word Appendices.</p>
1.30      cvs      2221: 
1.37      cvs      2222: <p>Various types of cross-references can be put in paragraphs. They can also
1.30      cvs      2223: be placed the objects which are part of the article, since the
                   2224: cross-references are defined as units (<tt>UNITS</tt>).</p>
                   2225: 
                   2226: <p>There is a single restriction to prevent the creation of Ref_note elements
1.18      cvs      2227: within notes.</p>
1.30      cvs      2228: 
                   2229: <p>It is worth noting that the S language permits the definition of recursive
1.37      cvs      2230: structures like sections: a section can contain other sections (which are
                   2231: thus at the next lower level of the document tree). Paragraphs are also
                   2232: recursive elements, since a paragraph can contain an enumeration in which
                   2233: each element (<tt>Item</tt>) is composed of paragraphs.</p>
1.18      cvs      2234: </div>
1.1       cvs      2235: 
1.18      cvs      2236: <div class="subsection">
1.37      cvs      2237: <h3><a name="sectc332" id="sectc332">A class of objects: mathematical
                   2238: formulas</a></h3>
1.1       cvs      2239: 
1.30      cvs      2240: <p>The example below defines the <tt>Formula</tt> class which is used in
1.37      cvs      2241: Article documents. This class represents mathematical formulas with a rather
1.30      cvs      2242: simple structure, but sufficient to produce a correct rendition on the screen
1.37      cvs      2243: or printer. To support more elaborate operations (formal or numeric
                   2244: calculations), a finer structure should be defined. This class doesn't use
                   2245: any other class and doesn't define any units.</p>
1.18      cvs      2246: <pre>STRUCTURE Formula;
1.1       cvs      2247: DEFPRES FormulaP;
                   2248: 
                   2249: ATTR
                   2250:    String_type = Function_name, Variable_name;
                   2251: 
                   2252: STRUCT
                   2253:    Formula      = Expression;
                   2254:    Expression   = LIST OF (Construction);
                   2255:    Construction = CASE OF
                   2256:                   TEXT;         { Simple character string }
                   2257:                   Index    = Expression;
                   2258:                   Exponent = Expression;
                   2259:                   Fraction =
                   2260:                         BEGIN
1.6       cvs      2261:                         Numerator   = Expression;
1.1       cvs      2262:                         Denominator = Expression;
                   2263:                         END;
                   2264:                   Root = 
                   2265:                         BEGIN
                   2266:                       ? Order = TEXT;
                   2267:                         Root_Contents = Expression;
                   2268:                         END;
                   2269:                   Integral =
                   2270:                         BEGIN
                   2271:                         Integration_Symbol = SYMBOL;
                   2272:                         Lower_Bound        = Expression;
                   2273:                         Upper_Bound        = Expression;
                   2274:                         END;
                   2275:                   Triple =
                   2276:                         BEGIN
                   2277:                         Princ_Expression = Expression;
                   2278:                         Lower_Expression = Expression;
                   2279:                         Upper_Expression = Expression;
                   2280:                         END;
                   2281:                   Column = LIST [2..*] OF 
                   2282:                               (Element = Expression);
                   2283:                   Parentheses_Block =
                   2284:                         BEGIN
                   2285:                         Opening  = SYMBOL;
                   2286:                         Contents = Expression;
                   2287:                         Closing  = SYMBOL;
                   2288:                         END;
                   2289:                   END;       { End of Choice Constructor }
1.18      cvs      2290: END                          { End of Structure Schema }</pre>
1.30      cvs      2291: 
                   2292: <p>This schema defines a single global attribute which allows functions and
1.37      cvs      2293: variables to be distinguished. In the presentation schema, this attribute can
1.1       cvs      2294: be used to choose between roman (for functions) and italic characters (for
1.18      cvs      2295: variables).</p>
1.30      cvs      2296: 
1.37      cvs      2297: <p>A formula's structure is that of a mathematical expression, which is
                   2298: itself a sequence of mathematical constructions. A mathematical construction
                   2299: can be either a simple character string, an index, an exponent, a fraction, a
                   2300: root, etc. Each of these mathematical constructions has a sensible structure
                   2301: which generally includes one or more expressions, thus making the formula
                   2302: class's structure definition recursive.</p>
1.30      cvs      2303: 
                   2304: <p>In most cases, the roots which appear in the formulas are square roots and
1.37      cvs      2305: their order (2) is not specified. This is why the Order component is marked
                   2306: optional by a question mark. When explicitly requested, it is possible to add
1.18      cvs      2307: an order to a root, for example for cube roots (order = 3).</p>
1.30      cvs      2308: 
                   2309: <p>An integral is formed by an integration symbol, chosen by the user (simple
1.37      cvs      2310: integral, double, curvilinear, etc.), and two bounds. A more fine-grained
1.1       cvs      2311: schema would add components for the integrand and the integration variable.
1.37      cvs      2312: Similarly, the Block_Parentheses construction leaves the choice of opening
                   2313: and closing symbols to the user. They can be brackets, braces, parentheses,
1.18      cvs      2314: etc.</p>
                   2315: </div>
                   2316: </div>
1.37      cvs      2317: <hr />
1.18      cvs      2318: </div>
1.1       cvs      2319: 
1.18      cvs      2320: <div class="chapter">
1.37      cvs      2321: <h1><a name="sect4" id="sect4">The P Language</a></h1>
1.1       cvs      2322: 
1.18      cvs      2323: <div class="section">
1.37      cvs      2324: <h2><a name="sectb41" id="sectb41">Document presentation</a></h2>
1.1       cvs      2325: 
1.30      cvs      2326: <p>Because of the model adopted for Thot, the presentation of documents is
1.37      cvs      2327: clearly separated from their structure and content. After having presented
1.1       cvs      2328: the logical structure of documents, we now detail the principles implemented
1.37      cvs      2329: for their presentation. The concept of <em>presentation</em> encompasses what
                   2330: is often called the page layout, the composition, or the document style. It
1.18      cvs      2331: is the set of operations which display the document on the screen or print it
1.37      cvs      2332: on paper. Like logical structure, document presentation is defined
1.18      cvs      2333: generically with the help of a language, called P.</p>
1.1       cvs      2334: 
1.18      cvs      2335: <div class="subsection">
1.37      cvs      2336: <h3><a name="sectc411" id="sectc411">Two levels of presentation</a></h3>
1.1       cvs      2337: 
1.30      cvs      2338: <p>The link between structure and presentation is clear: the logical
                   2339: organization of a document is used to carry out its presentation, since the
                   2340: purpose of the presentation is to make evident the organization of the
1.37      cvs      2341: document. But the presentation is equally dependent on the device used to
1.30      cvs      2342: render the document. Certain presentation effects, notably changes of font or
1.37      cvs      2343: character set, cannot be performed on all printers or on all screens. This is
1.30      cvs      2344: why Thot uses a two-level approach, where the presentation is first described
                   2345: in abstract terms, without taking into account each particular device, and
                   2346: then the presentation is realized within the constraints of a given
                   2347: device.</p>
                   2348: 
                   2349: <p>Thus, presentation is only described as a function of the structure of the
1.37      cvs      2350: documents and the image that would be produced on an idealized device. For
1.1       cvs      2351: this reason, presentation descriptions do not refer to any device
1.18      cvs      2352: characteristics: they describe <em>abstract presentations</em> which can be
                   2353: concretized on different devices.</p>
1.30      cvs      2354: 
                   2355: <p>A presentation description also defines a <em>generic presentation</em>,
                   2356: since it describes the appearance of a class of documents or objects. This
                   2357: generic presentation must also be applied to document and object instances,
                   2358: each conforming to its generic logical structure, but with all the allowances
                   2359: that were called to mind above: missing elements, constructed elements with
                   2360: other logical structures, etc.</p>
                   2361: 
                   2362: <p>In order to preserve the homogeneity between documents and objects,
1.1       cvs      2363: presentation is described with a single set of tools which support the layout
                   2364: of a large document as well as the composition of objects like a graphical
1.37      cvs      2365: figure or mathematical formula. This unity of presentation description tools
1.1       cvs      2366: contrasts with the traditional approach, which focuses more on documents than
                   2367: objects and thus is based on the usual typographic conventions, such as the
                   2368: placement of margins, indentations, vertical spaces, line lengths,
1.18      cvs      2369: justification, font changes, etc.</p>
                   2370: </div>
1.1       cvs      2371: 
1.18      cvs      2372: <div class="subsection">
1.37      cvs      2373: <h3><a name="sectc412" id="sectc412">Boxes</a></h3>
1.1       cvs      2374: 
1.37      cvs      2375: <p>To assure the homogeneity of tools, all presentation in Thot, for
                   2376: documents as well as for the objects which they contain, is based on the
                   2377: notion of the <em>box</em>, such as was implemented in
                   2378: T<sub><big>E</big></sub>X.</p>
1.30      cvs      2379: 
1.37      cvs      2380: <p>Corresponding to each element of the document is a box, which is the
1.1       cvs      2381: rectangle enclosing the element on the display device (screen or sheet of
1.37      cvs      2382: paper); the outline of this rectangle is not visible, except when a <a
                   2383: href="#sectc4230a"><tt>ShowBox</tt> rule</a> applies to the element. The
                   2384: sides of the box are parallel to the sides of the screen or the sheet of
                   2385: paper. By way of example, a box is associated with a character string, a line
                   2386: of text, a page, a paragraph, a title, a mathematical formula, or a table
                   2387: cell.</p>
1.30      cvs      2388: 
                   2389: <p>Whatever element it corresponds to, each box possesses four sides and four
1.18      cvs      2390: axes, which we designate as follows (<a href="#boxes">see figure</a>):</p>
                   2391: <dl>
1.30      cvs      2392:   <dt><tt>Top</tt></dt>
                   2393:     <dd>the upper side,</dd>
                   2394:   <dt><tt>Bottom</tt></dt>
                   2395:     <dd>the lower side,</dd>
                   2396:   <dt><tt>Left</tt></dt>
                   2397:     <dd>the left side,</dd>
                   2398:   <dt><tt>Right</tt></dt>
                   2399:     <dd>the right side,</dd>
                   2400:   <dt><tt>VMiddle</tt></dt>
                   2401:     <dd>the vertical axis passing through the center of the box,</dd>
                   2402:   <dt><tt>HMiddle</tt></dt>
                   2403:     <dd>the horizontal axis passing through the center of the box,</dd>
                   2404:   <dt><tt>VRef</tt></dt>
                   2405:     <dd>the vertical reference axis,</dd>
                   2406:   <dt><tt>HRef</tt></dt>
                   2407:     <dd>the horizontal reference axis.</dd>
1.18      cvs      2408: </dl>
                   2409: 
                   2410: <div class="figure">
1.37      cvs      2411: <hr />
1.18      cvs      2412: <pre>        Left   VRef  VMiddle        Right
1.1       cvs      2413:                  :      :
                   2414:     Top   -----------------------------
                   2415:           |      :      :             |
                   2416:           |      :      :             |
                   2417:           |      :      :             |
                   2418:           |      :      :             |
                   2419:           |      :      :             |
                   2420: HMiddle ..|...........................|..
                   2421:           |      :      :             |
                   2422:           |      :      :             |
                   2423:    HRef ..|...........................|..
                   2424:           |      :      :             |
                   2425:           |      :      :             |
                   2426:   Bottom  -----------------------------
1.18      cvs      2427:                  :      :</pre>
1.30      cvs      2428: 
1.37      cvs      2429: <p align="center"><em><a name="boxes" id="boxes">The sides and axes of
1.30      cvs      2430: boxes</a><em></em></em></p>
1.37      cvs      2431: <hr />
1.30      cvs      2432: </div>
1.19      cvs      2433: 
1.37      cvs      2434: <p>The principal role of boxes is to set the extent and position of the
                   2435: images of the different elements of a document with respect to each other on
                   2436: the reproduction device. This is done by defining relations between the boxes
                   2437: of different elements which give relative extents and positions to these
1.18      cvs      2438: boxes.</p>
1.30      cvs      2439: 
                   2440: <p>There are three types of boxes:</p>
1.18      cvs      2441: <ul>
1.30      cvs      2442:   <li>boxes corresponding to structural elements of the document,</li>
                   2443:   <li>presentation boxes,</li>
                   2444:   <li>page layout boxes.</li>
1.18      cvs      2445: </ul>
1.30      cvs      2446: 
1.37      cvs      2447: <p><strong>Boxes corresponding to structural elements of the
                   2448: document</strong> are those which linked to each of the elements (base or
                   2449: structured) of the logical structure of the document. Such a box contains all
                   2450: the contents of the element to which it corresponds (there is an exception:
                   2451: see <a href="#sectc4220">rules <tt>VertOverflow</tt> and
                   2452: <tt>HorizOverflow</tt></a>). These boxes form a tree-like structure,
                   2453: identical to that of the structural elements to which they correspond. This
                   2454: tree expresses the inclusion relationships between the boxes: a box includes
                   2455: all the boxes of its subtree. On the other hand, there are no predefined
                   2456: rules for the relative positions of the included boxes. If they are at the
                   2457: same level, they can overlap, be contiguous, or be disjoint. The rules
                   2458: expressed in the generic presentation specify their relative positions.</p>
1.30      cvs      2459: 
                   2460: <p><strong>Presentation boxes</strong> represent elements which are not found
1.37      cvs      2461: in the logical structure of the document but which are added to meet the
                   2462: needs of presentation. These boxes are linked to the elements of the logical
1.30      cvs      2463: structure that are best suited to bringing them out. For example, they are
                   2464: used to add the character string ``Summary:'' before the summary in the
                   2465: presentation of a report or to represent the fraction bar in a formula, or
1.37      cvs      2466: also to make the title of a field in a form appear. These elements have no
1.30      cvs      2467: role in the logical structure of the document: the presence of a Summary
                   2468: element in the document does not require the creation of another structural
1.37      cvs      2469: object to hold the word ``Summary''. Similarly, if a Fraction element
                   2470: contains both a Numerator element and a Denominator element, the fraction bar
                   2471: has no purpose structurally. On the other hand, these elements of the
                   2472: presentation are important for the reader of the reproduced document or for
                   2473: the user of an editor. This is why they must appear in the document's image.
                   2474: It is the generic presentation which specifies the presentation boxes to add
                   2475: by indicating their content (a base element for which the value is specified)
                   2476: and the position that they must take in the tree of boxes. During editing,
                   2477: these boxes cannot be modified by the user.</p>
                   2478: 
                   2479: <p><strong>Page layout boxes</strong> are boxes created implicitly by the
                   2480: page layout rules. These rules indicate how the contents of a structured
                   2481: element must be broken into lines and pages. In contrast to presentation
                   2482: boxes, these line and page boxes do not depend on the logical structure of
                   2483: the document, but rather on the physical constraints of the output devices:
                   2484: character size, height and width of the window on the screen or of the sheet
                   2485: of paper.</p>
1.18      cvs      2486: </div>
1.1       cvs      2487: 
1.18      cvs      2488: <div class="subsection">
1.37      cvs      2489: <h3><a name="sectc413" id="sectc413">Views and visibility</a></h3>
1.1       cvs      2490: 
1.30      cvs      2491: <p>One of the operations that one might wish to perform on a document is to
1.37      cvs      2492: view it is different ways. For this reason, it is possible to define several
1.18      cvs      2493: <em>views</em> for the same document, or better yet, for all documents of the
1.37      cvs      2494: same class. A view is not a different presentation of the document, but
1.1       cvs      2495: rather a filter which only allows the display of certain parts of the
1.37      cvs      2496: document. For example, it might be desirable to see only the titles of
1.1       cvs      2497: chapters and sections in order to be able to move rapidly through the
1.37      cvs      2498: document. Such a view could be called a ``table of contents''. It might also
1.1       cvs      2499: be desirable to see only the mathematical formulas of a document in order to
1.37      cvs      2500: avoid being distracted by the non-mathematical aspects of the document. A
1.18      cvs      2501: ``mathematics'' view could provide this service.</p>
1.30      cvs      2502: 
                   2503: <p>Views, like presentation, are based on the generic logical structure. Each
1.1       cvs      2504: document class, and each generic presentation, can be provided with views
1.37      cvs      2505: which are particularly useful for that class or presentation. For each view,
1.18      cvs      2506: the <em>visibility</em> of elements is defined, indicated whether or not the
1.37      cvs      2507: elements must be presented to the user. The visibility is calculated as a
1.1       cvs      2508: function of the type of the elements or their hierarchical position in the
1.37      cvs      2509: structure of the document. Thus, for a table of contents, all the ``Chapter
                   2510: Title'' and ``Section Title'' elements are made visible. However, the
1.1       cvs      2511: hierarchical level could be used to make the section titles invisible below a
1.37      cvs      2512: certain threshold level. By varying this threshold, the granularity of the
                   2513: view can be varied. In the ``mathematics'' view, only Formula elements would
1.18      cvs      2514: be made visible, no matter what their hierarchical level.</p>
1.30      cvs      2515: 
                   2516: <p>Because views are especially useful for producing a synthetic image of the
1.1       cvs      2517: document, it is necessary to adapt the presentation of the elements to the
1.37      cvs      2518: view in which they appear. For example, it is inappropriate to have a page
                   2519: break before every chapter title in the table of contents. Thus, generic
1.1       cvs      2520: presentations take into account the possible views and permit each element
1.18      cvs      2521: type's presentation to vary according the view in which its image appears.</p>
                   2522: </div>
1.1       cvs      2523: 
1.18      cvs      2524: <div class="subsection">
1.37      cvs      2525: <h3><a name="sectc414" id="sectc414">Pages</a></h3>
1.1       cvs      2526: 
1.30      cvs      2527: <p>Presentation schemas can be defined which display the document as a long
1.37      cvs      2528: scroll, without page breaks. This type of schema is particularly well-suited
1.1       cvs      2529: to the initial phase of work on a document, where jumps from page to page
1.37      cvs      2530: would hinder composing and reading the document on a screen. But, once the
                   2531: document is written, it may be desirable to display the document on the
                   2532: screen in the same manner in which it will be printed. So, the presentation
                   2533: schema must define pages.</p>
                   2534: 
                   2535: <p>The P language permits the specification of the dimensions of pages as
                   2536: well as their composition. It is possible to generate running titles, page
                   2537: numbers, zones at the bottom of the page for notes, etc. The editor follows
1.30      cvs      2538: this model and inserts page break marks in the document which are used during
                   2539: printing, insuring that the pages on paper are the same as on the screen.</p>
                   2540: 
                   2541: <p>Once a document has been edited with a presentation schema defining pages,
1.37      cvs      2542: it contains page marks. But it is always possible to edit the document using
                   2543: a schema without pages. In this case, the page marks are simply ignored by
                   2544: the editor. They are considered again as soon as a schema with pages is used.
1.18      cvs      2545: Thus, the user is free to choose between schemas with and without pages.</p>
1.30      cvs      2546: 
                   2547: <p>Thot treats the page break, rather than the page itself, as a box. This
                   2548: page break box contains all the elements of one page's footer, a rule marking
1.37      cvs      2549: the edge of this page, and all the elements of the next page's header. The
                   2550: elements of the header and footer can be running titles, page number, notes,
                   2551: etc. All these elements, as well as their content and graphical appearance,
                   2552: are defined by the generic presentation.</p>
1.18      cvs      2553: </div>
1.1       cvs      2554: 
1.18      cvs      2555: <div class="subsection">
1.37      cvs      2556: <h3><a name="sectc415" id="sectc415">Numbering</a></h3>
1.1       cvs      2557: 
1.30      cvs      2558: <p>Many elements are numbered in documents: pages, chapters, sections,
                   2559: formulas, theorems, notes, figures, bibliographic references, exercises,
1.37      cvs      2560: examples, lemmas, etc. Because Thot has a notion of logical structure, all of
1.30      cvs      2561: these numbers (with the exception of pages) are redundant with information
1.37      cvs      2562: implicit in the logical structure of the document. Such numbers are simply a
                   2563: way to make the structure of the document more visible. So, they are part of
1.30      cvs      2564: the document's presentation and are calculated by the editor from the logical
1.37      cvs      2565: structure. The structure does not contain numbers as such; it only defines
1.1       cvs      2566: relative structural positions between elements, which serve as ordering
1.18      cvs      2567: relations on these elements.</p>
1.30      cvs      2568: 
                   2569: <p>If the structure schema defines the body of a document as a sequence of at
1.18      cvs      2570: least two chapters:</p>
                   2571: <pre>Body = LIST [2..*] OF Chapter;</pre>
1.30      cvs      2572: 
                   2573: <p>the sequence defined by the list constructor is ordered and each chapter
1.37      cvs      2574: can be assigned a number based on its rank in the Body list. Therefore, all
                   2575: elements contained in lists a the structure of a document can be numbered,
                   2576: but they are not the only ones. The tree structure induced by the aggregate,
1.18      cvs      2577: list, and choice constructors (excluding references) defines a total order on
1.37      cvs      2578: the elements of the document's primary structure. So, it is possible to
1.18      cvs      2579: define a numbering which uses this order, filtering elements according to
                   2580: their type so that only certain element types are taken into account in the
1.37      cvs      2581: numbering. In this way, it possible to number all the theorems and lemmas of
1.18      cvs      2582: a chapter in the same sequence of numbers, even when they are not part of the
                   2583: same list constructor and appear at different levels of the document's tree.
                   2584: By changing the filter, they can be numbered separately: one sequence of
                   2585: numbers for theorems, another for the lemmas.</p>
1.30      cvs      2586: 
                   2587: <p>Since they are calculated from the document's logical structure and only
                   2588: for the needs of the presentation, numbers are presentation elements,
                   2589: described by presentation boxes, just like the fraction bar or the word
1.37      cvs      2590: ``Summary''. Nevertheless, numbers differ from these other boxes because
                   2591: their content varies from instance to instance, even though they are of the
                   2592: same type, whereas all fraction bars are horizontal lines and the same word
1.30      cvs      2593: ``Summary'' appears at the head of every document's summary.</p>
1.18      cvs      2594: </div>
1.1       cvs      2595: 
1.18      cvs      2596: <div class="subsection">
1.37      cvs      2597: <h3><a name="sectc416" id="sectc416">Presentation properties</a></h3>
1.1       cvs      2598: 
1.34      cvs      2599: <p>The principal properties which determine document presentation are the
1.18      cvs      2600: <em>positions</em> and <em>dimensions</em> of boxes, the <em>font</em>, the
                   2601: <em>style</em>, the <em>size</em>, the <em>underlining</em> and the
1.37      cvs      2602: <em>color</em> of their content. From these properties, and some others of
1.34      cvs      2603: less importance, it is possible to represent the usual typographic properties
1.37      cvs      2604: for the textual parts of the document. These same properties can be used to
1.1       cvs      2605: describe the geometry of the non-textual elements, even though they are
1.18      cvs      2606: two-dimensional elements unlike the text, which is linear.</p>
1.30      cvs      2607: 
1.37      cvs      2608: <p>As we have already seen, the positions of the boxes always respect the
1.30      cvs      2609: rule of enclosure: a box in the tree encloses all the boxes of the next lower
1.37      cvs      2610: level which are attached to it. The positional properties permit the
1.30      cvs      2611: specification of the position of each box in relation to the enclosing box or
1.37      cvs      2612: to its sibling boxes (boxes directly attached to the same enclosing box in
                   2613: the tree of boxes).</p>
1.30      cvs      2614: 
1.37      cvs      2615: <p>The presentation properties also provide control over the dimensions of
                   2616: the boxes. The dimensions of a box can depend either on its content or on its
1.1       cvs      2617: context (its sibling boxes and the enclosing box). Each dimension (height or
1.18      cvs      2618: width) can be defined independently of the other.</p>
1.30      cvs      2619: 
1.34      cvs      2620: <p>Because of the position and dimension properties, it is possible to do the
1.1       cvs      2621: same things that are normally done in typography by changing margins, line
1.37      cvs      2622: lengths, and vertical or horizontal skips. This approach can also align or
1.18      cvs      2623: center elements and groups of elements.</p>
1.30      cvs      2624: 
1.34      cvs      2625: <p>In contrast to the position and dimension properties, the font, style,
1.30      cvs      2626: size, underlining, and color do not concern the box itself (the rectangle
1.37      cvs      2627: delimiting the element), but its content. These properties indicate the
                   2628: typographic attributes which must be applied to the text contained in the
                   2629: box, and by extension, to all base elements.</p>
1.30      cvs      2630: 
1.34      cvs      2631: <p>For text, the font property is used to change the family of characters
1.1       cvs      2632: (Times, Helvetica, Courier, etc.); the style is used to obtain italic or
1.37      cvs      2633: roman, bold or light characters; the size determines the point size of the
1.1       cvs      2634: characters; underlining defines the type and thickness of the lines drawn
1.18      cvs      2635: above, below, or through the characters.</p>
1.30      cvs      2636: 
1.34      cvs      2637: <p>For graphics, the line style property can be either solid, dotted, or
                   2638: dashed; the line thickness property controls the width of the lines; the fill
                   2639: pattern property determines how closed geometric figures must be filled.</p>
1.30      cvs      2640: 
1.34      cvs      2641: <p>While some of the properties which determine the appearance of a box's
1.1       cvs      2642: contents make sense only for one content type (text or graphic), other
1.34      cvs      2643: properties apply to all content types: these are the color properties. These
1.18      cvs      2644: indicate the color of lines and the background color.</p>
                   2645: </div>
                   2646: </div>
1.1       cvs      2647: 
1.18      cvs      2648: <div class="section">
1.37      cvs      2649: <h2><a name="sectb42" id="sectb42">Presentation description language</a></h2>
1.30      cvs      2650: 
1.34      cvs      2651: <p>A generic presentation defines the values of presentation properties (or
1.37      cvs      2652: the way to calculate those values) for a generic structure, or more
                   2653: precisely, for all the element types and all the global and local attributes
                   2654: defined in that generic structure. This definition of the presentation
                   2655: properties is made with the P language. A program written in this language,
                   2656: that is a generic presentation expressed in P, is call a <em>presentation
                   2657: schema</em>. This section describes the syntax and semantics of the language,
                   2658: using the same <a href="#sectc321">meta-language</a> as was used for the
                   2659: definition of the S language.</p>
                   2660: 
                   2661: <p>Recall that it is possible to write many different presentation schemas
                   2662: for the same class of documents or objects. This allows users to choose for a
                   2663: document the graphical appearance which best suits their type of work or
1.18      cvs      2664: their personal taste.</p>
1.1       cvs      2665: 
1.18      cvs      2666: <div class="subsection">
1.37      cvs      2667: <h3><a name="sectc421" id="sectc421">The organization of a presentation
                   2668: schema</a></h3>
1.1       cvs      2669: 
1.30      cvs      2670: <p>A presentation schema begins with the word <tt>PRESENTATION</tt> and ends
1.37      cvs      2671: with the word <tt>END</tt>. The word <tt>PRESENTATION</tt> is followed by the
                   2672: name of the generic structure to which the presentation will be applied. This
1.30      cvs      2673: name must be the same as that which follows the keyword <tt>STRUCTURE</tt> in
                   2674: the structure schema associated with the presentation schema.</p>
                   2675: 
1.37      cvs      2676: <p>After this declaration of the name of the structure, the following
                   2677: sections appear (in order):</p>
1.18      cvs      2678: <ul>
1.37      cvs      2679:   <li>Declarations of 
1.30      cvs      2680:     <ul>
                   2681:       <li>all views,</li>
                   2682:       <li>printed views,</li>
                   2683:       <li>counters,</li>
                   2684:       <li>presentation constants,</li>
                   2685:       <li>variables,</li>
                   2686:     </ul>
                   2687:   </li>
                   2688:   <li>default presentation rules,</li>
                   2689:   <li>presentation box and page layout box definitions,</li>
                   2690:   <li>presentation rules for structured elements,</li>
                   2691:   <li>presentation rules for attributes,</li>
                   2692:   <li>rules for transmitting values to attributes of included documents.</li>
1.18      cvs      2693: </ul>
1.30      cvs      2694: 
                   2695: <p>Each of these sections is introduced by a keyword which is followed by a
1.37      cvs      2696: sequence of declarations. Every section is optional.</p>
1.18      cvs      2697: <pre>     SchemaPres ='PRESENTATION' ElemID ';'
1.1       cvs      2698:                [ 'VIEWS' ViewSeq ]
                   2699:                [ 'PRINT' PrintViewSeq ]
                   2700:                [ 'COUNTERS' CounterSeq ]
                   2701:                [ 'CONST' ConstSeq ]
                   2702:                [ 'VAR' VarSeq ]
                   2703:                [ 'DEFAULT' ViewRuleSeq ]
                   2704:                [ 'BOXES' BoxSeq ]
                   2705:                [ 'RULES' PresentSeq ]
                   2706:                [ 'ATTRIBUTES' PresAttrSeq ]
                   2707:                [ 'TRANSMIT' TransmitSeq ]
                   2708:                  'END' .
1.18      cvs      2709:      ElemID     = NAME .</pre>
                   2710: </div>
1.1       cvs      2711: 
1.18      cvs      2712: <div class="subsection">
1.37      cvs      2713: <h3><a name="sectc422" id="sectc422">Views</a></h3>
1.1       cvs      2714: 
1.37      cvs      2715: <p>Each of the possible views must be declared in the presentation schema. As
                   2716: has <a href="#views">already been described</a>, the presentation rules for
                   2717: an element type can vary according to the view in which the element appears.
                   2718: The name of the view is used to designate the view to which the presentation
                   2719: rules apply (see the <a href="#inkeyword"><tt>IN</tt> instruction</a>). The
1.1       cvs      2720: definition of the view's contents are dispersed throughout the presentation
1.37      cvs      2721: rules attached to the different element types and attributes. The
1.18      cvs      2722: <tt>VIEWS</tt> section is simply a sequence of view names separated by commas
                   2723: and terminated by a semi-colon.</p>
1.30      cvs      2724: 
                   2725: <p>One of the view names (and only one) can be followed by the keyword
1.37      cvs      2726: <tt>EXPORT</tt>. This keyword identifies the view which presents the members
                   2727: of the document class in <a href="#sectc3213">skeleton form</a>. The
                   2728: graphical appearance and the content of this view is defined just as with
1.18      cvs      2729: other views, but it is useless to specify presentation rules concerning this
                   2730: view for the elements which are not loaded in the skeleton form.</p>
1.30      cvs      2731: 
                   2732: <p>It is not necessary to declare any views; in this case there is a single
1.37      cvs      2733: unnamed view. If many views are declared, the first view listed is considered
                   2734: the principal view. The principal view is the one to which all rules that are
1.18      cvs      2735: not preceded by an indication of a view will apply (see the <a
                   2736: href="#inkeyword">instruction <tt>IN</tt></a>).</p>
1.30      cvs      2737: 
                   2738: <p>The principal view is the the one which the editor presents on the screen
1.37      cvs      2739: when the user asks to create or edit a document. Thus, it makes sense to put
                   2740: the most frequently used view at the head of the list. But if the structure
1.18      cvs      2741: schema contains <a href="#sectc3213">skeleton elements</a> and is loaded in
                   2742: its skeleton form, the view whose name is followed by the keyword
                   2743: <tt>EXPORT</tt> will be opened and no other views can be opened.</p>
                   2744: <pre>                      'VIEWS' ViewSeq
1.1       cvs      2745:      ViewSeq         = ViewDeclaration
1.30      cvs      2746:                        &lt; ',' ViewDeclaration &gt; ';' .
1.1       cvs      2747:      ViewDeclaration = ViewID [ 'EXPORT' ] .
1.18      cvs      2748:      ViewID          = NAME .</pre>
1.30      cvs      2749: 
1.18      cvs      2750: <blockquote class="example">
1.30      cvs      2751:   <p><strong>Example:</strong></p>
                   2752: 
                   2753:   <p>When editing a report, it might be useful have views of the table of
1.37      cvs      2754:   contents and of the mathematical formulas, in addition to the principal
                   2755:   view which shows the document in its entirety. To achieve this, a
                   2756:   presentation schema for the Report class would have the following
                   2757:   <tt>VIEWS</tt> section:</p>
1.30      cvs      2758:   <pre>VIEWS
1.18      cvs      2759:      Full_text, Table_of_contents, Formulas;</pre>
1.30      cvs      2760: 
                   2761:   <p>The contents of these views are specified in the presentation rules of
                   2762:   the schema.</p>
1.18      cvs      2763: </blockquote>
                   2764: </div>
1.1       cvs      2765: 
1.18      cvs      2766: <div class="subsection">
1.37      cvs      2767: <h3><a name="sectc423" id="sectc423">Print Views</a></h3>
1.1       cvs      2768: 
1.37      cvs      2769: <p>When editing a document, each view specified by the <tt>VIEWS</tt>
                   2770: instruction is presented in a different window.</p>
1.30      cvs      2771: 
                   2772: <p>When printing a document, it is possible to print any number of views,
1.37      cvs      2773: chosen from among all the views which the editor can display. Print views, as
                   2774: well as the order in which they must be printed, are indicated by the
                   2775: <tt>PRINT</tt> instruction. It appears after the <tt>VIEWS</tt> instruction
                   2776: and is formed of the keyword <tt>PRINT</tt> followed by the ordered list of
                   2777: print view names. The print view names are separated by commas and followed
                   2778: by a semi-colon. A print view name is a view name declared in the
                   2779: <tt>VIEWS</tt> instruction.</p>
1.18      cvs      2780: <pre>                    'PRINT' PrintViewSeq
1.30      cvs      2781:      PrintViewSeq = PrintView &lt; ',' PrintView &gt; ';' .
1.37      cvs      2782:      PrintView    = ViewID .</pre>
1.30      cvs      2783: 
                   2784: <p>If the <tt>PRINT</tt> instruction is absent, the printing program will
                   2785: print only the principal view (the first view specified by the <tt>VIEWS</tt>
1.18      cvs      2786: instruction or the single, unnamed view when there is no <tt>VIEWS</tt>
                   2787: instruction).</p>
1.30      cvs      2788: 
1.18      cvs      2789: <blockquote class="example">
1.30      cvs      2790:   <p><strong>Example:</strong></p>
                   2791: 
                   2792:   <p>Consider a Report presentation using the view declarations from the
1.37      cvs      2793:   preceding example. Suppose we want to print the full text and table of
1.30      cvs      2794:   contents views, but not the Formulas view, which is only useful when
1.37      cvs      2795:   editing. A sensible printing order would be to print the full text followed
                   2796:   by the table of contents. To obtain this result when printing, the
                   2797:   presentation schema would say:</p>
1.30      cvs      2798:   <pre>PRINT
1.37      cvs      2799:      Full_text, Table_of_contents;</pre>
1.18      cvs      2800: </blockquote>
                   2801: </div>
                   2802: 
                   2803: <div class="subsection">
1.37      cvs      2804: <h3><a name="sectc424" id="sectc424">Counters</a></h3>
1.18      cvs      2805: 
1.30      cvs      2806: <p>A presentation has a <em>counter</em> for each type of number in the
1.37      cvs      2807: presentation. All counters, and therefore all types of numbers, used in the
1.18      cvs      2808: schema must be declared after the <tt>COUNTERS</tt> keyword.</p>
1.30      cvs      2809: 
                   2810: <p>Each counter declaration is composed of a name identifying the counter
1.1       cvs      2811: followed by a colon and the counting function to be applied to the counter.
1.18      cvs      2812: The counter declaration ends with a semi-colon.</p>
1.30      cvs      2813: 
                   2814: <p>The counting function indicates how the counter values will be calculated.
1.37      cvs      2815: Three types of counting functions are available. The first type is used to
1.16      cvs      2816: count the elements of a list or aggregate: it assigns to the counter the rank
1.37      cvs      2817: of the element in the list or aggregate. More precisely, the function</p>
1.18      cvs      2818: <pre>RANK OF ElemID [ LevelAsc ] [ INIT AttrID ]
                   2819:         [ 'REINIT' AttrID ]</pre>
1.30      cvs      2820: 
                   2821: <p>indicates that when an element creates, by a creation rule (see the <a
1.18      cvs      2822: href="#sectc4232"><tt>Create</tt> instructions</a>), a presentation box
1.37      cvs      2823: containing the counter value, this value is the rank of the creating element,
1.18      cvs      2824: if it is of type <tt>ElemID</tt>, otherwise the rank of the first element of
                   2825: type <tt>ElemID</tt> which encloses the creating element in the logical
                   2826: structure of the document.</p>
1.30      cvs      2827: 
                   2828: <p>The type name can be preceded by a star in the special case where the
1.18      cvs      2829: structure schema defines an element of whose <tt>ElemID</tt> is the same as
                   2830: that of an <a href="#sectd3284">inclusion</a> without expansion or with
1.37      cvs      2831: partial expansion. To resolve this ambiguity, the <tt>ElemID</tt> alone
1.18      cvs      2832: refers to the type defined in the structure schema while the <tt>ElemID</tt>
                   2833: preceded by a star refers to the included type.</p>
1.30      cvs      2834: 
1.37      cvs      2835: <p>The type name <tt>ElemID</tt> can be followed by an integer. That number
                   2836: represents the relative level, among the ancestors of the creating element,
                   2837: of the element whose rank is asked. If that relative level <i>n</i> is
                   2838: unsigned, the <i>n</i><sup>th</sup> element of type <tt>ElemID</tt>
                   2839: encountered when travelling the logical structure from the root to the
                   2840: creating element is taken into account. If the relative level is negative,
                   2841: the logical structure is travelled in the other direction, from the creating
                   2842: element to the root.</p>
1.30      cvs      2843: 
1.37      cvs      2844: <p>The function can end with the keyword <tt>INIT</tt> followed by the name
                   2845: of a numeric attribute (and only a numeric attribute). Then, the rank of the
1.30      cvs      2846: first element of the list or aggregate is considered to be the value of this
1.1       cvs      2847: attribute, rather than the default value of 1, and the rank of the other
1.37      cvs      2848: elements is shifted accordingly. The attribute which determines the initial
1.18      cvs      2849: value is searched on the element itself and on its ancestors.</p>
1.30      cvs      2850: 
                   2851: <p>The function can end with the keyword <tt>REINIT</tt> followed by the name
1.37      cvs      2852: of a numeric attribute (and only a numeric attribute). Then, if an element to
1.30      cvs      2853: be counted has this attribute, the counter value for this element is the
1.1       cvs      2854: attribute value and the following elements are numbered starting from this
1.18      cvs      2855: value.</p>
1.30      cvs      2856: 
                   2857: <p>When the <tt>RANK</tt> function is written</p>
1.18      cvs      2858: <pre>RANK OF Page [ ViewID ] [ INIT AttrID ]</pre>
1.30      cvs      2859: 
                   2860: <p>(<tt>Page</tt>is a keyword of the P language), the counter takes as its
                   2861: value the number of the page on which the element which creates the
1.37      cvs      2862: presentation box containing the number appears. This is done as if the pages
                   2863: of the document form a list for each view. The counter only takes into
1.30      cvs      2864: account the pages of the relevant view, that is the view displaying the
1.37      cvs      2865: presentation box whose contents take the value of the number. However, if the
                   2866: keyword <tt>Page</tt> is followed by the name of a view (between
                   2867: parentheses), it is the pages of that view that are taken into account. As in
                   2868: the preceding form, the <tt>RANK</tt> function applied to pages can end with
                   2869: the <tt>INIT</tt> keyword followed by the name of a numeric attribute which
                   2870: sets the value of the first page's number. This attribute must be a local
1.30      cvs      2871: attribute of the document itself, and not of one of its components.</p>
                   2872: 
                   2873: <p>The second counting function is used to count the occurrences of a certain
1.37      cvs      2874: element type in a specified context. The instruction</p>
1.18      cvs      2875: <pre>SET n ON Type1 ADD m ON Type2 [ INIT AttrID ]</pre>
1.30      cvs      2876: 
                   2877: <p>says that when the document is traversed from beginning to end (in the
                   2878: order induced by the logical structure), the counter is assigned the value
1.18      cvs      2879: <tt>n</tt> each time an element of type <tt>Type1</tt> is encountered, no
                   2880: matter what the current value of the counter, and the value <tt>m</tt> is
                   2881: added to the current value of the counter each time an element of type
                   2882: <tt>Type2</tt> is encountered.</p>
1.30      cvs      2883: 
                   2884: <p>As with the <tt>RANK</tt> function, the type names can be preceded by a
                   2885: star to resolve the ambiguity of included elements.</p>
                   2886: 
1.37      cvs      2887: <p>If the function ends with the keyword <tt>INIT</tt> followed by the name
                   2888: of an attribute and if the document possesses this attribute, the value of
                   2889: this attribute is used in place of <tt>n</tt>. The attribute must be numeric.
                   2890: It is searched on the element itself and on its ancestors.</p>
1.30      cvs      2891: 
                   2892: <p>This function can also be used with the <tt>Page</tt> keyword in the place
1.37      cvs      2893: of <tt>Type1</tt> or <tt>Type2</tt>. In the first case, the counter is
1.18      cvs      2894: reinitialized on each page with the value <tt>n</tt>, while in the second
1.37      cvs      2895: case, it is incremented by <tt>m</tt> on each page. As with the preceding
1.18      cvs      2896: counting function, the word <tt>Page</tt> can be followed by a name between
1.37      cvs      2897: parentheses. In this case, the name specifies a view whose pages are taken
1.18      cvs      2898: into account.</p>
1.30      cvs      2899: 
                   2900: <p>The definition of a counter can contain several <tt>SET</tt> functions and
1.37      cvs      2901: several <tt>ADD</tt> functions, each with a different value. The total number
1.18      cvs      2902: of counting functions must not be greater than 6.</p>
1.30      cvs      2903: 
1.37      cvs      2904: <p>The third counting function is used to count the elements of a certain
                   2905: type encountered when travelling from the creating element to the root of the
                   2906: logical structure. The creating element is included if it is of that type.
1.18      cvs      2907: That function is written</p>
                   2908: <pre>RLEVEL OF Type</pre>
1.30      cvs      2909: 
                   2910: <p>where <tt>Type</tt> represents the type of the elements to be counted.</p>
                   2911: 
                   2912: <p>The formal definition of counter declarations is:</p>
1.18      cvs      2913: <pre>                    'COUNTERS' CounterSeq
1.30      cvs      2914:      CounterSeq   = Counter &lt; Counter &gt; .
1.1       cvs      2915:      Counter      = CounterID ':' CounterFunc ';' .
                   2916:      CounterID    = NAME .
                   2917:      CounterFunc  = 'RANK' 'OF' TypeOrPage [ SLevelAsc ]
1.16      cvs      2918:                     [ 'INIT' AttrID ] [ 'REINIT' AttrID ] /
1.30      cvs      2919:                     SetFunction &lt; SetFunction &gt;
                   2920:                     AddFunction &lt; AddFunction &gt;
1.16      cvs      2921:                     [ 'INIT' AttrID ] /
                   2922:                     'RLEVEL' 'OF' ElemID .
1.1       cvs      2923:      SLevelAsc    = [ '-' ] LevelAsc .
                   2924:      LevelAsc     =  NUMBER .
                   2925:      SetFunction  = 'SET' CounterValue 'ON' TypeOrPage .
                   2926:      AddFunction  = 'ADD' CounterValue 'ON' TypeOrPage .
                   2927:      TypeOrPage   = 'Page' [ '(' ViewID ')' ] / 
1.16      cvs      2928:                     [ '*' ] ElemID .
1.18      cvs      2929:      CounterValue = NUMBER .</pre>
1.30      cvs      2930: 
1.18      cvs      2931: <blockquote class="example">
1.30      cvs      2932:   <p><strong>Example:</strong></p>
                   2933: 
                   2934:   <p>If the body of a chapter is defined as a sequence of sections in the
                   2935:   structure schema:</p>
                   2936:   <pre>Chapter_body = LIST OF (Section = 
1.1       cvs      2937:                             BEGIN
                   2938:                             Section_Title = Text;
                   2939:                             Section_Body  = Paragraphs;
                   2940:                             END
1.18      cvs      2941:                          );</pre>
1.30      cvs      2942: 
                   2943:   <p>the section counter is declared:</p>
                   2944:   <pre>SectionCtr : RANK OF Section;</pre>
                   2945: 
                   2946:   <p>and the display of the section number before the section title is
                   2947:   obtained by a <a href="#sectc4232"><tt>CreateBefore</tt> rule</a> attached
                   2948:   the <tt>Section_Title</tt> type, which creates a presentation box whose
                   2949:   content is the value of the <tt>SectionCtr</tt> counter (see the <a
                   2950:   href="#sectc4231"><tt>Content</tt> instruction</a>).</p>
                   2951: 
                   2952:   <p>In order to number the formulas separately within each chapter, the
                   2953:   formula counter is declared:</p>
                   2954:   <pre>FormulaCtr : SET 0 ON Chapter ADD 1 ON Formula;</pre>
                   2955: 
1.37      cvs      2956:   <p>and the display of the formula number in the right margin, alongside
                   2957:   each formula, is obtained by a <tt>CreateAfter</tt> instruction attached to
                   2958:   the <tt>Formula</tt> type, which creates a presentation box whose content
                   2959:   is the value of the <tt>FormulaCtr</tt> counter.</p>
1.30      cvs      2960: 
                   2961:   <p>To number the page chapter by chapter, with the first page of each
                   2962:   chapter having the number 1, the counter definition would be</p>
                   2963:   <pre>ChapterPageCtr : SET 0 ON Chapter ADD 1 ON Page;</pre>
                   2964: 
                   2965:   <p>If there is also a chapter counter</p>
                   2966:   <pre>ChapterCtr : RANK OF Chapter;</pre>
                   2967: 
1.37      cvs      2968:   <p>the <a href="#sectc4231">content</a> of a presentation box created at
                   2969:   the top of each page could be defined as:</p>
1.30      cvs      2970:   <pre>Content : (VALUE(ChapterCtr, URoman) TEXT '-'
1.18      cvs      2971:            VALUE(ChapterPageCtr, Arabic));</pre>
1.30      cvs      2972: 
                   2973:   <p>Thus, the presentation box contains the number of the chapter in
                   2974:   upper-case roman numerals followed by a hyphen and the number of the page
                   2975:   within the chapter in arabic numerals.</p>
1.18      cvs      2976: </blockquote>
1.30      cvs      2977: 
1.18      cvs      2978: <blockquote class="example">
1.30      cvs      2979:   <p><strong>Example:</strong></p>
                   2980: 
1.37      cvs      2981:   <p>To count tables and figures together in a document of the chapter type,
                   2982:   a counter could be defined using:</p>
1.30      cvs      2983:   <pre>CommonCtr : SET 0 ON Chapter ADD 1 ON Table
1.18      cvs      2984:             ADD 1 ON Figure;</pre>
                   2985: </blockquote>
                   2986: </div>
1.1       cvs      2987: 
1.18      cvs      2988: <div class="subsection">
1.37      cvs      2989: <h3><a name="sectc425" id="sectc425">Presentation constants</a></h3>
1.1       cvs      2990: 
1.30      cvs      2991: <p>Presentation constants are used in the definition of the content of
1.37      cvs      2992: presentation boxes. This content is used in <a href="#sectc426">variable
                   2993: definitions</a> and in the <a href="#sectc4231"><tt>Content</tt> rule</a>.
                   2994: The only presentation constants which can be used are character strings,
1.2       cvs      2995: mathematical symbols, graphical elements, and pictures, that is to say, base
1.18      cvs      2996: elements.</p>
1.30      cvs      2997: 
                   2998: <p>Constants can be defined directly in the variables or presentation boxes
1.37      cvs      2999: (<tt>Content</tt> rule) which use them. But it is only necessary them to
1.1       cvs      3000: declare once, in the constant declaration section, even though they are used
1.37      cvs      3001: in many variables or boxes. Thus, each declared constant has a name, which
1.1       cvs      3002: allows it to be designated whenever it is used, a type (one of the four base
                   3003: types) and a value (a character string or a single character for mathematical
1.18      cvs      3004: symbols and graphical elements).</p>
1.30      cvs      3005: 
1.37      cvs      3006: <p>The constant declarations appear after the keyword <tt>CONST</tt>. Each
                   3007: declaration is composed of the name of the constant, an equals sign, a
                   3008: keyword representing its type (<tt>Text</tt>, <tt>Symbol</tt>,
                   3009: <tt>Graphics</tt> or <tt>Picture</tt>) and the string representing its value.
                   3010: A semi-colon terminates each declaration.</p>
1.30      cvs      3011: 
                   3012: <p>In the case of a character string, the keyword <tt>Text</tt> can be
1.41      vatton   3013: followed by the name of an script (for example, <tt>Greek</tt> or
1.37      cvs      3014: <tt>Latin</tt>) in which the constant's text should be expressed. If the
1.43    ! quint    3015: script name is absent, the Latin script is used. When the script name is
        !          3016: present, only the first letter of the script name is interpreted. Thus, the
        !          3017: words <tt>Greek</tt> and <tt>Grec</tt> designate the same script. In current
        !          3018: versions of Thot, only the Greek and Latin scripts are available.</p>
1.18      cvs      3019: <pre>                 'CONST' ConstSeq
1.30      cvs      3020:      ConstSeq   = Const &lt; Const &gt; .
1.1       cvs      3021:      Const      = ConstID '=' ConstType ConstValue ';' .
                   3022:      ConstID    = NAME .
1.41      vatton   3023:      ConstType  ='Text' [ Script ] / 'Symbol' /
1.1       cvs      3024:                  'Graphics' / 'Picture' .
                   3025:      ConstValue = STRING .
1.41      vatton   3026:      Script   = NAME .</pre>
1.30      cvs      3027: 
1.41      vatton   3028: <p>For character strings in the Latin script (ISO Latin-1 character set),
1.1       cvs      3029: characters having codes higher than 127 (decimal) are represented by their
1.18      cvs      3030: code in octal.</p>
1.30      cvs      3031: 
                   3032: <p>In the case of a symbol or graphical element, the value only contains a
1.37      cvs      3033: single character, between apostrophes, which indicates the form of the
                   3034: element which must be drawn in the box whose content is the constant. The
                   3035: symbol or graphical element takes the dimensions of the box, which are
                   3036: determined by the <tt>Height</tt> and <tt>Width</tt> rules. See <a
                   3037: href="#sectb72">table of codes</a> for the symbols and graphical elements.</p>
1.30      cvs      3038: 
1.18      cvs      3039: <blockquote class="example">
1.30      cvs      3040:   <p><strong>Example:</strong></p>
                   3041: 
                   3042:   <p>The constants ``Summary:'' and fraction bar, which were described
                   3043:   earlier, are declared:</p>
                   3044:   <pre>CONST
1.1       cvs      3045:      SummaryConst = Text 'Summary:';
1.18      cvs      3046:      Bar          = Graphics 'h';</pre>
                   3047: </blockquote>
                   3048: </div>
1.1       cvs      3049: 
1.18      cvs      3050: <div class="subsection">
1.37      cvs      3051: <h3><a name="sectc426" id="sectc426">Variables</a></h3>
1.1       cvs      3052: 
1.37      cvs      3053: <p>Variables permit the definition of computed content for presentation
                   3054: boxes. A variable is associated with a presentation box by a <tt>Content</tt>
                   3055: rule; but before being used in a <tt>Content</tt> rule, a variable can be
                   3056: defined in the <tt>VAR</tt> section. It is also possible to define a variable
                   3057: at the time of its use in a <tt>Content</tt> rule, as can be done with a
1.30      cvs      3058: constant.</p>
                   3059: 
                   3060: <p>A variable has a name and a value which is a character string resulting
1.37      cvs      3061: from the concatenation of the values of a sequence of functions. Each
1.30      cvs      3062: variable declaration is composed of the variable name followed by a colon and
1.37      cvs      3063: the sequence of functions which produces its value, separated by spaces. Each
1.18      cvs      3064: declaration is terminated by a semi-colon.</p>
                   3065: <pre>                  'VAR' VarSeq
1.30      cvs      3066:      VarSeq      = Variable &lt; Variable &gt; .
1.1       cvs      3067:      Variable    = VarID ':' FunctionSeq ';' .
                   3068:      VarID       = NAME .
1.30      cvs      3069:      FunctionSeq = Function &lt; Function &gt; .</pre>
                   3070: 
1.37      cvs      3071: <p>Several functions are available. The first two return, in the form of a
                   3072: character string, the current date. <tt>DATE</tt> returns the date in
1.18      cvs      3073: English, while <tt>FDATE</tt> returns the date in french.</p>
1.30      cvs      3074: 
                   3075: <p>Two other functions, <tt>DocName</tt> and <tt>DirName</tt>, return the
1.18      cvs      3076: document name and the directory where the document is stored.</p>
1.30      cvs      3077: 
1.38      cvs      3078: <p>Function <tt>ElemName</tt> returns the name of the element which created
1.30      cvs      3079: the presentation box whose contents are the variable.</p>
                   3080: 
1.38      cvs      3081: <p>Function <tt>AttributeName</tt> returns the name of the attribute which
                   3082: created the presentation box whose contents are the variable. The
                   3083: presentation box must be created by an attribute.</p>
                   3084: 
                   3085: <p>Function <tt>AttributeValue</tt> returns the value of the attribute which
                   3086: created the presentation box whose contents are the variable. The
                   3087: presentation box must be created by an attribute.</p>
                   3088: 
1.30      cvs      3089: <p>Another function simply returns the value of a presentation constant. For
                   3090: any constant declared in the <tt>CONST</tt> section, it is sufficient to give
1.37      cvs      3091: the name of the constant. Otherwise, the type and value of the constant must
1.30      cvs      3092: be given, using the same form as in a <a href="#sectc425">constant
1.18      cvs      3093: declaration</a>. If the constant is not of type text, (types <tt>Symbol</tt>,
                   3094: <tt>Graphics</tt> or <tt>Picture</tt>), it must be alone in the variable
                   3095: definition; only constants of type <tt>Text</tt> can be mixed with other
                   3096: functions.</p>
1.30      cvs      3097: 
                   3098: <p>It is also possible to obtain the value of an attribute, simply by
1.37      cvs      3099: mentioning the attribute's name. The value of this function is the value of
1.30      cvs      3100: the attribute for the element which created the presentation box whose
1.37      cvs      3101: contents are the variable. If the creating element does not have the
                   3102: indicated attribute, the value is an empty string. In the case of a numeric
1.30      cvs      3103: attribute, the attribute is translated into a decimal number in arabic
1.37      cvs      3104: numerals. If another form is desired, the <tt>VALUE</tt> function must be
1.30      cvs      3105: used.</p>
                   3106: 
                   3107: <p>The last available function returns, as a character string, the value of a
1.1       cvs      3108: counter, an attribute or a page number. This value can be presented in
1.37      cvs      3109: different styles. The keyword <tt>VALUE</tt> is followed (between
1.1       cvs      3110: parentheses) by the name of the counter, the name of the attribute, or the
1.18      cvs      3111: keyword <tt>PageNumber</tt> and the desired style, the two parameters being
1.37      cvs      3112: separated by a comma. The style is a keyword which indicates whether the
1.18      cvs      3113: value should be presented in arabic numerals (<tt>Arabic</tt>), lower-case
                   3114: roman numerals (<tt>LRoman</tt>), or upper-case roman numerals
                   3115: (<tt>URoman</tt>), or by an upper-case letter (<tt>Uppercase</tt>) or
                   3116: lower-case letter (<tt>Lowercase</tt>).</p>
1.30      cvs      3117: 
                   3118: <p>For a page counter, the keyword <tt>PageNumber</tt> can be followed,
                   3119: between parentheses, by the name of the view from which to obtain the page
1.37      cvs      3120: number. By default, the first view declared in the <tt>VIEWS</tt> section is
                   3121: used. The value obtained is the number of the page on which is found the
1.30      cvs      3122: element that is using the variable in a <tt>Content</tt> rule.</p>
                   3123: 
                   3124: <p>For an ordinary counter, the name of the counter can be preceded by the
1.37      cvs      3125: keyword <tt>MaxRangeVal</tt> or <tt>MinRangeVal</tt>. These keywords mean
1.1       cvs      3126: that the value returned by the function is the maximum (minimum resp.) value
                   3127: taken by the counter in the whole document, not the value for the element
1.18      cvs      3128: concerned by the function.</p>
                   3129: <pre>     Function     = 'DATE' / 'FDATE' /
1.1       cvs      3130:                     'DocName' / 'DirName' /
1.38      cvs      3131:                     'ElemName' / 'AttributeName' / 'AttributeValue' /
1.1       cvs      3132:                      ConstID / ConstType ConstValue /
                   3133:                      AttrID /
                   3134:                     'VALUE' '(' PageAttrCtr ','
                   3135:                                 CounterStyle ')' .
1.6       cvs      3136:      PageAttrCtr  = 'PageNumber' [ '(' ViewID ')' ] /
1.1       cvs      3137:                      [ MinMax ] CounterID / AttrID .
                   3138:      CounterStyle = 'Arabic' / 'LRoman' / 'URoman' /
                   3139:                     'Uppercase' / 'Lowercase' .
1.18      cvs      3140:      MinMax       = 'MaxRangeVal' / 'MinRangeVal' .</pre>
1.30      cvs      3141: 
1.18      cvs      3142: <blockquote class="example">
1.30      cvs      3143:   <p><strong>Example:</strong></p>
                   3144: 
                   3145:   <p>To make today's date appear at the top of the first page of a report, a
                   3146:   <a href="#sectc4232"><tt>CREATE</tt> rule</a> associated with the
                   3147:   Report_Title element type generates a presentation box whose content
                   3148:   (specified by the <tt>Content</tt> rule of that presentation box) is the
                   3149:   variable:</p>
                   3150:   <pre>VAR
1.18      cvs      3151:      Todays_date : TEXT 'Version of ' DATE;</pre>
1.30      cvs      3152: 
                   3153:   <p>To produce, before each section title, the chapter number (in upper-case
                   3154:   roman numerals) followed by the section number (in arabic numerals), two
                   3155:   counters must be defined:</p>
                   3156:   <pre>COUNTERS
1.1       cvs      3157:      ChapterCtr : RANK OF Chapter;
1.18      cvs      3158:      SectionCtr : RANK OF Section;</pre>
1.30      cvs      3159: 
                   3160:   <p>and the Section_Title element must create a presentation box whose
                   3161:   content is the variable</p>
                   3162:   <pre>VAR
1.1       cvs      3163:      SectionNum : VALUE (ChapterCtr, URoman) TEXT '-'
1.18      cvs      3164:                   VALUE (SectionCtr, Arabic);</pre>
1.30      cvs      3165: 
                   3166:   <p>In order to make the page number on which each section begins appear in
                   3167:   the table of contents view next to the section title, each Section_Title
                   3168:   element must create a presentation box, visible only in the table of
                   3169:   contents view, whose content is the variable:</p>
                   3170:   <pre>VAR
1.1       cvs      3171:      TitlePageNume :
1.18      cvs      3172:            VALUE (PageNumber(Full_text), Arabic);</pre>
                   3173: </blockquote>
                   3174: </div>
1.1       cvs      3175: 
1.18      cvs      3176: <div class="subsection">
1.37      cvs      3177: <h3><a name="sectc427" id="sectc427">Default presentation rules</a></h3>
1.1       cvs      3178: 
1.30      cvs      3179: <p>In order to avoid having to specify, for each element type defined in the
1.1       cvs      3180: structure schema, values for every one of the numerous presentation
1.34      cvs      3181: properties, the presentation schema allows the definition of a set of default
1.37      cvs      3182: presentation rules. These rules apply to all the boxes of the elements
1.1       cvs      3183: defined in the structure schema and to the presentation boxes and page layout
1.37      cvs      3184: boxes defined in the presentation schema. Only rules which differ from these
1.18      cvs      3185: default need to be specified in other sections of the presentation schema.</p>
1.30      cvs      3186: 
                   3187: <p>For the primary view, the default rules can define every presentation
1.34      cvs      3188: property, but not the <a href="#presfunct">presentation functions</a> or the
1.18      cvs      3189: <a href="#sectc4223">linebreaking conditions</a> (the <tt>NoBreak1</tt>,
                   3190: <tt>NoBreak2</tt>, and <tt>Gather</tt> rules).</p>
1.30      cvs      3191: 
                   3192: <p>In a presentation schema, the default presentation rules section is
                   3193: optional; in this case, the <tt>DEFAULT</tt> keyword is also absent and the
                   3194: following rules are considered to be the default rules:</p>
1.26      cvs      3195: <pre>   Visibility:        Enclosing =;
                   3196:    VertRef:           * . Left;
                   3197:    HorizRef:          Enclosed . HRef;
                   3198:    Height:            Enclosed . Height;
                   3199:    Width:             Enclosed . Width;
                   3200:    VertPos:           Top = Previous . Bottom;
                   3201:    HorizPos:          Left = Enclosing . Left;
                   3202:    MarginTop:         0;
                   3203:    MarginRight:       0;
                   3204:    MarginBottom:      0;
                   3205:    MarginLeft:        0;
                   3206:    PaddingTop:        0;
                   3207:    PaddingRight:      0;
                   3208:    PaddingBottom:     0;
                   3209:    PaddingLeft:       0;
                   3210:    BorderTopWidth:    0;
                   3211:    BorderRightWidth:  0;
                   3212:    BorderBottomWidth: 0;
                   3213:    BorderLeftWidth:   0;
                   3214:    BorderTopColor:    Foreground;
                   3215:    BorderRightColor:  Foreground;
                   3216:    BorderBottomColor: Foreground;
                   3217:    BorderLeftColor:   Foreground;
                   3218:    BorderTopStyle:    None;
                   3219:    BorderRightStyle:  None;
                   3220:    BorderBottomStyle: None;
                   3221:    BorderLeftStyle:   None;
                   3222:    VertOverflow:      No;
                   3223:    HorizOverflow:     No;
                   3224:    Size:              Enclosing =;
                   3225:    Style:             Enclosing =;
                   3226:    Weight:            Enclosing =;
                   3227:    Font:              Enclosing =;
                   3228:    Underline:         Enclosing =;
                   3229:    Thickness:         Enclosing =;
                   3230:    Indent:            Enclosing =;
                   3231:    LineSpacing:       Enclosing =;
                   3232:    Adjust:            Enclosing =;
                   3233:    Hyphenate:         Enclosing =;
1.40      quint    3234:    Direction:         Enclosing =;
1.43    ! quint    3235:    UnicodeBidi:       Enclosing =;
1.26      cvs      3236:    PageBreak:         Yes;
                   3237:    LineBreak:         Yes;
                   3238:    InLine:            Yes;
                   3239:    Depth:             0;
                   3240:    LineStyle:         Enclosing =;
                   3241:    LineWeight:        Enclosing =;
                   3242:    FillPattern:       Enclosing =;
                   3243:    Background:        Enclosing =;
                   3244:    Foreground:        Enclosing =;</pre>
1.30      cvs      3245: 
                   3246: <p>If other values are desired for the default rules, they must be defined
1.37      cvs      3247: explicitly in the default rules section. In fact, it is only necessary to
1.1       cvs      3248: define those default rules which differ from the ones above, since the rules
1.18      cvs      3249: above will be used whenever a rule is not explicitly named.</p>
1.30      cvs      3250: 
1.37      cvs      3251: <p>Default rules for views other than the primary view can also be specified.
1.1       cvs      3252: Otherwise, the default rules for the primary views are applied to the other
1.18      cvs      3253: views.</p>
1.30      cvs      3254: 
                   3255: <p>Default rules are expressed in the same way as <a
                   3256: href="#sectc4215">explicit rules for document elements</a>.</p>
1.18      cvs      3257: </div>
1.1       cvs      3258: 
1.18      cvs      3259: <div class="subsection">
1.37      cvs      3260: <h3><a name="sectc428" id="sectc428">Presentation and page layout
                   3261: boxes</a></h3>
1.1       cvs      3262: 
1.30      cvs      3263: <p>The presentation process uses elements which are not part of the logical
1.1       cvs      3264: structure of the document, such as pages (which are the page layout boxes) or
                   3265: alternatively, rules, numbers, or words introducing certain parts of the
                   3266: document, such as ``Summary'', ``Appendices'', ``Bibliography'', etc. (which
1.18      cvs      3267: are presentation boxes).</p>
1.30      cvs      3268: 
                   3269: <p>After the word <tt>BOXES</tt>, each presentation or page layout box is
                   3270: defined by its name and a sequence of presentation rules which indicate how
1.37      cvs      3271: they must be displayed. These rules are the same as those which define the
                   3272: boxes associated with element of the logical structure of the document, with
                   3273: a single exception, the <a href="#sectc4231"><tt>Content</tt> rule</a> which
                   3274: is used only to specify the content of presentation boxes. The content of
                   3275: boxes associated with elements of the document structure is defined in each
                   3276: document or object and thus is not specified in the presentation schema,
                   3277: which applies to all documents or objects of a class.</p>
1.30      cvs      3278: 
                   3279: <p>Among the rules which define a presentation box, certain ones can refer to
1.37      cvs      3280: another presentation box (for example, in their positional rules). If the
1.1       cvs      3281: designated box is defined after the box which designates it, a
1.18      cvs      3282: <tt>FORWARD</tt> instruction followed by the name of the designated box must
                   3283: appear before the designation.</p>
                   3284: <pre>             'BOXES' BoxSeq
1.30      cvs      3285:      BoxSeq = Box &lt; Box &gt; .
1.1       cvs      3286:      Box    ='FORWARD' BoxID ';' /
                   3287:               BoxID ':' ViewRuleSeq .
1.18      cvs      3288:      BoxID  = NAME .</pre>
                   3289: </div>
1.1       cvs      3290: 
1.18      cvs      3291: <div class="subsection">
1.37      cvs      3292: <h3><a name="sectc429" id="sectc429">Presentation of structured
                   3293: elements</a></h3>
1.1       cvs      3294: 
1.30      cvs      3295: <p>After the words <tt>RULES</tt>, the presentation schema gives the
                   3296: presentation rules that apply to the elements whose types are defined in the
1.37      cvs      3297: structure schema. Only those rules which differ from the <a
1.18      cvs      3298: href="#sectc427">default</a> must be specified in the <tt>RULES</tt>
                   3299: section.</p>
1.30      cvs      3300: 
                   3301: <p>The rule definitions for each element type are composed of the name of the
1.1       cvs      3302: element type (as specified in the structure schema) followed by a colon and
1.18      cvs      3303: the set of rules specific to that type.</p>
1.30      cvs      3304: 
                   3305: <p>The type name can be preceded by a star in the special case where the
1.18      cvs      3306: structure schema defines an <a href="#sectd3284">inclusion</a> without
1.1       cvs      3307: expansion (or with partial expansion) of a type with the same name as an
1.18      cvs      3308: element of defined in the structure schema.</p>
1.30      cvs      3309: 
                   3310: <p>In the case where the element is a <a href="#sectd3285">mark pair</a>, but
1.18      cvs      3311: only in this case, the type name can be preceded by the keywords
1.37      cvs      3312: <tt>First</tt> or <tt>Second</tt>. These keywords indicate whether the rules
1.18      cvs      3313: that follow apply to the first or second mark of the pair.</p>
                   3314: <pre>                 'RULES' PresentSeq
1.30      cvs      3315:      PresentSeq = Present &lt; Present &gt; .
1.6       cvs      3316:      Present    = [ '*' ] [ FirstSec ] ElemID ':'
                   3317:                   ViewRuleSeq .
1.18      cvs      3318:      FirstSec   = 'First' / 'Second' .</pre>
1.30      cvs      3319: 
                   3320: <p>A presentation schema can define presentation rules for base elements,
1.37      cvs      3321: which are defined implicitly in the structure schemas. In the English version
1.30      cvs      3322: of the presentation schema compiler, the base type names are the same as in
                   3323: the S language, but they are terminated by the <tt>_UNIT</tt> suffix:
1.18      cvs      3324: <tt>TEXT_UNIT</tt>, <tt>PICTURE_UNIT</tt>, <tt>SYMBOL_UNIT</tt>,
1.37      cvs      3325: <tt>GRAPHICS_UNIT</tt>. The base type names are written in upper-case
1.18      cvs      3326: letters.</p>
                   3327: </div>
                   3328: 
                   3329: <div class="subsection">
1.37      cvs      3330: <h3><a name="sectc4210" id="sectc4210">Logical attribute presentation</a></h3>
1.18      cvs      3331: 
1.30      cvs      3332: <p>After the keyword <tt>ATTRIBUTES</tt>, all attributes which are to have
1.37      cvs      3333: some effect on the presentation of the element to which they are attached
                   3334: must be mentioned, along with the corresponding presentation rules. This is
                   3335: true for both global attributes (which can be attached to all element types)
                   3336: and local attributes (which can only be attached to certain element
                   3337: types).</p>
1.30      cvs      3338: 
                   3339: <p>Also mentioned in this section are attributes which imply an effect on
1.1       cvs      3340: elements in the subtree of the element to which they are attached. The
1.37      cvs      3341: presentation of these descendants can be modified as a function of the value
1.1       cvs      3342: of the attribute which they inherit, just as if it was attached to them
1.18      cvs      3343: directly.</p>
1.30      cvs      3344: 
                   3345: <p>The specification for each attribute includes the attribute's name,
                   3346: followed by an optional value specification and, after a colon, a set of
1.37      cvs      3347: rules. The set of rules must contain at least one rule.</p>
1.30      cvs      3348: 
1.37      cvs      3349: <p>When there is no value specification, the rules are applied to all
                   3350: elements which carry the attribute, no matter what their value. When the
                   3351: rules must only apply when the attribute has certain values, these values
                   3352: must be specified. Thus, the same attribute can appear in the
                   3353: <tt>ATTRIBUTES</tt> section several times, with each appearance having a
                   3354: different value specification. However, reference attributes never have a
                   3355: value specification and, as a result, can only appear once in the
                   3356: <tt>ATTRIBUTES</tt> section.</p>
1.30      cvs      3357: 
                   3358: <p>To specify that the presentation rules apply to some of the descendants of
                   3359: the element having the attribute, the name of the affected element type is
1.37      cvs      3360: given, between parentheses, after the attribute name. This way, the
                   3361: presentation rules for the attribute will be applied to the element having
                   3362: the attribute, if it is of the given type, and to all of its descendants of
                   3363: the given type. In the case where this type is a <a href="#sectd3285">mark
                   3364: pair</a>, but only in this case, the type name can be preceded by the
                   3365: keywords <tt>First</tt> or <tt>Second</tt>. These keywords indicate whether
                   3366: the rules that follow apply to the first or second mark of the pair. If the
                   3367: rule must apply to several different element types, the specification must be
                   3368: repeated for each element type.</p>
1.30      cvs      3369: 
                   3370: <p>The specification of values for which the presentation rules will be
                   3371: applied varies according to the type of the attribute:</p>
1.18      cvs      3372: <dl>
1.30      cvs      3373:   <dt>numeric attribute</dt>
                   3374:     <dd>If the rules are to apply for one value of the attribute, then the
1.37      cvs      3375:       attribute name is followed by an equals sign and this value. If the
1.30      cvs      3376:       rules are to apply for all values less than (or greater than) a
                   3377:       threshold value, non-inclusive, the attribute name followed by a '&lt;'
1.37      cvs      3378:       sign (or a '&gt;' sign, respectively) and the threshold value. If the
                   3379:       rules must apply to a range of values, the attribute name is followed
                   3380:       by the word '<tt>IN</tt>' and the two bounds of the range, enclosed in
                   3381:       brackets and separated by two periods ('<tt>..</tt>'). In the case of
                   3382:       ranges, the values of the bounds are included in the range. 
1.30      cvs      3383:       <p>The threshold value in the comparisons can be the value of an
1.37      cvs      3384:       attribute attached to an ancestor element. In this case, the attribute
1.30      cvs      3385:       name is given instead of a constant value.</p>
1.37      cvs      3386:       <p>It is also possible to write rules which apply only when a
                   3387:       comparison between two different attributes of the element's ancestors
                   3388:       is true. In this case, the first attribute name is followed by a
                   3389:       comparison keyword and the name of the second attribute. The comparison
                   3390:       keywords are <tt>EQUAL</tt> (simple equality), <tt>LESS</tt>
                   3391:       (non-inclusive less than), and <tt>GREATER</tt> (non-inclusive greater
                   3392:       than).</p>
1.30      cvs      3393:     </dd>
                   3394:   <dt>text attribute</dt>
                   3395:     <dd>If the rules are to apply for one value of the attribute, then the
                   3396:       attribute name is followed by an equals sign and this value.</dd>
                   3397:   <dt>reference attribute</dt>
                   3398:     <dd>There is never a value specification; the rules apply no matter what
                   3399:       element is designated by the attribute.</dd>
                   3400:   <dt>enumerated attribute</dt>
                   3401:     <dd>If the rules are to apply for one value of the attribute, then the
                   3402:       attribute name is followed by an equals sign and this value.</dd>
1.18      cvs      3403: </dl>
1.30      cvs      3404: 
                   3405: <p>The order in which the rules associated with a numeric attribute are
1.37      cvs      3406: defined is important. When multiple sets of rules can be applied, the first
1.30      cvs      3407: set declared is the one used.</p>
                   3408: 
                   3409: <p>Rules for attributes have priority over both default rules and rules
1.37      cvs      3410: associated with element types. The attribute rules apply to the element to
                   3411: which the attribute is attached. It is the rules which apply to the
1.1       cvs      3412: surrounding elements (and especially to the descendants) which determine the
                   3413: effect of the attribute rules on the environment ( and especially on the
1.18      cvs      3414: terminal elements of the structure).</p>
                   3415: <pre>                    'ATTRIBUTES' PresAttrSeq
1.30      cvs      3416:      PresAttrSeq  = PresAttr &lt; PresAttr &gt; .
1.1       cvs      3417:      PresAttr     = AttrID [ '(' [ FirstSec ] ElemID ')' ]
                   3418:                     [ AttrRelation ] ':' ViewRuleSeq .
                   3419:      AttrID       = NAME .
                   3420:      AttrRelation ='=' AttrVal /
1.30      cvs      3421:                     '&gt;' [ '-' ] MinValue /
1.1       cvs      3422:                     '&lt;' [ '-' ] MaxValue /
                   3423:                     'IN' '[' [ '-' ] LowerBound '..'
                   3424:                     [ '-' ] UpperBound ']' /
                   3425:                     'GREATER' AttrID /
                   3426:                     'EQUAL' AttrID /
                   3427:                     'LESS' AttrID .
                   3428:      AttrVal      = [ '-' ] EqualNum / EqualText /
                   3429:                     AttrValue .
                   3430:      MinValue     = NUMBER .
                   3431:      MaxValue     = NUMBER .
                   3432:      LowerBound   = NUMBER .
                   3433:      UpperBound   = NUMBER.
                   3434:      EqualNum     = NUMBER .
                   3435:      EqualText    = STRING .
1.18      cvs      3436:      AttrValue    = NAME .</pre>
1.30      cvs      3437: 
1.37      cvs      3438: <p>In presentation rules associated with a numeric attribute (and only in
                   3439: such rules), the attribute name can be used in place of a numeric value. In
                   3440: this case, the value of the attribute is used in the application of the rule.
                   3441: Thus, the attribute can represent a relation between the size of two boxes,
                   3442: the height and width of a box, the height of an area where page breaks are
                   3443: prohibited, the distance between two boxes, the position of the reference
                   3444: axis of a box, the interline spacing, the indentation of the first line, the
1.18      cvs      3445: visibility, the depth (z-order), or the character set.</p>
1.30      cvs      3446: 
1.37      cvs      3447: <p>The presentation rules associated with reference attributes, it is
                   3448: possible to use the element designated by the attribute as a reference box in
                   3449: a positional or extent rule. This element is represented in the <a
1.18      cvs      3450: href="#sectc4218">position</a> or <a href="#sectc4219">extent</a> rule by the
                   3451: keyword <tt>Referred</tt>.</p>
1.30      cvs      3452: 
1.18      cvs      3453: <blockquote class="example">
1.30      cvs      3454:   <p><strong>Example:</strong></p>
                   3455: 
1.37      cvs      3456:   <p>In all structure schemas, there is a global Language attribute defined
                   3457:   as follows:</p>
1.30      cvs      3458:   <pre>ATTR
1.18      cvs      3459:      Language = TEXT;</pre>
1.30      cvs      3460: 
                   3461:   <p>The following rules would make French text be displayed in roman
                   3462:   characters and English text be displayed in italics:</p>
                   3463:   <pre>ATTRIBUTES
1.1       cvs      3464:      Language = 'French' :
1.6       cvs      3465:                 Style : Roman;
1.1       cvs      3466:      Language = 'English' :
1.18      cvs      3467:                 Style : Italics;</pre>
1.30      cvs      3468: 
                   3469:   <p>Using these rules, when the user puts the Language attribute with the
                   3470:   value 'English' on the summary of a document, every character string
1.37      cvs      3471:   (terminal elements) contained in the summary are displayed in italics. See
1.30      cvs      3472:   the <a href="#sectd42252"><tt>Style</tt> rule</a>.</p>
1.18      cvs      3473: </blockquote>
1.30      cvs      3474: 
1.18      cvs      3475: <blockquote class="example">
1.30      cvs      3476:   <p><strong>Example:</strong></p>
                   3477: 
                   3478:   <p>A numeric attribute representing the importance of the part of the
                   3479:   document to which it is attached can be defined:</p>
                   3480:   <pre>ATTR
1.18      cvs      3481:      Importance = INTEGER;</pre>
1.30      cvs      3482: 
                   3483:   <p>In the presentation schema, the importance of an element is reflected in
                   3484:   the choice of character size, using the following rules.</p>
                   3485:   <pre>ATTRIBUTES
1.1       cvs      3486:      Importance &lt; 2 :
                   3487:               Size : 1;
                   3488:      Importance IN [2..4] :
                   3489:               Size : Importance;
                   3490:      Importance = 10 :
                   3491:               Size : 5;
1.30      cvs      3492:      Importance &gt; 4 :
1.18      cvs      3493:               Size : 4;</pre>
1.30      cvs      3494: 
                   3495:   <p>Thus, the character size corresponds to the value of the Importance
                   3496:   attribute; its value is</p>
                   3497:   <ul>
                   3498:     <li>the value of the Importance attribute when the value is between 2 and
                   3499:       4 (inclusive),</li>
                   3500:     <li>1, when the value of the Importance attribute is less than 2,</li>
                   3501:     <li>4, when the value of the Importance attribute is greater than 4,</li>
                   3502:     <li>5, when the value of the Importance attribute is 10.</li>
                   3503:   </ul>
                   3504: 
1.37      cvs      3505:   <p>The last case (value 5) must be defined before the case which handles
                   3506:   all Importance values greater than 4, because the two rules are not
                   3507:   disjoint and the first one defined will have priority. Otherwise, when the
                   3508:   Importance attribute has value 10, the font size will be 4.</p>
1.18      cvs      3509: </blockquote>
1.30      cvs      3510: 
1.18      cvs      3511: <blockquote class="example">
1.30      cvs      3512:   <p><strong>Example:</strong></p>
                   3513: 
                   3514:   <p>Suppose the structure defines a list element which can have an attribute
                   3515:   defining the type of list (numbered or not):</p>
                   3516:   <pre>STRUCT
1.1       cvs      3517:     list (ATTR list_type = enumeration, dash)
1.18      cvs      3518:          = LIST OF (list_item = TEXT);</pre>
1.30      cvs      3519: 
                   3520:   <p>Then, the presentation schema could use the attribute placed on the list
                   3521:   element to put either a dash or a number before the each element of the
                   3522:   list:</p>
                   3523:   <pre>ATTRIBUTES
1.1       cvs      3524:    list_type (list_item) = enumeration :
                   3525:         CreateBefore (NumberBox);
                   3526:    list_type (list_item) = dash :
1.18      cvs      3527:         CreateBefore (DashBox);</pre>
                   3528: </blockquote>
1.30      cvs      3529: 
1.18      cvs      3530: <blockquote class="example">
1.30      cvs      3531:   <p><strong>Example:</strong></p>
                   3532: 
1.37      cvs      3533:   <p>Suppose that two attributes are defined in the structure schema. The
                   3534:   first is a numeric global attribute called ``version''. The other is a
1.30      cvs      3535:   local attribute defined on the root of the document called
                   3536:   ``Document_version'':</p>
                   3537:   <pre>STRUCTURE Document
1.1       cvs      3538: ATTR
                   3539:     version = INTEGER;
                   3540: STRUCT
                   3541:     Document (ATTR Document_version = INTEGER) =
                   3542:         BEGIN
                   3543:         SomeElement ;
                   3544:         ...
                   3545:         SomeOtherElement ;
                   3546:         END ;
1.18      cvs      3547: ...</pre>
1.30      cvs      3548: 
                   3549:   <p>These attributes can be used in the presentation schema to place change
                   3550:   bars in the margin next to elements whose version attribute has a value
                   3551:   equal to the Document_version attribute of the root and to place a star in
                   3552:   margin of elements whose version attribute is less than the value of the
                   3553:   root's Document_version attribute:</p>
                   3554:   <pre>ATTRIBUTES
1.1       cvs      3555:     version EQUAL Document_version :
                   3556:         CreateBefore (ChangeBarBox) ;
                   3557:     version LESS Document_version :
1.18      cvs      3558:         CreateBefore (StarBox) ;</pre>
                   3559: </blockquote>
                   3560: </div>
1.1       cvs      3561: 
1.18      cvs      3562: <div class="subsection">
1.37      cvs      3563: <h3><a name="sectc4212" id="sectc4212">Value transmission rules</a></h3>
1.1       cvs      3564: 
1.30      cvs      3565: <p>The last section of a presentation schema, which is optional, serves to
1.1       cvs      3566: defines the way in which a document transmits certain values to its
1.37      cvs      3567: sub-documents. A sub-document is an document <a
1.18      cvs      3568: href="#inclusion">included</a> without expansion or with partial expansion.
1.1       cvs      3569: The primary document can transmit to its sub-documents the values of certain
                   3570: counters or the textual content of certain of its elements, as a function of
1.18      cvs      3571: their type.</p>
1.30      cvs      3572: 
                   3573: <p>The sub-documents receive these values in attributes which must be defined
1.37      cvs      3574: in their structure schema as local attributes of the root element. The types
1.30      cvs      3575: of these attributes must correspond to the type of the value which they
                   3576: receive: numeric attributes for receiving the value of a counter, textual
                   3577: attributes for receiving the content of an element.</p>
                   3578: 
                   3579: <p>In the structure schema of the primary document, there appears at the end,
1.37      cvs      3580: after the <tt>TRANSMIT</tt> keyword, a sequence of transmission rules. Each
1.1       cvs      3581: rule begins with the name of the counter to transmit or of the element type
1.37      cvs      3582: whose textual content will be transmitted. This name is followed by the
                   3583: keyword <tt>To</tt> and the name of the attribute of the sub-document to
                   3584: which the value is transmitted. The sub-document class is indicated between
                   3585: parentheses after the name of the attribute. The transmission rule ends with
1.18      cvs      3586: a semicolon.</p>
1.30      cvs      3587: <pre>     TransmitSeq   =  Transmit &lt; Transmit &gt; .
1.1       cvs      3588:      Transmit      =  TypeOrCounter 'To' ExternAttr
                   3589:                       '(' ElemID ')' ';' .
                   3590:      TypeOrCounter =  CounterID / ElemID .
1.18      cvs      3591:      ExternAttr    =  NAME .</pre>
1.30      cvs      3592: 
1.18      cvs      3593: <blockquote class="example">
1.30      cvs      3594:   <p><strong>Example:</strong></p>
                   3595: 
                   3596:   <p>Consider a Book document class which includes instances of the Chapter
1.37      cvs      3597:   document class. These classes might have the following schemas:</p>
1.30      cvs      3598:   <pre>STRUCTURE Book
1.1       cvs      3599: STRUCT
                   3600:    Book = BEGIN
                   3601:           Title = Text;
                   3602:           Body  = LIST OF (Chapter INCLUDED);
                   3603:           END;
                   3604:    ...
                   3605: 
                   3606: STRUCTURE Chapter
                   3607: STRUCT
                   3608:    Chapter (ATTR FirstPageNum = Integer;
                   3609:                  ChapterNum = Integer;
                   3610:                  CurrentTitle   = Text) =
1.6       cvs      3611:           BEGIN
                   3612:           ChapterTitle = Text;
                   3613:           ...
                   3614:           END;
1.18      cvs      3615:    ...</pre>
1.30      cvs      3616: 
                   3617:   <p>Then the presentation schema for books could define chapter and page
                   3618:   counters. The following transmission rules in the book presentation schema
                   3619:   would transmit values for the three attributes defined at the root of each
                   3620:   chapter sub-document.</p>
                   3621:   <pre>PRESENTATION Book;
1.1       cvs      3622: VIEWS
                   3623:    Full_text;
                   3624: COUNTERS
                   3625:    ChapterCtr: Rank of Chapter;
                   3626:    PageCtr: Rank of Page(Full_text);
                   3627: ...
                   3628: TRANSMIT
                   3629:    PageCtr TO FirstPageNum(Chapter);
                   3630:    ChapterCtr TO ChapterNum(Chapter);
                   3631:    Title TO CurrentTitle(Chapter);
1.18      cvs      3632: END</pre>
1.30      cvs      3633: 
                   3634:   <p>Thus, each chapter included in a book can number its pages as a function
                   3635:   of the number of pages preceding it in the book, can make the chapter's
                   3636:   number appear before the number of each of its sections, or can place the
                   3637:   title of the book at the top of each page.</p>
1.18      cvs      3638: </blockquote>
                   3639: </div>
1.1       cvs      3640: 
1.18      cvs      3641: <div class="subsection">
1.37      cvs      3642: <h3><a name="sectc4213" id="sectc4213">Presentation rules</a></h3>
1.1       cvs      3643: 
1.30      cvs      3644: <p>Whether defining the appearance of a presentation or page layout box, an
1.1       cvs      3645: element type, or an attribute value, the set of presentation rules that apply
1.18      cvs      3646: is always defined in the same way.</p>
1.30      cvs      3647: 
                   3648: <p>Normally, a set of presentation rules is placed between the keywords
1.18      cvs      3649: <tt>BEGIN</tt> and <tt>END</tt>, the keyword <tt>END</tt> being followed by a
1.37      cvs      3650: semicolon. The first section of this block defines the rules that apply to
1.18      cvs      3651: the primary view, if the <a href="#sectc427">default rules</a> are not
1.37      cvs      3652: completely suitable. Next comes the rules which apply to specific other
1.1       cvs      3653: views, with a rule sequence for each view for which the default rules are not
1.37      cvs      3654: satisfactory. If the default rules are suitable for the non-primary views,
                   3655: there will not be any specific rules for these views. If there is only one
1.18      cvs      3656: rule which applies to all views then the keywords <tt>BEGIN</tt> and
                   3657: <tt>END</tt> need not appear.</p>
1.30      cvs      3658: 
                   3659: <p>For each view, it is only necessary to specify those rules which differ
                   3660: from the default rules for the view, so that for certain views (or even all
                   3661: views), there may be no specific rules.</p>
                   3662: 
                   3663: <p>The specific rules for a non-primary view are introduced by the <a
1.37      cvs      3664: name="inkeyword" id="inkeyword"><tt>IN</tt> keyword</a>, followed by the view
                   3665: name. The rules for that view follow, delimited by the keywords
                   3666: <tt>BEGIN</tt> and <tt>END</tt>, or without these two keywords when there is
                   3667: only one rule.</p>
1.30      cvs      3668: 
                   3669: <p><strong>Note:</strong> the view name which follows the <tt>IN</tt> keyword
1.1       cvs      3670: must not be the name of the primary view, since the rules for that view are
1.18      cvs      3671: found before the rules for the other views.</p>
1.30      cvs      3672: 
                   3673: <p>Within each block concerning a view, other blocks can appear, delimited by
1.37      cvs      3674: the same keywords <tt>BEGIN</tt> and <tt>END</tt>. Each of these blocks
                   3675: gathers the presentation rules that apply, for a given view, only when a
                   3676: given condition is satisfied. Each block is preceded by a condition
                   3677: introduced by the <tt>IF</tt> keyword. If such a conditional block contains
                   3678: only one rule, the keywords <tt>BEGIN</tt> and <tt>END</tt> can be
                   3679: omitted.</p>
                   3680: 
                   3681: <p>Although the syntax allows any presentation rule to appear in a
                   3682: conditional block, only <a href="#sectc4232">creation rules</a> are allowed
                   3683: after any condition; other rules are allowed only after conditions
                   3684: <tt>Within</tt> and ElemID. In addition, the following rules cannot be
                   3685: conditional: <tt>PageBreak, LineBreak, Inline, Gather</tt>.</p>
1.30      cvs      3686: 
                   3687: <p>For a given view, the rules that apply without any condition must appear
1.37      cvs      3688: before the first conditional block. If some rules apply only when none of the
                   3689: specified condition holds, they are grouped in a block preceded by the
                   3690: keyword <tt>Otherwise</tt>, and that block must appear after the last
                   3691: conditionnal block concerning the same view.</p>
1.30      cvs      3692: <pre>     ViewRuleSeq  = 'BEGIN' &lt; RulesAndCond &gt; &lt; ViewRules &gt;
1.1       cvs      3693:                     'END' ';' /
                   3694:                     ViewRules / CondRules / Rule .
                   3695:      RulesAndCond = CondRules / Rule .
                   3696:      ViewRules    = 'IN' ViewID CondRuleSeq .
1.30      cvs      3697:      CondRuleSeq  = 'BEGIN' &lt; RulesAndCond &gt; 'END' ';' /
1.1       cvs      3698:                     CondRules / Rule .
1.30      cvs      3699:      CondRules    = CondRule &lt; CondRule &gt;
1.1       cvs      3700:                     [ 'Otherwise' RuleSeq ] .
                   3701:      CondRule     = 'IF' ConditionSeq RuleSeq .
1.30      cvs      3702:      RulesSeq     = 'BEGIN' Rule &lt; Rule &gt; 'END' ';' /
1.18      cvs      3703:                     Rule .</pre>
1.30      cvs      3704: 
1.18      cvs      3705: <blockquote class="example">
1.30      cvs      3706:   <p><strong>Example:</strong></p>
                   3707: 
                   3708:   <p>The following rules for a report's title make the title visible in the
1.37      cvs      3709:   primary view and invisible in the table of contents and in the formula
                   3710:   views (see the <a href="#sectc4224"><tt>Visibility</tt> rule</a>).</p>
1.30      cvs      3711:   <pre>Title : BEGIN
1.1       cvs      3712:         Visibility : 1;
                   3713:         ...    {Other rules for the primary view}
                   3714:         IN Table_of_contents
                   3715:            Visibility : 0;
                   3716:         IN Formulas
                   3717:            Visibility : 0;
1.18      cvs      3718:         END;</pre>
                   3719: </blockquote>
                   3720: </div>
1.1       cvs      3721: 
1.18      cvs      3722: <div class="subsection">
1.37      cvs      3723: <h3><a name="sectc4214" id="sectc4214">Conditions applying to presentation
                   3724: rules</a></h3>
1.1       cvs      3725: 
1.37      cvs      3726: <p>Many conditions can be applied to presentation rules. Conditions allow
                   3727: certain presentation rules to apply only in certain cases. These conditions
                   3728: can be based on the structural position of the element. They can be based on
1.1       cvs      3729: whether the element has references, and what type of references, whether the
1.42      quint    3730: element has attributes, possibly with certains values, whether the element is
                   3731: empty or not, whether the element is the root of its document or not. They
                   3732: can also be based on the value of a counter.</p>
1.30      cvs      3733: 
1.37      cvs      3734: <p>It is possible to specify several conditions which must all be true for
                   3735: the rules to apply.</p>
1.30      cvs      3736: 
1.37      cvs      3737: <p>A set of conditions is specified by the <tt>IF</tt> keyword. This keyword
1.30      cvs      3738: is followed by the sequence of conditions, separated by the <tt>AND</tt>
                   3739: keyword. Each condition is specified by a keyword which defines the condition
                   3740: type. In some cases, the keyword is followed by other data, which specify the
1.42      quint    3741: condition more precisely. The keyword is not present if the condition depends
                   3742: on the element type or an attribute associated with the element.</p>
1.30      cvs      3743: 
                   3744: <p>An elementary condition can be negative; it is then preceded by the
1.18      cvs      3745: <tt>NOT</tt> keyword.</p>
1.30      cvs      3746: 
                   3747: <p>When the presentation rule(s) controlled by the condition apply to a
                   3748: reference element or a reference attribute, an elementary condition can also
1.37      cvs      3749: apply to element referred by this reference. The <tt>Target</tt> keyword is
                   3750: used for that purpose. It must appear before the keyword defining the
1.30      cvs      3751: condition type.</p>
1.18      cvs      3752: <pre>     CondRule      ='IF' ConditionSeq RuleSeq .
1.30      cvs      3753:      ConditionSeq  = Condition &lt; 'AND' Condition &gt; .
1.1       cvs      3754:      Condition     = [ 'NOT' ] [ 'Target' ] ConditionElem .
                   3755:      ConditionElem ='First' / 'Last' /
                   3756:                      [ 'Immediately' ] 'Within' [ NumParent ]
                   3757:                                        ElemID [ ExtStruct ] /
                   3758:                      ElemID /
                   3759:                     'Referred' / 'FirstRef' / 'LastRef' /
                   3760:                     'ExternalRef' / 'InternalRef' / 'CopyRef' /
1.42      quint    3761:                      AttrID [ '=' Value ] /
1.1       cvs      3762:                     'AnyAttributes' / 'FirstAttr' / 'LastAttr' /
                   3763:                     'UserPage' / 'StartPage' / 'ComputedPage' /
1.33      cvs      3764:                     'Empty' / 'Root' /
1.1       cvs      3765:                     '(' [ MinMax ] CounterName CounterCond ')' /
                   3766:                      CondPage '(' CounterID ')' .
                   3767:      NumParent     = [ GreaterLess ] NParent .
1.30      cvs      3768:      GreaterLess   ='&gt;' / '&lt;' .
1.1       cvs      3769:      NParent       = NUMBER.
1.6       cvs      3770:      ExtStruct     ='(' ElemID ')' .
1.42      quint    3771:      Value         = [ '-' ] IntegerVal / TextVal / AttrValue .
1.30      cvs      3772:      CounterCond   ='&lt;' MaxCtrVal / '&gt;' MinCtrVal /
1.1       cvs      3773:                     '=' EqCtrVal / 
                   3774:                     'IN' '[' ['-'] MinCtrBound '.' '.'
                   3775:                      ['-'] MaxCtrBound ']' .
                   3776:      PageCond      ='Even' / 'Odd' / 'One' .
                   3777:      MaxCtrVal     = NUMBER .
                   3778:      MinCtrVal     = NUMBER .
                   3779:      EqCtrVal      = NUMBER .
                   3780:      MaxCtrBound   = NUMBER .
1.18      cvs      3781:      MinCtrBound   = NUMBER .</pre>
1.1       cvs      3782: 
1.18      cvs      3783: <div class="subsubsection">
1.37      cvs      3784: <h4><a name="sectd42141" id="sectd42141">Conditions based on the logical
                   3785: position of the element</a></h4>
1.30      cvs      3786: 
                   3787: <p>The condition can be on the position of the element in the document's
1.37      cvs      3788: logical structure tree. It is possible to test whether the element is the
1.30      cvs      3789: first (<tt>First</tt>) or last (<tt>Last</tt>) among its siblings or if it is
                   3790: not the first (<tt>NOT First</tt>) or not the last (<tt>NOT Last</tt>). These
1.18      cvs      3791: conditions can be associated only with <a href="#sectc4232">creation
                   3792: rules</a>.</p>
1.30      cvs      3793: 
1.33      cvs      3794: <p>It is possible to test if the element is the root of its document (keyword
                   3795: <code>Root</code>).</p>
                   3796: 
1.30      cvs      3797: <p>It is also possible to test if the element is contained in an element of a
1.18      cvs      3798: given type (<tt>Within</tt>) or if it is not (<tt>NOT Within</tt>). The type
                   3799: is indicated after the keyword <tt>Within</tt>. If that element type is
1.1       cvs      3800: defined in a structure schema which is not the one which corresponds to the
                   3801: presentation schema, the type name of this element must be followed, between
1.18      cvs      3802: parentheses, by the name of the structure schema which defines it.</p>
1.30      cvs      3803: 
                   3804: <p>If the keyword <tt>Within</tt> is preceded by <tt>Immediately</tt>, the
1.18      cvs      3805: condition is satisfied only if the <em>parent</em> element has the type
                   3806: indicated. If the word <tt>Immediately</tt> is missing, the condition is
                   3807: satisfied if any <em>ancestor</em> has the type indicated.</p>
1.30      cvs      3808: 
                   3809: <p>An integer <i>n</i> can appear between the keyword <tt>Within</tt> and the
1.37      cvs      3810: type. It specifies the number of ancestors of the indicated type that must be
                   3811: present for the condition to be satisfied. If the keyword
1.18      cvs      3812: <tt>Immediately</tt> is also present, the <i>n</i> immediate ancestors of the
1.37      cvs      3813: element must have the indicated type. The integer <i>n</i> must be positive
                   3814: or zero. It can be preceded by <tt>&lt;</tt> or <tt>&gt;</tt> to indicate a
                   3815: maximum or minimum number of ancestors. If these symbols are missing, the
                   3816: condition is satisfied only if it exists exactly <i>n</i> ancestors. When
1.30      cvs      3817: this number is missing, it is equivalent to &gt; 0.</p>
1.42      quint    3818: </div>
                   3819: 
                   3820: <div class="subsubsection">
                   3821: <h4><a name="sectd421411" id="sectd421411">Conditions based on the element
                   3822: type</a></h4>
1.30      cvs      3823: 
                   3824: <p>If the condition applies to presentation rules associated with an
                   3825: attribute, in the <tt>ATTRIBUTES</tt> section of the presentation schema, the
                   3826: condition can be simply an element name. Presentation rules are then executed
                   3827: only if the attribute is attached to an element of that type. The keyword
                   3828: <tt>NOT</tt> before the element name indicates that the presentation rules
                   3829: must be executed only if the element is not of the type indicated.</p>
1.18      cvs      3830: </div>
1.1       cvs      3831: 
1.18      cvs      3832: <div class="subsubsection">
1.37      cvs      3833: <h4><a name="sectd42142" id="sectd42142">Conditions on references</a></h4>
1.30      cvs      3834: 
                   3835: <p>References may be taken into account in conditions, which can be based on
                   3836: the fact that the element, or one of its ancestors, is designated by a at
                   3837: least one reference (<tt>Referred</tt>) or by none (<tt>NOT
                   3838: Referred</tt>).</p>
                   3839: 
                   3840: <p>If the element or attribute to which the condition is attached is a
                   3841: reference, the condition can be based on the fact that it acts as the first
                   3842: reference to the designated element (<tt>FirstRef</tt>), or as the last
                   3843: (<tt>LastRef</tt>), or as a reference to an element located in another
                   3844: document (<tt>ExternalRef</tt>) or in the same document
                   3845: (<tt>InternalRef</tt>).</p>
1.1       cvs      3846: 
1.30      cvs      3847: <p>The condition can also be based on the fact that the element is an <a
1.37      cvs      3848: href="#inclusion">inclusion</a>. This is noted (<tt>CopyRef</tt>).</p>
1.30      cvs      3849: 
                   3850: <p>Like all conditions, conditions on references can be inverted by the
1.18      cvs      3851: <tt>NOT</tt> keyword. These conditions can be associated only with <a
                   3852: href="#sectc4232">creation rules</a>.</p>
                   3853: </div>
1.1       cvs      3854: 
1.18      cvs      3855: <div class="subsubsection">
1.37      cvs      3856: <h4><a name="sectd42143" id="sectd42143">Conditions on logical
                   3857: attributes</a></h4>
1.30      cvs      3858: 
                   3859: <p>The condition can be based on the presence or absence of attributes
                   3860: associated with the element, no matter what the attributes or their values.
                   3861: The <tt>AnyAttributes</tt> keyword expresses this condition.</p>
1.1       cvs      3862: 
1.42      quint    3863: <p>A condition can also be based on the presence or absence of a given
                   3864: attribute associated with the element. This condition is simply expressed by
                   3865: the name of the attribute.</p>
                   3866: 
                   3867: <p>The condition can be based on the value of a given attribute. It is then
                   3868: expressed by the name of the attribute, followed by the '=' sign and the
                   3869: value to be tested. Depending on the type of attribute, the value is simply
                   3870: an integer (possibly negative), the name of one of the possible values of the
                   3871: attribute or a quoted character string.</p>
                   3872: 
1.30      cvs      3873: <p>If the condition appears in the presentation rules of an attribute, the
1.37      cvs      3874: <tt>FirstAttr</tt> and <tt>LastAttr</tt> keywords can be used to indicate
                   3875: that the rules must only be applied if this attribute is the first attribute
                   3876: for the element or if it is the last (respectively). These conditions can
                   3877: also be inverted by the <tt>NOT</tt> keyword. These conditions can be
                   3878: associated only with <a href="#sectc4232">creation rules</a>.</p>
1.30      cvs      3879: 
                   3880: <p>It is also possible to apply certain presentation rules only when the
                   3881: element being processed or one of its ancestors has a certain attribute,
1.37      cvs      3882: perhaps with a certain value. This can be done in the <a
1.18      cvs      3883: href="#sectc4210"><tt>ATTRIBUTES</tt> section</a>.</p>
                   3884: </div>
1.1       cvs      3885: 
1.18      cvs      3886: <div class="subsubsection">
1.37      cvs      3887: <h4><a name="sectd42144" id="sectd42144">Conditions on page breaks</a></h4>
1.1       cvs      3888: 
1.30      cvs      3889: <p>The page break base type (and only this type) can use the following
1.18      cvs      3890: conditions: <tt>ComputedPage</tt>, <tt>StartPage</tt>, and <tt>UserPage</tt>.
                   3891: The <tt>ComputedPage</tt> condition indicates that the presentation rule(s)
1.37      cvs      3892: should apply if the page break was created automatically by Thot; the
                   3893: <tt>StartPage</tt> condition is true if the page break is generated before
                   3894: the element by the <tt>Page</tt> rule; and the <tt>UserPage</tt> condition
                   3895: applies if the page break was inserted by the user.</p>
1.30      cvs      3896: 
                   3897: <p>These conditions can be associated only with <a href="#sectc4232">creation
1.18      cvs      3898: rules</a>.</p>
                   3899: </div>
1.1       cvs      3900: 
1.18      cvs      3901: <div class="subsubsection">
1.37      cvs      3902: <h4><a name="sectd42145" id="sectd42145">Conditions on the element's
                   3903: content</a></h4>
1.1       cvs      3904: 
1.37      cvs      3905: <p>The condition can be based on whether or not the element is empty. An
1.30      cvs      3906: element which has no children or whose leaves are all empty is considered to
1.37      cvs      3907: be empty itself. This condition is expressed by the <tt>Empty</tt> keyword,
1.30      cvs      3908: optionally preceded by the <tt>NOT</tt> keyword. This condition can be
                   3909: associated only with <a href="#sectc4232">creation rules</a>.</p>
1.18      cvs      3910: </div>
1.1       cvs      3911: 
1.18      cvs      3912: <div class="subsubsection">
1.37      cvs      3913: <h4><a name="sectd42146" id="sectd42146">Conditions on counters</a></h4>
1.1       cvs      3914: 
1.30      cvs      3915: <p>Presentation rules can apply when the counter's value is one, is even or
                   3916: odd, is equal, greater than or less than a given value or falls in a range of
1.37      cvs      3917: values. This is particularly useful for creating header and footer boxes.
1.18      cvs      3918: These conditions can be associated only with <a href="#sectc4232">creation
                   3919: rules</a>.</p>
1.30      cvs      3920: 
                   3921: <p>To compare the value of a counter to a given value, a comparison is given
1.1       cvs      3922: between parentheses. The comparison is composed of the counter name followed
                   3923: by an equals, greater than, or less than sign and the value to which the
1.37      cvs      3924: counter will be compared. A test for whether or not a counter's value falls
                   3925: in a range also appears within parentheses. In this case, the counter name is
1.18      cvs      3926: followed by the <tt>IN</tt> keyword and the range definition within brackets.
                   3927: The <tt>Even</tt>, <tt>Odd</tt> and <tt>One</tt> are used to test a counter's
                   3928: value and are followed by the counter name between parentheses.</p>
1.30      cvs      3929: 
                   3930: <p>The list of possible conditions on counters is:</p>
1.18      cvs      3931: <dl>
1.30      cvs      3932:   <dt><tt>Even (Counter)</tt></dt>
                   3933:     <dd>the box is created only if the counter has an even value.</dd>
                   3934:   <dt><tt>Odd (Counter)</tt></dt>
                   3935:     <dd>the box is created only if the counter has an odd value.</dd>
                   3936:   <dt><tt>One (Counter)</tt></dt>
                   3937:     <dd>the box is created only the counter's value is 1.</dd>
                   3938:   <dt><tt>NOT One (Counter)</tt></dt>
                   3939:     <dd>the box is created, unless the counter's value is 1.</dd>
                   3940:   <dt><tt>(Counter &lt; Value)</tt></dt>
                   3941:     <dd>the box is created only if the counter's value is less than
                   3942:     Value.</dd>
                   3943:   <dt><tt>(Counter &gt; Value)</tt></dt>
                   3944:     <dd>the box is created only if the counter's value is greater than
                   3945:     Value.</dd>
                   3946:   <dt><tt>(Counter = Value)</tt></dt>
                   3947:     <dd>the box is created only if the counter's value is equal to Value.</dd>
                   3948:   <dt><tt>NOT (Counter = Value)</tt></dt>
                   3949:     <dd>the is created only if the counter's value is different than
                   3950:     Value.</dd>
                   3951:   <dt><tt>(Counter IN [MinValue..MaxValue])</tt></dt>
                   3952:     <dd>the box is created only if the counter's value falls in the range
                   3953:       bounded by MinValue and MaxValue (inclusive).</dd>
                   3954:   <dt><tt>NOT (Counter IN [MinValue..MaxValue])</tt></dt>
                   3955:     <dd>the box is created only if the value of the counter does not fall in
                   3956:       the range bounded by MinValue and MaxValue (inclusive).</dd>
1.18      cvs      3957: </dl>
1.30      cvs      3958: 
                   3959: <p><strong>Note:</strong> the <tt>NOT Even</tt> and <tt>NOT Odd</tt>
                   3960: conditions are syntactically correct but can be expressed more simply by
                   3961: <tt>Odd</tt> and <tt>Even</tt>, respectively.</p>
1.18      cvs      3962: </div>
                   3963: </div>
1.1       cvs      3964: 
1.18      cvs      3965: <div class="subsection">
1.37      cvs      3966: <h3><a name="sectc4215" id="sectc4215">A presentation rule</a></h3>
1.1       cvs      3967: 
1.34      cvs      3968: <p>A presentation rule defines either a presentation property or presentation
1.37      cvs      3969: function. The properties are:</p>
1.18      cvs      3970: <ul>
1.30      cvs      3971:   <li>the position of the vertical and horizontal reference axes of the
                   3972:   box,</li>
                   3973:   <li>the position of the box in relation to other boxes,</li>
                   3974:   <li>the height or width of the box, with overflow exceptions,</li>
                   3975:   <li>the margins, padding and borders of the box,</li>
                   3976:   <li>the characteristics of the lines contained in the box: linespacing,
1.40      quint    3977:     indentation of the first line, hyphenation, writing direction</li>
1.30      cvs      3978:   <li>the conditions for breaking the box across pages,</li>
                   3979:   <li>the characteristics of the characters contained in the box: size, font,
                   3980:     style, underlining,</li>
                   3981:   <li>the depth of the box among overlapping boxes (often called stacking
                   3982:     order),</li>
                   3983:   <li>the characteristics of graphic elements contained in the box: style and
                   3984:     thickness of lines, fill pattern for closed objects,</li>
1.37      cvs      3985:   <li>the colors in text, graphics, pictures, and symbols contained in the
                   3986:     box are displayed or printed,</li>
1.30      cvs      3987:   <li>for presentation boxes only, the contents of the box.</li>
                   3988: </ul>
                   3989: 
1.37      cvs      3990: <p>The <a name="presfunct" id="presfunct">presentation functions</a> are:</p>
1.30      cvs      3991: <ul>
                   3992:   <li>the creation of a presentation box</li>
                   3993:   <li>the line-breaking or page-breaking style,</li>
                   3994:   <li>the copying of another box,</li>
                   3995:   <li>the display of the box background and border,</li>
                   3996:   <li>the display of a background picture and its aspect.</li>
                   3997: </ul>
                   3998: 
1.37      cvs      3999: <p>For each box and each view, every presentation property is defined once
                   4000: and only once, either explicitly or by the <a href="#sectc427">default
                   4001: rules</a>. In contrast, presentation functions are not obligatory and can
                   4002: appear many times for the same element. for example an element can create
                   4003: many presentation boxes. Another element may not use any presentation
1.18      cvs      4004: functions.</p>
1.30      cvs      4005: 
1.34      cvs      4006: <p>Each rule defining a presentation property begins with a keyword followed
1.37      cvs      4007: by a colon. The keyword indicates the property which is the subject of the
                   4008: rule. After the keyword and the colon, the remainder of the rule varies. All
1.18      cvs      4009: rules are terminated by a semicolon.</p>
1.34      cvs      4010: <pre>     Rule      = Property ';' / PresFunc ';' .
                   4011:      Property  ='VertRef' ':'       PositionHoriz /
1.6       cvs      4012:                 'HorizRef' ':'      PositionVert /
                   4013:                 'VertPos' ':'       VPos /
                   4014:                 'HorizPos' ':'      HPos /
                   4015:                 'Height' ':'        Dimension /
                   4016:                 'Width' ':'         Dimension /
                   4017:                 'VertOverflow' ':'  Boolean /
1.1       cvs      4018:                 'HorizOverflow' ':' Boolean /
1.26      cvs      4019:                 'MarginTop' ':'     MarginWidth /
                   4020:                 'MarginRight' ':'   MarginWidth /
                   4021:                 'MarginBottom' ':'  MarginWidth /
                   4022:                 'MarginLeft' ':'    MarginWidth /
                   4023:                 'PaddingTop' ':'    PaddingWidth /
                   4024:                 'PaddingRight' ':'  PaddingWidth /
                   4025:                 'PaddingBottom' ':' PaddingWidth /
                   4026:                 'PaddingLeft' ':'   PaddingWidth /
                   4027:                 'BorderTopWidth' ':' BorderWidth /
                   4028:                 'BorderRightWidth' ':' BorderWidth /
                   4029:                 'BorderBottomWidth' ':' BorderWidth /
                   4030:                 'BorderLeftWidth' ':' BorderWidth /
                   4031:                 'BorderTopColor' ':' BorderColor /
                   4032:                 'BorderRightColor' ':' BorderColor /
                   4033:                 'BorderBottomColor' ':' BorderColor /
                   4034:                 'BorderLeftColor' ':' BorderColor /
                   4035:                 'BorderTopStyle' ':' BorderStyle /
                   4036:                 'BorderRightStyle' ':' BorderStyle /
                   4037:                 'BorderBottomStyle' ':' BorderStyle /
                   4038:                 'BorderLeftStyle' ':' BorderStyle .
1.6       cvs      4039:                 'LineSpacing' ':'   DistanceInherit /
                   4040:                 'Indent' ':'        DistanceInherit /
                   4041:                 'Adjust' ':'        AdjustInherit /
                   4042:                 'Hyphenate' ':'     BoolInherit /
1.40      quint    4043:                 'Direction' ':'     DirInherit /
1.43    ! quint    4044:                 'UnicodeBidi' ':'   BidiInherit /
1.6       cvs      4045:                 'PageBreak' ':'     Boolean /
                   4046:                 'LineBreak' ':'     Boolean /
                   4047:                 'InLine' ':'        Boolean /
                   4048:                 'NoBreak1' ':'      AbsDist /
                   4049:                 'NoBreak2' ':'      AbsDist /
                   4050:                 'Gather' ':'        Boolean /
                   4051:                 'Visibility' ':'    NumberInherit /
                   4052:                 'Size'  ':'         SizeInherit /
                   4053:                 'Font' ':'          NameInherit /
                   4054:                 'Style' ':'         StyleInherit /
1.23      cvs      4055:                 'Weight' ':'        WeightInherit /
1.6       cvs      4056:                 'Underline' ':'     UnderLineInherit /
                   4057:                 'Thickness' ':'     ThicknessInherit /
                   4058:                 'Depth' ':'         NumberInherit /
                   4059:                 'LineStyle' ':'     LineStyleInherit /
                   4060:                 'LineWeight' ':'    DistanceInherit /
                   4061:                 'FillPattern' ':'   NameInherit /
                   4062:                 'Background' ':'    NameInherit /
1.13      cvs      4063:                 'Foreground' ':'    NameInherit /
1.6       cvs      4064:                 'Content' ':'       VarConst .
1.1       cvs      4065:      PresFunc = Creation '(' BoxID ')' /
                   4066:                 'Line' /
                   4067:                 'NoLine' /
                   4068:                 'Page' '(' BoxID ')' /
1.13      cvs      4069:                 'Copy' '(' BoxTypeToCopy ')' /
                   4070:                 'ShowBox' /
1.18      cvs      4071:                 'BackgroundPicture' ':' FileName /
                   4072:                 'PictureMode' ':'   PictMode /</pre>
                   4073: </div>
                   4074: 
                   4075: <div class="subsection">
1.37      cvs      4076: <h3><a name="sectc4216" id="sectc4216">Box axes</a></h3>
1.18      cvs      4077: 
1.30      cvs      4078: <p>The position of the middle axes <tt>VMiddle</tt> and <tt>HMiddle</tt> in
1.1       cvs      4079: relation to their box is always calculated automatically as a function of the
1.37      cvs      4080: height and width of the box and is not specified by the presentation rules.
                   4081: In the presentation schema, these middle axes are used only to position their
                   4082: box with respect to another by specifying the distance between the middle
                   4083: axis and an axis or a side of another box (see the <a
                   4084: href="#sectc4218">relative position</a>).</p>
                   4085: 
                   4086: <p>The reference axes of a box are also used to position their box in
                   4087: relation to another, but in contrast to the middle axes, the presentation
                   4088: schema must make their position explicit, either in relation to a side or the
                   4089: middle axis of the box itself, or in relation to an axis of an enclosed
                   4090: box.</p>
1.30      cvs      4091: 
1.37      cvs      4092: <p>Only boxes of base elements have predefined reference axes. For character
1.1       cvs      4093: string boxes, the horizontal reference axis is the baseline of the characters
                   4094: (the line which passes immediately under the upper-case letters, ignoring the
                   4095: letter Q) and the vertical reference axis is at the left edge of the first
1.18      cvs      4096: character of the string.</p>
1.30      cvs      4097: 
1.37      cvs      4098: <p>The positions of a box's reference axes are defined by the
                   4099: <tt>VertRef</tt> and <tt>HorizRef</tt> rules which specify the <a
                   4100: href="#distance">distance</a> between the reference axis and an axis or
                   4101: parallel side of the same box or of an enclosed box.</p>
1.18      cvs      4102: <pre>               'VertRef'  ':' PositionHoriz
                   4103:                'HorizRef' ':' PositionVert</pre>
1.30      cvs      4104: 
1.18      cvs      4105: <blockquote class="example">
1.30      cvs      4106:   <p><strong>Example:</strong></p>
                   4107: 
                   4108:   <p>If, in the structure schema for mathematical formulas, the fraction
                   4109:   element is defined by</p>
                   4110:   <pre>Fraction = BEGIN
1.1       cvs      4111:            Numerator   = Expression;
                   4112:            Denominator = Expression;
1.18      cvs      4113:            END;</pre>
1.30      cvs      4114: 
                   4115:   <p>then the horizontal reference axis of the fraction can be positioned on
                   4116:   top of the denominator by the rule:</p>
                   4117:   <pre>Fraction :
1.1       cvs      4118:      BEGIN
                   4119:      HorizRef : Enclosed Denominator . Top;
                   4120:      ...
1.18      cvs      4121:      END;</pre>
1.30      cvs      4122: 
                   4123:   <p>To put the horizontal reference axis of a column at its middle:</p>
                   4124:   <pre>Column :
1.1       cvs      4125:      BEGIN
                   4126:      HorizRef : * . HMiddle;
                   4127:      ...
1.18      cvs      4128:      END;</pre>
                   4129: </blockquote>
                   4130: </div>
1.1       cvs      4131: 
1.18      cvs      4132: <div class="subsection">
1.37      cvs      4133: <h3><a name="sectc4217" id="sectc4217">Distance units</a></h3>
1.1       cvs      4134: 
1.30      cvs      4135: <p>Some distances and dimensions appear in many rules of a presentation
                   4136: schema, especially in position rules (<tt>VertPos, HorizPos</tt>), in extent
                   4137: rules for boxes (<tt>Height, Width</tt>), in rules defining lines
1.37      cvs      4138: (<tt>LineSpacing, Indent</tt>), in rules controlling pagination
                   4139: (<tt>NoBreak1, NoBreak2</tt>) and in rules specifying the thickness of
                   4140: strokes (<tt>LineWeight</tt>).</p>
1.30      cvs      4141: 
                   4142: <p>In all these rules, the distance or extent can be expressed</p>
                   4143: <ul>
                   4144:   <li>either in relative units, which depend on the size of the characters in
                   4145:     the current font: height of the element's font or height of the letter
                   4146:     'x',</li>
1.37      cvs      4147:   <li>or in absolute units: centimeter, millimeter, inch, typographer's
                   4148:     point, pica or pixel.</li>
1.30      cvs      4149: </ul>
                   4150: 
1.37      cvs      4151: <p>Units can be chosen freely. Thus, it is possible to use relative units in
1.30      cvs      4152: one rule, centimeters in the next rule, and typographer's points in
                   4153: another.</p>
                   4154: 
1.37      cvs      4155: <p>Absolute units are used to set rigid rules for the appearance of
                   4156: documents. In contrast, relative units allow changes of scale. The editor
                   4157: lets the value of relative units be changed dynamically. Such changes affect
                   4158: every box using relative units simultaneously and in the same proportion.
                   4159: Changing the value of the relative units affects the size of the characters
                   4160: and graphical elements, and the size of the boxes and the distances between
                   4161: them.</p>
                   4162: 
                   4163: <p>A <a name="distance" id="distance">distance</a> or extent is specified by
                   4164: a number, which may be followed by one or more spaces and a units keyword.
                   4165: When there is no units keyword, the number specifies the number of relative
                   4166: units, where a relative unit is the height of a character in the current font
                   4167: (an em). When the number is followed by a units keyword, the keyword
                   4168: indicates the type of absolute units:</p>
1.18      cvs      4169: <ul>
1.40      quint    4170:   <li><tt>em</tt> : height of the element's font,</li>
                   4171:   <li><tt>ex</tt> : height of the letter 'x',</li>
                   4172:   <li><tt>cm</tt> : centimeter,</li>
                   4173:   <li><tt>mm</tt> : millimeter,</li>
                   4174:   <li><tt>in</tt> : inch (1 in = 2.54 cm),</li>
                   4175:   <li><tt>pt</tt> : point (1 pt = 1/72 in),</li>
                   4176:   <li><tt>pc</tt> : pica (1 pc = 12 pt),</li>
                   4177:   <li><tt>px</tt> : pixel.</li>
1.18      cvs      4178: </ul>
1.30      cvs      4179: 
                   4180: <p>Whatever the chosen unit, relative or absolute, the number is not
1.37      cvs      4181: necessarily an integer and may be expressed in fixed point notation (using
                   4182: the American convention of a period to express the decimal point).</p>
1.30      cvs      4183: 
1.37      cvs      4184: <p>If the distance appears in a presentation rule for a numeric attribute,
                   4185: the number can be replaced by the name of an attribute. In this case, the
                   4186: value of the attribute is used. Obviously, the attribute name cannot be
                   4187: followed by a decimal point and a fractional part, but it can be followed a
                   4188: units keyword. However, the choice of units is limited to em, ex, pt and
                   4189: px.</p>
1.18      cvs      4190: <pre>     Distance      = [ Sign ] AbsDist .
1.1       cvs      4191:      Sign          ='+' / '-' .
                   4192:      AbsDist       = IntegerOrAttr [ '.' DecimalPart ]
                   4193:                      [ Unit ].
                   4194:      IntegerOrAttr = IntegerPart / AttrID .
                   4195:      IntegerPart   = NUMBER .
                   4196:      DecimalPart   = NUMBER .
                   4197:      Unit          ='em' / 'ex' / 'cm' / 'mm' / 'in' / 'pt' /
1.18      cvs      4198:                     'pc' / 'px' / '%' .</pre>
1.30      cvs      4199: 
1.18      cvs      4200: <blockquote class="example">
1.30      cvs      4201:   <p><strong>Example:</strong></p>
                   4202: 
                   4203:   <p>The following rules specify that a box has a height of 10.5 centimeters
                   4204:   and a width of 5.3 ems:</p>
                   4205:   <pre>Height : 10.5 cm;
1.18      cvs      4206: Width  : 5.3;</pre>
                   4207: </blockquote>
                   4208: </div>
1.1       cvs      4209: 
1.18      cvs      4210: <div class="subsection">
1.37      cvs      4211: <h3><a name="sectc4218" id="sectc4218">Relative positions</a></h3>
1.1       cvs      4212: 
1.37      cvs      4213: <p>The positioning of boxes uses the eight axes and sides, the sides
                   4214: generally being used to define the juxtapositioning (vertical or horizontal)
                   4215: of boxes, the middle axes being used to define centering, and the reference
                   4216: axes being used for alignment.</p>
                   4217: 
                   4218: <p>Two rules allow a box to be placed relative to other boxes. The
                   4219: <tt>VertPos</tt> rule positions the box vertically. The <tt>HorizPos</tt>
                   4220: rule positions the box horizontally. It is possible that a box's position
                   4221: could be entirely determined by other boxes positioned relative to it. In
                   4222: this case, the position is implicit and the word <tt>nil</tt> can be used to
                   4223: specify that no position rule is needed. Otherwise, an explicit rule must be
1.18      cvs      4224: given by indicating the axis or side which defines the position of the box,
                   4225: followed by an equals sign and the distance between between this axis or side
1.37      cvs      4226: and a parallel axis or side of another box, called the reference box. The box
1.18      cvs      4227: for which the rule is written will be positioned relative to the reference
                   4228: box.</p>
                   4229: <pre>                 'VertPos' ':' VPos
1.6       cvs      4230:                  'HorizPos' ':' HPos
                   4231:      HPos      = 'nil' / VertAxis '=' HorizPosition
                   4232:                  [ 'UserSpecified' ].
                   4233:      VPos      = 'nil' / HorizAxis '=' VertPosition
                   4234:                  [ 'UserSpecified' ].
1.1       cvs      4235:      VertAxis  = 'Left' / 'VMiddle' / 'VRef' / 'Right' .
1.18      cvs      4236:      HorizAxis = 'Top' / 'HMiddle' / 'HRef' / 'Bottom' .</pre>
1.30      cvs      4237: 
1.37      cvs      4238: <p>The reference box is an adjacent box: enclosing, enclosed or adjacent.
                   4239: When a rule is associated with a reference type attribute (and only in this
                   4240: case), it can be a box of the element designated by the attribute. The
                   4241: reference box can be either a presentation box previously defined in the
                   4242: <tt>BOXES</tt> section of the schema and created by a creation function, or
                   4243: the box associated with a structured element.</p>
                   4244: 
                   4245: <p>The structural position of the reference box (relative to the box for
                   4246: which the rule is being written) is indicated by a keyword:
                   4247: <tt>Enclosing</tt>, <tt>Enclosed</tt>, or, for sibling boxes,
                   4248: <tt>Previous</tt> or <tt>Next</tt>. The reference attributes, or presentation
                   4249: boxes created by a reference attribute, the <tt>Referred</tt> keyword may be
                   4250: used to designate the element which the reference points to. The keyword
                   4251: <tt>Creator</tt> can be used in rules for presentation boxes to designate the
                   4252: box of the element which created the presentation box. Finally, the
                   4253: <tt>Root</tt> keyword can be used to designate the root of the document.</p>
1.30      cvs      4254: 
                   4255: <p>When the keyword is ambiguous, it is followed by the name of an element
                   4256: type or presentation box which resolves the ambiguity (the <tt>Creator</tt>
1.37      cvs      4257: and <tt>Root</tt> keywords are never ambiguous). If this name is not given,
1.30      cvs      4258: then the first box encountered is used as the reference box. It is also
                   4259: possible to use just the name of an element type or presentation box without
1.37      cvs      4260: an initial keyword. In this case, a sibling having that name will be used. If
1.30      cvs      4261: the name is preceded by the keyword <tt>NOT</tt>, then the reference box will
                   4262: be the first box whose type is not the named one.</p>
                   4263: 
                   4264: <p>In place of the box or type name, the keywords <tt>AnyElem</tt>,
1.18      cvs      4265: <tt>AnyBox</tt> and <tt>ElemWithAttr</tt> can be used, representing
1.17      cvs      4266: respectively, any structured element box, any presentation box, and the box
                   4267: corresponding to any structured element having a particular attribute,
                   4268: whatever its value; the name of this attribute must follow the keyword
1.18      cvs      4269: <tt>ElemWithAttr</tt>.</p>
1.30      cvs      4270: 
                   4271: <p>A type name may be preceded by a star in order to resolve the ambiguity in
                   4272: the special case where the structure schema defines an <a
1.18      cvs      4273: href="#sectd3284">inclusion</a> without expansion (or with partial expansion)
1.37      cvs      4274: of the same type as an element of the scheme. For mark pairs (and only for <a
1.18      cvs      4275: href="#sectd3285">mark pairs</a>) the type name <em>must</em> be preceded by
                   4276: the <tt>First</tt> or <tt>Second</tt> keyword, which indicates which of the
1.37      cvs      4277: two marks of the pair should be used as the reference box.</p>
1.30      cvs      4278: 
                   4279: <p>The star character ('<tt>*</tt>') used alone designates the box to which
1.37      cvs      4280: the rule applies (in this case, it is obviously useless to specify the type
                   4281: of the reference box).</p>
1.30      cvs      4282: 
1.37      cvs      4283: <p>The keywords <tt>Enclosing</tt> and <tt>Enclosed</tt> can be used no
                   4284: matter what constructor defines the type to which the rule applies. When
                   4285: applied to the element which represents the entire document,
                   4286: <tt>Enclosing</tt> designates the window or page in which the document's
                   4287: image is displayed for the view to which the rule applies. A box or type name
                   4288: without a keyword is used for aggregate elements and designates another
                   4289: element of the same aggregate. It can also be used to designate a
                   4290: presentation or page layout box. The keywords <tt>Previous</tt> and
                   4291: <tt>Next</tt> are primarily used to denote list elements, but can also be
                   4292: used to denote elements of an aggregate.</p>
                   4293: 
                   4294: <p>In the position rule, the structural position relative to the reference
                   4295: box is followed, after a period, by the name of an axis or side. The rule
                   4296: specifies its node's position as being some distance from this axis or side
                   4297: of the reference box. If this distance is zero, then the distance does not
                   4298: appear in the rule. Otherwise, it does appear as a positive or negative
1.30      cvs      4299: number (the sign is required for negative numbers). The sign takes into
                   4300: account the orientation of the coordinate axes: for top to bottom for the
1.37      cvs      4301: vertical axis and from left to right for the horizontal axis. Thus, a
1.30      cvs      4302: negative distance in a vertical position indicates that the side or axis
                   4303: specified in the rule is above the side or axis of the reference box.</p>
                   4304: 
1.37      cvs      4305: <p>The distance can be followed by the <tt>UserSpecified</tt> keyword (even
                   4306: if the distance is nil and does not appear, the <tt>UserSpecified</tt>
                   4307: keyword can be used). It indicates that when the element to which the rule
                   4308: applies is being created, the editor will ask the user to specify the
                   4309: distance himself, using the mouse. In this case, the distance specified in
                   4310: the rule is a default distance which is suggested to the user but can be
                   4311: modified. The <tt>UserSpecified</tt> keyword can be used either in the
                   4312: vertical position rule, the horizontal position rule, or both.</p>
1.18      cvs      4313: <pre>     VertPosition  = Reference '.' HorizAxis [ Distance ] .
1.1       cvs      4314:      HorizPosition = Reference '.' VertAxis [ Distance ] .
                   4315:      Reference     ='Enclosing' [ BoxTypeNot ] /
                   4316:                     'Enclosed' [ BoxTypeNot ] /
                   4317:                     'Previous' [ BoxTypeNot ] /
                   4318:                     'Next' [ BoxTypeNot ] /
                   4319:                     'Referred' [ BoxTypeNot ] /
                   4320:                     'Creator' /
                   4321:                     'Root' /
                   4322:                     '*' /
                   4323:                      BoxOrType .
                   4324:      BoxOrType     = BoxID /
                   4325:                      [ '*' ] [ FirstSec ] ElemID /
1.17      cvs      4326:                     'AnyElem' / 'AnyBox' /
                   4327:                     'ElemWithAttr' AttrID .
1.18      cvs      4328:      BoxTypeNot    = [ 'NOT' ] BoxOrType .</pre>
1.30      cvs      4329: 
1.18      cvs      4330: <blockquote class="example">
1.30      cvs      4331:   <p><strong>Example:</strong></p>
                   4332: 
1.37      cvs      4333:   <p>If a <a name="expos1" id="expos1">report</a> is defined by the following
                   4334:   structure schema:</p>
1.30      cvs      4335:   <pre>Report = BEGIN
1.6       cvs      4336:          Title  = Text;
                   4337:          Summary = Text;
                   4338:          Keywords = Text;
                   4339:          ...
1.18      cvs      4340:          END;</pre>
1.30      cvs      4341: 
                   4342:   <p>then the presentation schema could contain the rules:</p>
                   4343:   <pre>Report : BEGIN
1.6       cvs      4344:          VertPos  : Top = Enclosing . Top;
                   4345:          HorizPos : Left = Enclosing . Left;
                   4346:          ...
1.18      cvs      4347:          END;</pre>
1.30      cvs      4348: 
1.37      cvs      4349:   <p>These rules place the <a name="reportexample"
                   4350:   id="reportexample">report</a> in the upper left corner of the enclosing
                   4351:   box, which is the window in which the document is being edited.</p>
1.30      cvs      4352:   <pre>Title :  BEGIN
1.6       cvs      4353:          VertPos  : Top = Enclosing . Top + 1;
                   4354:          HorizPos : VMiddle = Enclosing . VMiddle;
                   4355:          ...
1.18      cvs      4356:          END;</pre>
1.30      cvs      4357: 
1.37      cvs      4358:   <p>The top of the title is one line (a line has the height of the
                   4359:   characters of the title) from the top of the report, which is also the top
                   4360:   of the editing window. The title is centered horizontally in the window
                   4361:   (see <a href="#posdim">figure</a>).</p>
1.30      cvs      4362:   <pre>Summary : BEGIN
1.1       cvs      4363:           VertPos  : Top = Title . Bottom + 1.5;
                   4364:           HorizPos : Left = Enclosing . Left + 2 cm;
                   4365:           ...
1.18      cvs      4366:           END;</pre>
1.30      cvs      4367: 
1.37      cvs      4368:   <p>The top of the summary is place a line and a half below the bottom of
                   4369:   the title and is shifted two centimeters from the side of the window.</p>
1.18      cvs      4370: </blockquote>
1.30      cvs      4371: 
1.18      cvs      4372: <blockquote class="example">
1.30      cvs      4373:   <p><strong>Example:</strong></p>
                   4374: 
1.37      cvs      4375:   <p>Suppose there is a <a name="expos2" id="expos2">Design</a> logical
                   4376:   structure which contains graphical elements:</p>
1.30      cvs      4377:   <pre>Design = LIST OF (ElemGraph = GRAPHICS);</pre>
                   4378: 
                   4379:   <p>The following rules allow the user to freely choose the position of each
                   4380:   element when it is created:</p>
                   4381:   <pre>ElemGraph =
1.1       cvs      4382:    BEGIN
                   4383:    VertPos : Top = Enclosing . Top + 1 cm UserSpecified;
                   4384:    HorizPos: Left = Enclosing . Left UserSpecified;
                   4385:    ...
1.18      cvs      4386:    END;</pre>
1.30      cvs      4387: 
                   4388:   <p>Thus, when a graphical element is created, its default placement is at
                   4389:   the left of the window and 1 cm from the top, but the user can move it
                   4390:   immediately, simply by moving the mouse.</p>
1.18      cvs      4391: </blockquote>
                   4392: </div>
1.1       cvs      4393: 
1.18      cvs      4394: <div class="subsection">
1.37      cvs      4395: <h3><a name="sectc4219" id="sectc4219">Box extents</a></h3>
1.1       cvs      4396: 
1.30      cvs      4397: <p>The extents (height and width) of each box are defined by the two rules
1.37      cvs      4398: <tt>Height</tt> and <tt>Width</tt>. There are three types of extents: fixed,
1.18      cvs      4399: relative, and elastic.</p>
1.1       cvs      4400: 
1.18      cvs      4401: <div class="subsubsection">
1.37      cvs      4402: <h4><a name="sectd42191" id="sectd42191">Fixed extents</a></h4>
1.1       cvs      4403: 
1.30      cvs      4404: <p>A fixed dimension sets the height or width of the box independently of all
1.37      cvs      4405: other boxes. It is expressed in <a href="#sectc4217">distance units</a>. The
1.18      cvs      4406: extent can be followed by the <tt>UserSpecified</tt> keyword which indicates
1.1       cvs      4407: that when the element to which the rule applies is being created, the editor
1.37      cvs      4408: will ask the user to specify the extent himself, using the mouse. In this
1.1       cvs      4409: case, the extent specified in the rule is a default extent which is suggested
1.37      cvs      4410: to the user but can be modified. The <tt>UserSpecified</tt> keyword can be
1.18      cvs      4411: used either in the <tt>Height</tt> rule, the <tt>Width</tt> rule, or both.</p>
1.30      cvs      4412: 
                   4413: <p>A fixed extent rule can be ended by the <tt>Min</tt> keyword, which
                   4414: signifies that the indicated value is a minimum, and that, if the contents of
                   4415: the box require it, a larger extent is possible.</p>
1.18      cvs      4416: <pre>                'Height' ':' Dimension
1.1       cvs      4417:                 'Width' ':' Dimension
                   4418:      Dimension = AbsDist [ 'UserSpecified' ]  [ 'Min' ] /
1.18      cvs      4419:                  ...</pre>
1.30      cvs      4420: 
1.18      cvs      4421: <blockquote class="example">
1.30      cvs      4422:   <p><strong>Example:</strong></p>
                   4423: 
                   4424:   <p>Continuing with the <a href="#expos2">previous example</a>, it is
                   4425:   possible to allow the user to choose the size of each graphical element as
                   4426:   it is created:</p>
                   4427:   <pre>ElemGraph : BEGIN
1.6       cvs      4428:             Width :  2 cm UserSpecified;
1.1       cvs      4429:             Height : 1 cm UserSpecified;
                   4430:             ...
1.18      cvs      4431:             END;</pre>
1.30      cvs      4432: 
                   4433:   <p>Thus, when a graphical element is create, it is drawn by default with a
                   4434:   width of 2 cm and a height of 1 cm, but the user is free to resize it
                   4435:   immediately with the mouse.</p>
                   4436:   <pre>Summary :  BEGIN
1.1       cvs      4437:            Height : 5 cm Min;
                   4438:            ...
                   4439:            END;
                   4440: Keywords : BEGIN
                   4441:            VertPos : Top = Summary . Bottom;
                   4442:            ...
1.18      cvs      4443:            END;</pre>
                   4444: </blockquote>
                   4445: </div>
1.1       cvs      4446: 
1.18      cvs      4447: <div class="subsubsection">
1.37      cvs      4448: <h4><a name="sectd42192" id="sectd42192">Relative extents</a></h4>
1.30      cvs      4449: 
                   4450: <p>A relative extent determines the extent as a function of the extent of
                   4451: another box, just as a relative position places a box in relation to another.
                   4452: The reference box in an extent rule is designated using the same syntax as is
1.37      cvs      4453: used in a relative position rule. It is followed by a period and a
1.30      cvs      4454: <tt>Height</tt> or <tt>Width</tt> keyword, depending on the extent being
1.37      cvs      4455: referred to. Next comes the relation between the extent being defined and the
                   4456: extent of the reference box. This relation can be either a percentage or a
1.30      cvs      4457: difference.</p>
1.1       cvs      4458: 
1.37      cvs      4459: <p>A percentage is indicated by a star (the multiplication symbol) followed
                   4460: by the numeric percentage value (which may be greater than or less than 100)
                   4461: and the percent (`%') character. A difference is simply indicated by a signed
1.18      cvs      4462: difference.</p>
1.30      cvs      4463: 
                   4464: <p>If the rule appears in the presentation rules of a numeric attribute, the
1.1       cvs      4465: percentage value can be replaced by the name of the attribute. This attribute
1.37      cvs      4466: is then used as a percentage. The attribute can also be used as part of a <a
1.18      cvs      4467: href="#distance">difference</a>.</p>
1.30      cvs      4468: 
                   4469: <p>Just as with a fixed extent, a relative extent rule can end with the
1.18      cvs      4470: <tt>Min</tt> keyword, which signifies that the extent is a minimum and that,
                   4471: if the contents of the box require it, a larger extent is possible.</p>
1.30      cvs      4472: 
                   4473: <p>A special case of relative extent rules is:</p>
1.18      cvs      4474: <pre>Height : Enclosed . Height;</pre>
1.30      cvs      4475: 
                   4476: <p>or</p>
1.18      cvs      4477: <pre>Width  : Enclosed . Width;</pre>
1.30      cvs      4478: 
                   4479: <p>which specifies that the box has a height (or width) such that it encloses
                   4480: all the boxes which it contains, excluding boxes having a rule
                   4481: <tt>VertOverflow: Yes;</tt> or <tt>HorizOverflow: Yes;</tt>.</p>
                   4482: 
                   4483: <p><strong>Note:</strong> character strings (type <tt>TEXT_UNIT</tt>)
                   4484: generally must use the sum of the widths of the characters which compose them
                   4485: as their width, which is expressed by the rule:</p>
1.18      cvs      4486: <pre>TEXT_UNIT :
                   4487:      Width : Enclosed . Width;</pre>
1.30      cvs      4488: 
                   4489: <p>If this rule is not the default <tt>Width</tt> rule, it must be given
1.18      cvs      4490: explicitly in the <tt>RULES</tt> section which defines the presentation rules
                   4491: of the logical elements.</p>
                   4492: <pre>                  'Height' ':' Extent
1.1       cvs      4493:                   'Width' ':' Extent
                   4494:      Extent      = Reference '.' HeightWidth [ Relation ]
                   4495:                    [ 'Min' ] / ...
                   4496:      HeightWidth ='Height' / 'Width' .
                   4497:      Relation    ='*' ExtentAttr '%' / Distance .
                   4498:      ExtentAttr  = ExtentVal / AttrID .
1.18      cvs      4499:      ExtentVal   = NUMBER .</pre>
1.30      cvs      4500: 
1.18      cvs      4501: <blockquote class="example">
1.30      cvs      4502:   <p><strong>Example:</strong></p>
                   4503: 
                   4504:   <p>Completing the <a href="#expos1">above example</a>, it is possible to
                   4505:   specify that the report takes its width from the editing window and its
                   4506:   height from the size of its contents (this can obviously be greater than
                   4507:   that of the window):</p>
                   4508:   <pre>Report :  BEGIN
1.1       cvs      4509:           Width : Enclosing . Width;
                   4510:           Height : Enclosed . Height;
                   4511:           ...
1.18      cvs      4512:           END;</pre>
1.30      cvs      4513: 
                   4514:   <p>Then, the following rules make the title occupy 60% of the width of the
                   4515:   report (which is that of the window) and is broken into centered lines of
                   4516:   this width (see the <a href="#sectc4222"><tt>Line</tt> rule</a>).</p>
                   4517:   <pre>Title :   BEGIN
1.1       cvs      4518:           Width : Enclosing . Width * 60%;
                   4519:           Height : Enclosed . Height;
                   4520:           Line;
                   4521:           Adjust : VMiddle;
                   4522:           ...
1.18      cvs      4523:           END;</pre>
1.30      cvs      4524: 
                   4525:   <p>The summary occupy the entire width of the window, with the exception of
                   4526:   a 2 cm margin reserved by the horizontal position rule:</p>
                   4527:   <pre>Summary : BEGIN
1.1       cvs      4528:           Width : Enclosing . Width - 2 cm;
                   4529:           Height : Enclosed . Height;
                   4530:           ...
1.18      cvs      4531:           END;</pre>
                   4532: 
1.37      cvs      4533:   <p>This set of rules, plus the <a href="#reportexample">position rules
                   4534:   given above</a>, produce the layout of boxes shown in the following<a
1.30      cvs      4535:   href="#posdim">figure</a>.</p>
                   4536: 
                   4537:   <div class="figure">
1.37      cvs      4538:   <hr />
1.30      cvs      4539:   <pre>-------------------------------------------------------------
1.1       cvs      4540: | Window and Report           ^                             |
                   4541: |                             | 1 line                      |
                   4542: |                             v                             |
                   4543: |           -------------------------------------           |
                   4544: |           |                                   |           |
                   4545: :    20%    :               Title               :    20%    :
1.30      cvs      4546: :&lt;---------&gt;:                                   :&lt;---------&gt;:
1.1       cvs      4547: :           :                60%                :           :
1.30      cvs      4548: :           :&lt;---------------------------------&gt;:           :
1.1       cvs      4549: |           |                                   |           |
                   4550: |           -------------------------------------           |
                   4551: |                             ^                             |
                   4552: |                             | 1.5 line                    |
                   4553: |                             |                             |
                   4554: |                             v                             |
                   4555: |        ---------------------------------------------------|
                   4556: |  2 cm  |                                                  |
1.30      cvs      4557: |&lt;------&gt;|                    Summary                       |
1.18      cvs      4558: :        :                                                  :</pre>
1.19      cvs      4559: 
1.37      cvs      4560:   <p align="center"><em><a name="posdim" id="posdim">Box position and
1.30      cvs      4561:   extent</a><em></em></em></p>
1.37      cvs      4562:   <hr />
1.30      cvs      4563:   </div>
1.18      cvs      4564: </blockquote>
                   4565: </div>
1.1       cvs      4566: 
1.18      cvs      4567: <div class="subsubsection">
1.37      cvs      4568: <h4><a name="sectd42193" id="sectd42193">Elastic extents</a></h4>
1.1       cvs      4569: 
1.37      cvs      4570: <p>The last type of extent is the elastic extent. Either one or both extents
                   4571: can be elastic. A box has an elastic extent when two opposite sides are
1.30      cvs      4572: linked by distance constraints to two sides or axes of other boxes.</p>
                   4573: 
                   4574: <p>One of the sides of the elastic box is linked by a position rule
1.37      cvs      4575: (<tt>VertPos</tt> or <tt>HorizPos</tt>) to a neighboring box. The other side
1.18      cvs      4576: is link to another box by a <tt>Height</tt> or <tt>Width</tt> rule, which
1.37      cvs      4577: takes the same form as the position rule. For the elastic box itself, the
1.1       cvs      4578: notions of sides (left or right, top or bottom) are fuzzy, since the movement
                   4579: of either one of the two reference boxes can, for example, make the left side
1.37      cvs      4580: of the elastic box move to the right of its right side. This is not
                   4581: important. The only requirement is that the two sides of the elastic box used
1.18      cvs      4582: in the position and extent rule are opposite sides of the box.</p>
                   4583: <pre>             'Height' ':' Extent
1.6       cvs      4584:              'Width' ':' Extent
1.18      cvs      4585:      Extent = HPos / VPos / ...</pre>
1.30      cvs      4586: 
1.18      cvs      4587: <blockquote class="example">
1.30      cvs      4588:   <p><strong>Example:</strong></p>
                   4589: 
                   4590:   <p>Suppose we want to draw an elastic arrow or line between the middle of
1.37      cvs      4591:   the bottom side of box A and the upper left corner of box B. To do this, we
1.30      cvs      4592:   would define a graphics box whose upper left corner coincides with the
                   4593:   middle of the bottom side of A (a position rule) and whose lower right
                   4594:   corner coincides with with the upper left corner of B (dimension rules):</p>
                   4595:   <pre>LinkedBox :
1.1       cvs      4596:    BEGIN
1.6       cvs      4597:    VertPos  : Top = A .Bottom;
1.1       cvs      4598:    HorizPos : Left = A . VMiddle;
1.6       cvs      4599:    Height   : Bottom = B . Top;
                   4600:    Width    : Right = B . Left;
1.18      cvs      4601:    END;</pre>
                   4602: </blockquote>
1.30      cvs      4603: 
1.18      cvs      4604: <blockquote class="example">
1.30      cvs      4605:   <p><strong>Example:</strong></p>
                   4606: 
                   4607:   <p>The element SectionTitle creates a presentation box called SectionNum
1.37      cvs      4608:   which contains the number of the section. Suppose we want to align the
                   4609:   SectionNum and SectionTitle horizontally, have the SectionNum take its
                   4610:   width from its contents (the section number), have the SectionTitle box
                   4611:   begin 0.5 cm to the right of the SectionNum box and end at the right edge
                   4612:   of its enclosing box. This would make the SectionTitle box elastic, since
                   4613:   its width is defined by the position of its left and right sides. The
                   4614:   following rules produce this effect:</p>
1.30      cvs      4615:   <pre>SectionNum :
1.1       cvs      4616:    BEGIN
                   4617:    HorizPos : Left = Enclosing . Left;
                   4618:    Width : Enclosed . Width;
                   4619:    ...
                   4620:    END;
                   4621: 
                   4622: SectionTitle :
                   4623:    BEGIN
                   4624:    HorizPos : Left = SectionNum . Right + 0.5 cm;
                   4625:    Width : Right = Enclosing . Right;
                   4626:    ...
1.18      cvs      4627:    END;</pre>
                   4628: </blockquote>
                   4629: </div>
                   4630: </div>
1.1       cvs      4631: 
1.18      cvs      4632: <div class="subsection">
1.37      cvs      4633: <h3><a name="sectc4220" id="sectc4220">Overflow</a></h3>
1.1       cvs      4634: 
1.30      cvs      4635: <p>A boxes corresponding to a structural element normally contain all boxes
1.37      cvs      4636: corresponding to the elements of its subtree. However, in some cases, it
1.1       cvs      4637: could be necessary to allow a box to jut out from its parent box. Two
                   4638: presentation rules indicate that such an overflow is allowed, one for
1.18      cvs      4639: horizontal overflow, one for vertical overflow.</p>
1.30      cvs      4640: 
                   4641: <p>Each of these rules is expressed by a keyword followed by a colon and the
1.18      cvs      4642: keyword <tt>Yes</tt> or <tt>No</tt>.</p>
                   4643: <pre>               'VertOverflow' ':' Boolean /
1.1       cvs      4644:                'HorizOverflow' ':' Boolean .
1.18      cvs      4645:      Boolean = 'Yes' / 'No' .</pre>
                   4646: </div>
1.1       cvs      4647: 
1.30      cvs      4648: <p>@@@@@ ******</p>
                   4649: 
1.26      cvs      4650: <p>Explain Margin, Padding and Border. Refer to CSS2.</p>
                   4651: <pre>                'MarginTop' ':' MarginWidth /
                   4652:                 'MarginRight' ':' MarginWidth /
                   4653:                 'MarginBottom' ':' MarginWidth /
                   4654:                 'MarginLeft' ':' MarginWidth /
                   4655:                 'PaddingTop' ':' PaddingWidth /
                   4656:                 'PaddingRight' ':' PaddingWidth /
                   4657:                 'PaddingBottom' ':' PaddingWidth /
                   4658:                 'PaddingLeft' ':' PaddingWidth /
                   4659:                 'BorderTopWidth' ':' BorderWidth /
                   4660:                 'BorderRightWidth' ':' BorderWidth /
                   4661:                 'BorderBottomWidth' ':' BorderWidth /
                   4662:                 'BorderLeftWidth' ':' BorderWidth /
                   4663:                 'BorderTopColor' ':' BorderColor /
                   4664:                 'BorderRightColor' ':' BorderColor /
                   4665:                 'BorderBottomColor' ':' BorderColor /
                   4666:                 'BorderLeftColor' ':' BorderColor /
                   4667:                 'BorderTopStyle' ':' BorderStyle /
                   4668:                 'BorderRightStyle' ':' BorderStyle /
                   4669:                 'BorderBottomStyle' ':' BorderStyle /
                   4670:                 'BorderLeftStyle' ':' BorderStyle .
                   4671: 
                   4672: MarginWidth   = InheritParent / 'Auto' / Distance .
                   4673: PaddingWidth  = InheritParent / Distance .
                   4674: BorderWidth   = InheritParent / 'Thin' / 'Medium' / 'Thick' / Distance .
                   4675: BorderColor   = InheritParent / 'Transparent' / 'Foreground' /
                   4676:                 ColorName .
                   4677: BorderStyle   = InheritParent /
                   4678:                 'None' / 'Hidden' / 'Dotted' / 'Dashed' / 'Solid' /
                   4679:                 'Double' / 'Groove' / 'Ridge' / 'Inset' / 'Outset' .
1.27      cvs      4680: InheritParent = 'Enclosing' '=' / 'Creator' '=' .
1.26      cvs      4681: ColorName     =  NAME .</pre>
1.30      cvs      4682: 
                   4683: <p>@@@@@ ******</p>
1.26      cvs      4684: 
1.18      cvs      4685: <div class="subsection">
1.37      cvs      4686: <h3><a name="sectc4221" id="sectc4221">Inheritance</a></h3>
1.1       cvs      4687: 
1.37      cvs      4688: <p>A presentation property can be defined by reference to the same property
                   4689: of another box in the tree of boxes. These structural links are expressed by
                   4690: kinship. The reference box can be that of the element immediately above in
1.18      cvs      4691: the structure (<tt>Enclosing</tt>), two levels above (<tt>GrandFather</tt>),
                   4692: immediately below (<tt>Enclosed</tt>) or immediately before
1.37      cvs      4693: (<tt>Previous</tt>). In the case of a presentation box, and only in that
1.1       cvs      4694: case, the reference box may be the element which created the presentation box
1.18      cvs      4695: (<tt>Creator</tt>).</p>
1.30      cvs      4696: 
                   4697: <p>Kinship is expressed in terms of the logical structure of the document and
1.37      cvs      4698: not in terms of the tree of boxes. The presentation box cannot transmit any
1.34      cvs      4699: of their properties by inheritance; only structured element boxes can do so.
1.37      cvs      4700: As an example, consider an element B which follows an element A in the
                   4701: logical structure. The element B creates a presentation box P in front of
                   4702: itself, using the <tt>CreateBefore</tt> rule (see the <a
                   4703: href="#sectc4232">creation rules</a>). If element B's box inherits its
                   4704: character style using the <tt>Previous</tt> kinship operation, it gets its
                   4705: character style from A's box, not from P's box. Inheritance works differently
                   4706: for positions and extents, which can refer to presentation boxes.</p>
1.30      cvs      4707: 
1.34      cvs      4708: <p>The inherited property value can be the same as that of the reference box.
1.37      cvs      4709: This is indicated by an equals sign. However, for numeric properties, a
1.1       cvs      4710: different value can be obtained by adding or subtracting a number from the
1.37      cvs      4711: reference box's property value. Addition is indicated by a plus sign before
                   4712: the number, while subtraction is specified with a minus sign. The value of a
1.34      cvs      4713: property can also be given a maximum (if the sign is a plus) or minimum (if
1.18      cvs      4714: the sign is a minus).</p>
1.30      cvs      4715: 
                   4716: <p>If the rule is being applied to a numeric attribute, the number to add or
1.37      cvs      4717: subtract can be replaced by the attribute name. The value of a maximum or
                   4718: minimum may also be replaced by an attribute name. In these cases, the value
1.18      cvs      4719: of the attribute is used.</p>
                   4720: <pre>  Inheritance    = Kinship  InheritedValue .
1.6       cvs      4721:   Kinship        ='Enclosing' / 'GrandFather' / 'Enclosed' /
                   4722:                   'Previous' / 'Creator' .
1.1       cvs      4723:   InheritedValue ='+' PosIntAttr [ 'Max' maximumA ] /
1.6       cvs      4724:                   '-' NegIntAttr [ 'Min' minimumA ] /
                   4725:                   '=' .
                   4726:   PosIntAttr     = PosInt / AttrID .
                   4727:   PosInt         = NUMBER .
                   4728:   NegIntAttr     = NegInt / AttrID .
                   4729:   NegInt         = NUMBER .
                   4730:   maximumA       = maximum / AttrID .
                   4731:   maximum        = NUMBER .
                   4732:   minimumA       = minimum / AttrID .
1.18      cvs      4733:   minimum        = NUMBER .</pre>
1.30      cvs      4734: 
1.36      cvs      4735: <p>The properties which can be obtained by inheritance are hyphenation,
1.43    ! quint    4736: writing direction, Unicode-bidi, interline spacing, character font (font
        !          4737: family), font style, font size, visibility, indentation, underlining,
        !          4738: alignment of text, stacking order of objects, the style and thickness of
        !          4739: lines, fill pattern and the colors of lines and characters.</p>
1.18      cvs      4740: </div>
1.1       cvs      4741: 
1.18      cvs      4742: <div class="subsection">
1.37      cvs      4743: <h3><a name="sectc4222" id="sectc4222">Line breaking</a></h3>
1.1       cvs      4744: 
1.30      cvs      4745: <p>The <tt>Line</tt> rule specifies that the contents of the box should be
                   4746: broken into lines: the boxes included in the box to which this rule is
                   4747: attached are displayed one after the other, from left to right, with their
1.37      cvs      4748: horizontal reference axes aligned so that they form a series of lines. The
1.30      cvs      4749: length of these lines is equal to the width of the box to which the
                   4750: <tt>Line</tt> rule is attached.</p>
                   4751: 
                   4752: <p>When an included box overflows the current line, it is either carried
1.37      cvs      4753: forward to the next line, cur, or left the way it is. The <a
1.18      cvs      4754: href="#sectc4223"><tt>LineBreak</tt> rule</a> is used to allow or prevent the
1.37      cvs      4755: breaking of included boxes. If the included box is not breakable but is
                   4756: longer than the space remaining on the line, it is left as is. When a
1.1       cvs      4757: character string box is breakable, the line is broken between words or, if
1.37      cvs      4758: necessary, by <a href="#sectd42225">hyphenating a word</a>. When a compound
                   4759: box is breakable, the box is transparent in regard to line breaking. The
                   4760: boxes included in the compound box are treated just like included boxes which
                   4761: have the <tt>LineBreak</tt> rule. Thus, it is possible to traverse a complete
1.18      cvs      4762: subtree of boxes to line break the text leaves of a complex structure.</p>
1.30      cvs      4763: 
                   4764: <p>The relative position rules of the included boxes are ignored, since the
                   4765: boxes will be placed according to the line breaking rules.</p>
                   4766: 
1.37      cvs      4767: <p>The <tt>Line</tt> rule does not have a parameter. The characteristics of
                   4768: the lines that will be constructed are determined by the
1.43    ! quint    4769: <tt>LineSpacing</tt>, <tt>Indent</tt>, <tt>Adjust</tt>, <tt>Hyphenate</tt>,
        !          4770: <code>Direction</code> and <code>UnicodeBidi</code> rules. Moreover, the <a
1.37      cvs      4771: href="#insectd42226"><tt>Inline</tt> rule</a> permits the exclusion of
1.36      cvs      4772: certain elements from the line breaking process.</p>
1.30      cvs      4773: 
                   4774: <p>When the <tt>Line</tt> rule appears in the rules sequence of a non-primary
1.37      cvs      4775: view, it applies only to that view, but when the <tt>Line</tt> rule appears
                   4776: in the rules sequence of the primary view, it also applies to the other views
                   4777: by default, except for those views which explicitly invoke the
                   4778: <tt>NoLine</tt> rule. Thus, the <tt>NoLine</tt> rule can be used in a
                   4779: non-primary view to override the primary view's <tt>Line</tt> rule. The
                   4780: <tt>NoLine</tt> rule must not be used with the primary view because the
                   4781: absence of the <tt>Line</tt> rule has the same effect. Like the <tt>Line</tt>
                   4782: rule, the <tt>NoLine</tt> rule does not take any parameters.</p>
1.18      cvs      4783: <pre>              'Line'
                   4784:               'NoLine'</pre>
                   4785: 
                   4786: <div class="subsubsection">
1.37      cvs      4787: <h4><a name="sectd42221" id="sectd42221">Line spacing</a></h4>
1.18      cvs      4788: 
1.30      cvs      4789: <p>The <tt>LineSpacing</tt> rule defines the line spacing to be used in the
1.37      cvs      4790: line breaking process. The line spacing is the distance between the baselines
1.1       cvs      4791: (horizontal reference axis) of the successive lines produced by the
1.37      cvs      4792: <tt>Line</tt> rule. The value of the line spacing can be specified as a
                   4793: constant or by inheritance. It is expressed in any of the available <a
1.18      cvs      4794: href="#sectc4217">distance units</a>.</p>
1.30      cvs      4795: 
                   4796: <p>Inheritance allows the value to be obtained from a relative in the
                   4797: structure tree, either without change (an equals sign appears after the
                   4798: inheritance keyword), with a positive difference (a plus sign), or a negative
1.37      cvs      4799: difference (a minus sign). When the rule uses a difference, the value of the
1.30      cvs      4800: difference follows the sign and is expressed as a <a
                   4801: href="#sectc4217">distance</a>.</p>
1.18      cvs      4802: <pre>                     'LineSpacing' ':' DistOrInherit
1.6       cvs      4803:      DistOrInherit =  Kinship InheritedDist / Distance .
1.18      cvs      4804:      InheritedDist = '=' / '+' AbsDist / '-' AbsDist .</pre>
1.30      cvs      4805: 
                   4806: <p>When the line spacing value (or its difference from another element) is
1.37      cvs      4807: expressed in relative units, it changes with the size of the characters.
                   4808: Thus, when a larger font is chosen for a part of the document, the line
                   4809: spacing of that part expands proportionally. In contrast, when the line
                   4810: spacing value is expressed in absolute units (centimeters, inches,
                   4811: typographer's points), it is independent of the characters, which permits the
                   4812: maintenance of a consistent line spacing, whatever the character font. Either
                   4813: approach can be taken, depending on the desired effect.</p>
1.18      cvs      4814: </div>
1.1       cvs      4815: 
1.18      cvs      4816: <div class="subsubsection">
1.37      cvs      4817: <h4><a name="sectd42222" id="sectd42222">First line indentation</a></h4>
1.1       cvs      4818: 
1.30      cvs      4819: <p>The <tt>Indent</tt> rule is used to specify the indentation of the first
                   4820: line of the elements broken into lines by the <tt>Line</tt> function. The
1.1       cvs      4821: indentation determines how far the first line of the element is shifted with
1.37      cvs      4822: respect to the other lines of the same element. It can be specified as a
                   4823: constant or by inheritance. The constant value is a positive integer (shifted
1.1       cvs      4824: to the right; the sign is optional), a negative integer (shifted to the left)
1.37      cvs      4825: or zero (no shift). All available <a href="#sectc4217">units</a> can be
1.18      cvs      4826: used.</p>
1.30      cvs      4827: 
                   4828: <p>Indentation can be defined for any box, regardless of whether the box is
                   4829: line broken, and transmitted by inheritance to elements that are line broken.
                   4830: The size of the indentation is specified in the same manner as the <a
1.18      cvs      4831: href="#sectd42221">line spacing</a>.</p>
                   4832: <pre>              'Indent' ':' DistOrInherit</pre>
                   4833: </div>
1.1       cvs      4834: 
1.18      cvs      4835: <div class="subsubsection">
1.37      cvs      4836: <h4><a name="sectd42223" id="sectd42223">Alignment</a></h4>
1.1       cvs      4837: 
1.30      cvs      4838: <p>The alignment style of the lines constructed during line breaking is
1.37      cvs      4839: defined by the <tt>Adjust</tt> rule. The alignment value can be a constant or
                   4840: inherited. A constant value is specified by a keyword:</p>
1.18      cvs      4841: <ul>
1.40      quint    4842:   <li><tt>Left</tt> : at the left edge,</li>
                   4843:   <li><tt>Right</tt> : at the right edge,</li>
                   4844:   <li><tt>VMiddle</tt> : centered</li>
                   4845:   <li><tt>Justify</tt> : justified</li>
                   4846:   <li><tt>LeftWithDots</tt> : at the left edge with a dotted line filling out
                   4847:     the last line up to the right edge of the line breaking box.</li>
1.18      cvs      4848: </ul>
1.30      cvs      4849: 
1.37      cvs      4850: <p>An inherited value can only be the same as that of the reference box and
                   4851: is specified by a kinship keyword followed by an equals sign.</p>
1.18      cvs      4852: <pre>                      'Adjust' ':' AlignOrInherit
1.1       cvs      4853:      AlignOrInherit = Kinship '=' / Alignment .
1.35      cvs      4854:      Alignment      = 'Left' / 'Right' / 'VMiddle' / 'Justify' /
1.18      cvs      4855:                       'LeftWithDots' .</pre>
                   4856: </div>
1.1       cvs      4857: 
1.18      cvs      4858: <div class="subsubsection">
1.37      cvs      4859: <h4><a name="sectd42225" id="sectd42225">Hyphenation</a></h4>
1.18      cvs      4860: 
1.37      cvs      4861: <p>The <tt>Hyphenate</tt> rule indicates whether or not words should be
                   4862: broken by hyphenation at the end of lines. It affects the lines produced by
                   4863: the <tt>Line</tt> rule and contained in the box carrying the
                   4864: <tt>Hyphenate</tt> rule.</p>
1.30      cvs      4865: 
1.34      cvs      4866: <p>The hyphenation property takes a boolean value, which can be either
1.37      cvs      4867: constant or inherited. A constant boolean value is expressed by either the
                   4868: <tt>Yes</tt> or the <tt>No</tt> keyword. An inherited value can only be the
1.1       cvs      4869: same as that of the reference box and is specified by a kinship keyword
1.18      cvs      4870: followed by an equals sign.</p>
                   4871: <pre>                   'Hyphenate' ':' BoolInherit
1.1       cvs      4872:      BoolInherit = Boolean / Kinship '=' .
1.18      cvs      4873:      Boolean     = 'Yes' / 'No' .</pre>
                   4874: </div>
                   4875: 
                   4876: <div class="subsubsection">
1.40      quint    4877: <h4><a name="sectd422251" id="sectd422251">Writing direction</a></h4>
                   4878: 
                   4879: <p>The <tt>Direction</tt> rule indicates the directionality of text: from
                   4880: left to right, as for latin scripts, or from right to left, as for the Arabic
1.43    ! quint    4881: or Hebrew scripts. This is used by the Unicode bidirectional algorithm.</p>
1.40      quint    4882: 
                   4883: <p>The writing direction property takes either a constant value
                   4884: (<code>ltr</code> for left to right, or <code>rtl</code> for right to left)
                   4885: or it is inherited. If it is inherited, it can only be the same as that of
                   4886: the reference box and is specified by a kinship keyword followed by an equals
                   4887: sign.</p>
                   4888: <pre>                   'Direction' ':' DirInherit
                   4889:      DirInherit =  'ltr' / 'rtl' / Kinship '=' .</pre>
                   4890: </div>
                   4891: 
1.43    ! quint    4892: <p>The <code>UnicodeBidi</code> rule is the equivalent of the CSS2
        !          4893: <code>unicode-bidi</code> property. It takes the same values and acts in the
        !          4894: same way.</p>
        !          4895: <pre>                   'Direction' ':' BidiInherit
        !          4896:      BidiInherit = 'Normal' / 'Embed' / 'Override' / Kinship '=' .</pre>
1.40      quint    4897: 
                   4898: <div class="subsubsection">
1.37      cvs      4899: <h4><a name="sectd42226" id="sectd42226">Avoiding line breaking</a></h4>
1.18      cvs      4900: 
1.37      cvs      4901: <p>The <tt>InLine</tt> rule is used to specify that a box that would
                   4902: otherwise participate in line breaking asked for by the <tt>Line</tt> rule of
                   4903: an enclosing box, instead avoids the line breaking process and positions
                   4904: itself according to the <tt>HorizPos</tt> and <tt>VertPos</tt> rules that
                   4905: apply to it. When the <tt>InLine</tt> rule applies to a box which would not
                   4906: be line broken, it has no effect.</p>
1.30      cvs      4907: 
                   4908: <p>The rule is expressed by the <tt>InLine</tt> keyword followed by a colon
                   4909: and the keyword <tt>Yes</tt>, if the box should participate in line breaking,
1.37      cvs      4910: or the keyword <tt>No</tt>, if it should not. This is the only form possible:
                   4911: this rule cannot be inherited. Moreover, it can only appear in the rules of
1.1       cvs      4912: the primary view and applies to all views defined in the presentation
1.18      cvs      4913: schema.</p>
                   4914: <pre>               'InLine' ':' Boolean .
                   4915:      Boolean = 'Yes' / 'No' .</pre>
1.30      cvs      4916: 
1.18      cvs      4917: <blockquote class="example">
1.30      cvs      4918:   <p><strong>Example:</strong></p>
                   4919: 
                   4920:   <p>Suppose the structure schema defines a logical attribute called
1.37      cvs      4921:   <tt>New</tt> which is used to identify the passages in a document which
                   4922:   were recently modified. It would be nice to have the presentation schema
                   4923:   make a bar appear in the left margin next to each passage having the
                   4924:   <tt>New</tt> attribute. A new passage can be an entire element, such as a
                   4925:   paragraph or section, or it can be some words in the middle of a paragraph.
                   4926:   To produce the desired effect, the <tt>New</tt> attribute is given a
                   4927:   creation rule which generates a <tt>VerticalBar</tt> presentation box.</p>
1.30      cvs      4928: 
                   4929:   <p>When the <tt>New</tt> attribute is attached to a character string which
                   4930:   is inside a line broken element (inside a paragraph, for example), the bar
                   4931:   is one of the elements which participates in line breaking and it is placed
                   4932:   normally in the current line, at the end of the character string which has
1.37      cvs      4933:   the attribute. To avoid this, the <tt>InLine</tt> rule is used in the
1.30      cvs      4934:   following way:</p>
                   4935:   <pre>BOXES
1.1       cvs      4936:   VerticalBar:
                   4937:      BEGIN
                   4938:      Content: Graphics 'l';
                   4939:      HorizPos: Left = Root . Left;
                   4940:      VertPos: Top = Creator . Top;
                   4941:      Height: Bottom = Creator . Bottom;
                   4942:      Width: 1 pt;
                   4943:      InLine: No;
                   4944:      ...
                   4945:      END;
                   4946: ...
                   4947: ATTRIBUTES
                   4948:   Nouveau:
                   4949:      BEGIN
                   4950:      CreateAfter(VerticalBar);
1.18      cvs      4951:      END;</pre>
                   4952: </blockquote>
                   4953: </div>
                   4954: </div>
1.1       cvs      4955: 
1.18      cvs      4956: <div class="subsection">
1.37      cvs      4957: <h3><a name="sectc4223" id="sectc4223">Page breaking and line breaking
                   4958: conditions</a></h3>
1.1       cvs      4959: 
1.30      cvs      4960: <p>Pages are constructed by the editor in accordance with the model specified
1.37      cvs      4961: by a <a href="#sectc4233"><tt>Page</tt> rule</a>. The page model describes
1.30      cvs      4962: only the composition of the pages but does not give any rules for breaking
1.37      cvs      4963: different element types across pages. Now, it is possible that certain
                   4964: elements must not be cut by page breaks, while others can be cut anywhere.
                   4965: The <tt>PageBreak</tt>, <tt>NoBreak1</tt>, and <tt>NoBreak2</tt> rules are
                   4966: used to specify the conditions under which each element type can be cut.</p>
1.30      cvs      4967: 
                   4968: <p>The <tt>PageBreak</tt> rule is used to indicate whether or not the box can
1.37      cvs      4969: be cut during the construction of pages. If cutting is authorized, the box
                   4970: can be cut, with one part appearing at the bottom of a page and the other
                   4971: part appearing at the top of the next page. The rule is formed by the
1.18      cvs      4972: <tt>PageBreak</tt> keyword followed by a colon and a constant boolean value
1.37      cvs      4973: (<tt>Yes</tt> or <tt>No</tt>). This is the only form possible: this rule
                   4974: cannot be inherited. Moreover, it can only appear in the rules of the primary
1.18      cvs      4975: view and applies to all views defined in the presentation schema.</p>
1.30      cvs      4976: 
                   4977: <p>Whether objects can be cut by line breaks can be controlled in a similar
1.37      cvs      4978: way using the <tt>LineBreak</tt> rule. This rule allows the specification of
                   4979: whether or not the box can be cut during the construction of lines. If
1.1       cvs      4980: cutting is authorized, the box can be cut, with one part appearing at the end
1.37      cvs      4981: of a line and the other part appearing at the beginning of the next line. The
1.18      cvs      4982: rule is formed by the <tt>LineBreak</tt> keyword followed by a colon and a
1.37      cvs      4983: constant boolean value (<tt>Yes</tt> or <tt>No</tt>). This is the only form
                   4984: possible: this rule cannot be inherited. Moreover, it can only appear in the
                   4985: rules of the primary view and applies to all views defined in the
                   4986: presentation schema.</p>
1.18      cvs      4987: <pre>               'PageBreak' ':' Boolean .
1.1       cvs      4988:                'LineBreak' ':' Boolean .
1.18      cvs      4989:      Boolean = 'Yes' / 'No' .</pre>
1.30      cvs      4990: 
                   4991: <p>When a box can be cut by a page break, it is possible that a page break
                   4992: will fall an inappropriate spot, creating, for example, a widow or orphan, or
1.37      cvs      4993: separating the title of a section from the first paragraph of the section.
                   4994: The <tt>NoBreak1</tt> and <tt>NoBreak2</tt> rules are used to avoid this.
                   4995: They specify that the box of the element to which they apply cannot be cut
                   4996: within a certain zone at the top (<tt>NoBreak1</tt> rule) or at the bottom
                   4997: (<tt>NoBreak2</tt> rule). These two rules specify the height of the zones in
1.18      cvs      4998: which page breaks are prohibited.</p>
1.30      cvs      4999: 
                   5000: <p>The <tt>NoBreak1</tt> and <tt>NoBreak2</tt> rules give the height of the
1.37      cvs      5001: zone in which page breaking is prohibited. The height is given as a constant
1.30      cvs      5002: value using any of the <a href="#sectc4217">available units</a>, absolute or
1.37      cvs      5003: relative. The value may not be inherited.</p>
1.18      cvs      5004: <pre>                   'NoBreak1' ':' AbsDist .
                   5005:                    'NoBreak2' ':' AbsDist .</pre>
1.30      cvs      5006: 
1.18      cvs      5007: <blockquote class="example">
1.30      cvs      5008:   <p><strong>Example:</strong></p>
                   5009: 
                   5010:   <p>The following rules prevent widows and orphans in a paragraph:</p>
                   5011:   <pre>Paragraph :
1.1       cvs      5012:    BEGIN
                   5013:    NoBreak1 : 2;
                   5014:    NoBreak2 : 2;
1.18      cvs      5015:    END;</pre>
1.30      cvs      5016: 
1.37      cvs      5017:   <p>This rule prevents a section title from becoming separated from the
                   5018:   first paragraph of the section by prohibiting page breaks at the beginning
                   5019:   of the section rule:</p>
1.30      cvs      5020:   <pre>Section :
1.18      cvs      5021:    NoBreak1 : 1.5 cm;</pre>
1.30      cvs      5022: 
                   5023:   <p>Finally, this rule prevents a figure from being page broken in any
                   5024:   way:</p>
                   5025:   <pre>Figure :
1.18      cvs      5026:    PageBreak : No;</pre>
                   5027: </blockquote>
1.30      cvs      5028: 
                   5029: <p>The Thot editor constructs the document images displayed on the screen
1.37      cvs      5030: dynamically. As the user moves in the document or makes the document scroll
1.1       cvs      5031: in a window, the editor constructs the image to be displayed in little bits,
1.37      cvs      5032: filling the gaps which are produced in the course of these operations. It
1.1       cvs      5033: stops filling in the image when an element reaches the edge of the window in
1.37      cvs      5034: which the gap appears. If the appearance of the document is complex, it is
1.1       cvs      5035: possible that the image in incomplete, even though the edge of the window was
1.37      cvs      5036: reached. For example, an element might need to be presented to the side of
                   5037: the last element displayed, but its image was not constructed. The user will
1.1       cvs      5038: not know whether the element is really absent or if its image has simply not
1.18      cvs      5039: been constructed.</p>
1.30      cvs      5040: 
1.37      cvs      5041: <p>The <tt>Gather</tt> rule is used to remedy this problem. When the rule
1.18      cvs      5042: <tt>Gather : Yes;</tt> is associated with an element type, the image of such
                   5043: elements is constructed as a block by the editor: it is never split up.</p>
1.30      cvs      5044: 
                   5045: <p>The <tt>Gather</tt> rule may not appear in the <a href="#sectc427">default
1.37      cvs      5046: rules</a>. Elements which do not have the <tt>Gather</tt> rule are considered
                   5047: susceptible to being split up during display. Thus, it is not necessary to
1.18      cvs      5048: use the <tt>Gather : No;</tt> form. This rule must be used prudently and only
1.37      cvs      5049: for those elements which truly need it. If used incorrectly, it can
1.18      cvs      5050: pointlessly increase the size of the image constructed by the editor and lead
                   5051: to excessive memory consumption by the editor.</p>
1.30      cvs      5052: 
                   5053: <p>Like the <tt>PageBreak</tt> and <tt>LineBreak</tt> rules, the
                   5054: <tt>Gather</tt> rule can only appear in rules of the primary view and applies
                   5055: to all views defined in the presentation schema.</p>
1.18      cvs      5056: <pre>                   'Gather' ':' Boolean .</pre>
                   5057: </div>
1.1       cvs      5058: 
1.18      cvs      5059: <div class="subsection">
1.37      cvs      5060: <h3><a name="sectc4224" id="sectc4224">Visibility</a></h3>
1.1       cvs      5061: 
1.34      cvs      5062: <p>The visibility property is used to control which elements should or should
1.37      cvs      5063: not be displayed, based on context. An element can have different
                   5064: visibilities in different views. If an element's visibility is zero for a
                   5065: view, that element is not displayed in that view and does not occupy any
                   5066: space (its extents are zero).</p>
1.30      cvs      5067: 
1.37      cvs      5068: <p>Visibility takes non-negative integer values (positive or zero). If values
1.1       cvs      5069: greater than 1 are used, they allow the user to choose a degree of visibility
1.37      cvs      5070: and, thus, to see only those boxes whose visibility property exceeds a
                   5071: certain threshold. This gives the user control over the granularity of the
                   5072: displayed pictures.</p>
1.30      cvs      5073: 
1.34      cvs      5074: <p>The visibility property can be defined as a constant or by inheritance. If
1.1       cvs      5075: defined by inheritance, it cannot be based on the value of the next or
1.37      cvs      5076: previous box. Visibility can only be inherited from above.</p>
1.30      cvs      5077: 
                   5078: <p>If it is a numeric attribute's presentation rule, the visibility can be
1.37      cvs      5079: specified by the attribute's name, in which case the value of the attribute
                   5080: is used.</p>
1.18      cvs      5081: <pre>                   'Visibility' ':' NumberInherit
1.1       cvs      5082:      NumberInherit = Integer / AttrID / Inheritance .
1.18      cvs      5083:      Integer       = NUMBER .</pre>
1.30      cvs      5084: 
1.18      cvs      5085: <blockquote class="example">
1.30      cvs      5086:   <p><strong>Example:</strong></p>
                   5087: 
                   5088:   <p>Suppose that only <tt>Formula</tt> elements should be displayed in the
1.37      cvs      5089:   <tt>MathView</tt> view. Then, the default rules should include:</p>
1.30      cvs      5090:   <pre>DEFAULT
1.18      cvs      5091:      IN MathView Visibility:0;</pre>
1.30      cvs      5092: 
1.31      cvs      5093:   <p>which makes all elements invisible in the <tt>MathView</tt> view.
1.30      cvs      5094:   However, the <tt>Formula</tt> element also has a <tt>Visibility</tt>
                   5095:   rule:</p>
                   5096:   <pre>Formula :
1.18      cvs      5097:      IN MathView Visibility:5;</pre>
1.30      cvs      5098: 
                   5099:   <p>which makes formulas, and only formulas, visible.</p>
1.18      cvs      5100: </blockquote>
                   5101: </div>
1.1       cvs      5102: 
1.18      cvs      5103: <div class="subsection">
1.37      cvs      5104: <h3><a name="sectc4225" id="sectc4225">Character style properties</a></h3>
1.1       cvs      5105: 
1.34      cvs      5106: <p>Four properties are used to determine which characters are used to display
1.37      cvs      5107: text. They are size, font, style, and underlining.</p>
1.1       cvs      5108: 
1.18      cvs      5109: <div class="subsubsection">
1.37      cvs      5110: <h4><a name="sectd42251" id="sectd42251">Character size</a></h4>
1.30      cvs      5111: 
1.37      cvs      5112: <p>The size property has two effects. First, it is used to specify the actual
1.34      cvs      5113: size and distance units for boxes defined in <a href="#sectc4217">relative
1.37      cvs      5114: units</a>. Second, it defines the size of the characters contained in the
1.34      cvs      5115: box.</p>
1.1       cvs      5116: 
1.30      cvs      5117: <p>As a distance or length, the size can be expressed in abstract or absolute
1.37      cvs      5118: units. It can also be inherited. If it is not inherited, it is expressed
                   5119: simply as an integer followed by the <tt>pt</tt> keyword, which indicates
                   5120: that the size is expressed in typographer's points. The absence of the
                   5121: <tt>pt</tt> keyword indicates that it is in abstract units in which the value
                   5122: 1 represents the smallest size while the value 16 is the largest size. The
                   5123: relationship between these abstract sizes and the real character sizes is
                   5124: controlled by a table which can be modified statically or even dynamically
                   5125: during the execution of the Thot editor.</p>
1.30      cvs      5126: 
                   5127: <p>If the <tt>Size</tt> rule is a numeric attribute's presentation rule, the
1.34      cvs      5128: value of the size property can be specified by the attribute's name, in which
1.30      cvs      5129: case the value of the attribute is used.</p>
                   5130: 
1.37      cvs      5131: <p><strong>Note:</strong> the only unit available for defining an absolute
                   5132: size is the typographer's point. Centimeters and inches may not be used.</p>
1.30      cvs      5133: 
                   5134: <p>If the size is inherited, the rule must specify the relative from which to
                   5135: inherit and any percentage or difference from that relative's value. A
                   5136: percentage is indicated by a <tt>*</tt> followed by the value of the
                   5137: percentage and a <tt>%</tt>. A difference can be expressed in either
                   5138: typographer's points or in abstract units and the maximum or minimum size can
1.37      cvs      5139: be specified, but without specifying the unit: it is the same as was
                   5140: specified for the difference.</p>
1.30      cvs      5141: 
                   5142: <p>In a numeric attribute's presentation rule, the difference in size or the
1.22      cvs      5143: percentage can be indicated by the attribute's name instead of the numeric
1.37      cvs      5144: value, which means that the attribute's value should be used as the
                   5145: difference or percentage. The attribute can also be used as the minimum or
                   5146: maximum size for a difference.</p>
1.22      cvs      5147: <pre>                      'Size' ':' SizeInherit
                   5148:      SizeInherit     = SizeAttr [ 'pt' ] /
                   5149:                        Kinship InheritedSize .
                   5150:      InheritedSize   ='+' SizeAttr [ 'pt' ]
                   5151:                        [ 'Max' MaxSizeAttr ] /
                   5152:                       '-' SizeAttr [ 'pt' ]
                   5153:                        [ 'Min' MinSizeAttr ] /
                   5154:                       '*' PercentSizeAttr '%' /
                   5155:                       '=' .
                   5156:      SizeAttr        = Size / AttrID .
                   5157:      Size            = NUMBER .
                   5158:      MaxSizeAttr     = MaxSize / AttrID .
                   5159:      MaxSize         = NUMBER .
                   5160:      MinSizeAttr     = MinSize / AttrID .
                   5161:      MinSize         = NUMBER .
                   5162:      PercentSizeAttr = PercentSize / AttrID .
                   5163:      PercentSize     = NUMBER .</pre>
1.30      cvs      5164: 
1.18      cvs      5165: <blockquote class="example">
1.30      cvs      5166:   <p><strong>Example:</strong></p>
                   5167: 
                   5168:   <p>The rule</p>
                   5169:   <pre>Size : Enclosing - 2 pt Min 7;</pre>
                   5170: 
                   5171:   <p>states that the character size is 2 points less than that of the
                   5172:   enclosing box, but that it may not be less than 7 points, whatever the
                   5173:   enclosing box's value.</p>
                   5174: 
                   5175:   <p>The following rules make the text of a report be displayed with
                   5176:   medium-sized characters (for example, size 5), while the title is displayed
                   5177:   with larger characters and the summary is displayed with smaller
                   5178:   characters:</p>
                   5179:   <pre>Report :
1.1       cvs      5180:      Size : 5;
                   5181: Title :
                   5182:      Size : Enclosing + 2;
                   5183: Summary :
1.18      cvs      5184:      Size : Enclosing - 1;</pre>
1.30      cvs      5185: 
                   5186:   <p>Thus, the character sizes in the entire document can be changed by
1.34      cvs      5187:   changing the size property of the Report element, while preserving the
1.30      cvs      5188:   relationships between the sizes of the different elements.</p>
1.18      cvs      5189: </blockquote>
                   5190: </div>
                   5191: 
                   5192: <div class="subsubsection">
1.37      cvs      5193: <h4><a name="sectd42252" id="sectd42252">Font and character style</a></h4>
1.18      cvs      5194: 
1.37      cvs      5195: <p>The <tt>Font</tt> rule determines the font family to be used to display
                   5196: the characters contained in the box, while the <tt>Style</tt> rule determines
                   5197: their style and the <tt>Weight</tt> rule determines their weight. Thot
1.23      cvs      5198: recognizes three character fonts (Times, Helvetica, and Courier), three
                   5199: styles: Roman, Italics, and Oblique, and two weights: Normal and Bold.</p>
1.30      cvs      5200: 
                   5201: <p>The font family, style and weight can be specified by a named constant or
1.37      cvs      5202: can be inherited. For the name of the font family only the first character is
1.30      cvs      5203: used.</p>
                   5204: 
                   5205: <p>Only identical inheritance is allowed: the box takes the same font, style
1.37      cvs      5206: or weight as the box from which it inherits. This is indicated by an equals
1.23      cvs      5207: sign after the kinship specification.</p>
                   5208: <pre>               'Font' ':'          NameInherit /
                   5209:                'Style' ':'         StyleInherit /
                   5210:                'Weight' ':'        WeightInherit /
                   5211: 
                   5212: NameInherit   = Kinship '=' / FontName .
                   5213: FontName      = NAME .
                   5214: StyleInherit  = Kinship '=' /
                   5215:                 'Roman' / 'Italics' / 'Oblique' .
                   5216: WeightInherit = Kinship '=' /
                   5217:                 'Normal' / 'Bold' .</pre>
1.30      cvs      5218: 
1.18      cvs      5219: <blockquote class="example">
1.30      cvs      5220:   <p><strong>Example:</strong></p>
                   5221: 
                   5222:   <p>To specify that the summary uses the font family of the rest of the
                   5223:   document, but in the italic style, the following rules are used:</p>
                   5224:   <pre>Summary :
1.1       cvs      5225:    BEGIN
                   5226:    Font : Enclosing =;
                   5227:    Style : Italics;
1.18      cvs      5228:    END;</pre>
                   5229: </blockquote>
                   5230: </div>
                   5231: 
                   5232: <div class="subsubsection">
1.37      cvs      5233: <h4><a name="sectd42253" id="sectd42253">Underlining</a></h4>
1.18      cvs      5234: 
1.30      cvs      5235: <p>The <tt>Underline</tt> rule is used to specify if the characters contained
1.37      cvs      5236: in a box should have lines drawn on or near them. There are four underlining
1.18      cvs      5237: styles: <tt>Underlined</tt>, <tt>Overlined</tt>, <tt>CrossedOut</tt>, and
1.37      cvs      5238: <tt>NoUnderline</tt>. The <tt>Thickness</tt> rule specifies the thickness of
1.18      cvs      5239: the line, <tt>Thin</tt> or <tt>Thick</tt>.</p>
1.30      cvs      5240: 
                   5241: <p>As with font family and style, only identical inheritance is allowed: the
1.37      cvs      5242: box has the same underlining type as the box from which it inherits the
                   5243: value. This is indicated by an equals sign after the kinship
                   5244: specification.</p>
1.18      cvs      5245: <pre>                   'Underline' ':' UnderLineInherit /
1.1       cvs      5246:                    'Thickness' ':' ThicknessInherit /
                   5247: 
                   5248: UnderLineInherit = Kinship '=' / 'NoUnderline' /
                   5249:                    'Underlined' / 
                   5250:                    'Overlined' / 'CrossedOut' .
1.18      cvs      5251: ThicknessInherit = Kinship '=' / 'Thick' / 'Thin' .</pre>
                   5252: </div>
                   5253: </div>
                   5254: 
                   5255: <div class="subsection">
1.37      cvs      5256: <h3><a name="sectc4226" id="sectc4226">Stacking order</a></h3>
1.18      cvs      5257: 
1.30      cvs      5258: <p>The <tt>Depth</tt> rule is used to define the stacking order of terminal
1.37      cvs      5259: boxes when multiple boxes at least partially overlap. This rule defines how
                   5260: the depth property, which is zero or a positive integer, is calculated. The
                   5261: depth property has a value for all boxes. For terminal boxes in the structure
1.34      cvs      5262: and for presentation boxes, the depth value is used during display and
                   5263: printing: the boxes with the lowest value overlap those with higher depths.
1.37      cvs      5264: For non-terminal boxes, the depth is not interpreted during display, but it
                   5265: is used to calculate the depth of terminal boxes by inheritance.</p>
1.30      cvs      5266: 
                   5267: <p>Like most other rules, the depth rule is defined in the <a
1.37      cvs      5268: href="#sectc427">default rules</a> of each presentation schema. Thus, there
1.18      cvs      5269: is always a depth value, even when it is not necessary because there is no
1.37      cvs      5270: overlapping. To avoid useless operations, a zero value can be given to the
1.34      cvs      5271: depth property, which signifies that overlapping is never a problem.</p>
1.30      cvs      5272: 
                   5273: <p>The depth rule has the same form as the <a href="#sectc4224">visibility
1.18      cvs      5274: rule</a>. It can be defined by inheritance or by a constant numeric value.
                   5275: When the rule is attached to a numeric attribute, it can take the value of
                   5276: that attribute.</p>
                   5277: <pre>                'Depth' ':' NumberInherit</pre>
1.30      cvs      5278: 
1.18      cvs      5279: <blockquote class="example">
1.30      cvs      5280:   <p><strong>Example:</strong></p>
                   5281: 
                   5282:   <p>For a purely textual document, in which overlapping never poses a
                   5283:   problem, a single default <tt>Depth</tt> rule in the presentation schema is
                   5284:   sufficient:</p>
                   5285:   <pre>DEFAULT
1.1       cvs      5286:     Depth : 0;
1.18      cvs      5287:     ...</pre>
1.30      cvs      5288: 
                   5289:   <p>To make the text of examples appear on a light blue background, a
                   5290:   presentation box is defined:</p>
                   5291:   <pre>BOXES
1.1       cvs      5292:    BlueBG :
                   5293:       BEGIN
                   5294:       Content : Graphics 'R';
                   5295:       Background : LightBlue3;
                   5296:       FillPattern: backgroundcolor;
                   5297:       Depth : 2;
                   5298:       ...
1.18      cvs      5299:       END;</pre>
1.30      cvs      5300: 
                   5301:   <p>and is created by the <tt>Example</tt> element, which has the rules:</p>
                   5302:   <pre>RULES
1.1       cvs      5303:    Example :
                   5304:       BEGIN
                   5305:       CreateFirst (BlueBG);
                   5306:       Depth : 1;
                   5307:       ...
1.18      cvs      5308:       END;</pre>
1.30      cvs      5309: 
                   5310:   <p>In this way, the text of an example (if it inherits its depth from its
                   5311:   ancestor) will be superimposed on a light blue background, and not the
                   5312:   reverse).</p>
1.18      cvs      5313: </blockquote>
                   5314: </div>
                   5315: 
                   5316: <div class="subsection">
1.37      cvs      5317: <h3><a name="sectc4227" id="sectc4227">Line style</a></h3>
1.18      cvs      5318: 
1.30      cvs      5319: <p>The <tt>LineStyle</tt> rule determines the style of line which should be
                   5320: used to draw all the elements contained in the box and the box itself, if it
1.37      cvs      5321: has a <a href="#sectc4230a"><tt>ShowBox</tt> rule</a>. The line style can be
1.18      cvs      5322: indicated by a name (<tt>Solid</tt>, <tt>Dashed</tt>, <tt>Dotted</tt>) or it
1.37      cvs      5323: can be inherited. All elements of the graphic base type are affected by this
1.1       cvs      5324: rule, but it can be attached to any box and transmitted by inheritance to the
1.37      cvs      5325: graphic elements. The border of elements having a <a
1.18      cvs      5326: href="#sectc4230a"><tt>ShowBox</tt> rule</a> is drawn according to the line
                   5327: style specified by this rule.</p>
1.30      cvs      5328: 
1.37      cvs      5329: <p>Only identical inheritance is allowed: the box takes the same line style
                   5330: as the box from which it inherits. This is indicated by an equals sign after
                   5331: the kinship specification.</p>
1.18      cvs      5332: <pre>                      'LineStyle' ':' LineStyleInherit
1.1       cvs      5333:      LineStyleInherit = Kinship '=' /
1.18      cvs      5334:                       'Solid' / 'Dashed' / 'Dotted' .</pre>
1.30      cvs      5335: 
1.18      cvs      5336: <blockquote class="example">
1.30      cvs      5337:   <p><strong>Example:</strong></p>
                   5338: 
1.37      cvs      5339:   <p>To specify that, in Figures, the graphical parts should be drawn in
                   5340:   solid lines, the Figure element is given a rule using the <tt>Solid</tt>
                   5341:   name:</p>
1.30      cvs      5342:   <pre>Figure :
1.18      cvs      5343:    LineStyle : Solid;</pre>
1.30      cvs      5344: 
                   5345:   <p>and the elements composing figures are given an inheritance rule:</p>
                   5346:   <pre>   LineStyle : Enclosing =;</pre>
1.18      cvs      5347: </blockquote>
                   5348: </div>
                   5349: 
                   5350: <div class="subsection">
1.37      cvs      5351: <h3><a name="sectc4228" id="sectc4228">Line thickness</a></h3>
1.18      cvs      5352: 
1.37      cvs      5353: <p>The <tt>LineWeight</tt> rule determines the thickness of the lines of all
1.1       cvs      5354: graphical elements which appear in the box, no matter what their line style.
1.37      cvs      5355: Line thickness can be specified by a constant value or by inheritance. A
                   5356: constant value is a positive number followed by an optional unit
                   5357: specification (which is absent when using relative units). All available <a
                   5358: href="#sectc4217">distance units</a> can be used. Line thickness is expressed
1.18      cvs      5359: in the same way as <a href="#sectd42221">line spacing</a>.</p>
                   5360: <pre>                 'LineWeight' ':' DistOrInherit</pre>
1.30      cvs      5361: 
1.37      cvs      5362: <p>All elements of the graphic base type are affected by this rule, but it
                   5363: can be attached to any box and transmitted by inheritance to the graphic
                   5364: elements. The border of element having a <a
                   5365: href="#sectc4230a"><tt>ShowBox</tt> rule</a> is also drawn according to the
                   5366: thickness specified by this rule.</p>
1.30      cvs      5367: 
1.18      cvs      5368: <blockquote class="example">
1.30      cvs      5369:   <p><strong>Example:</strong></p>
                   5370: 
                   5371:   <p>To specify that, in Figures, the graphical parts should be drawn with
                   5372:   lines 0.3 pt thick, the Figure element is given this rule:</p>
                   5373:   <pre>Figure :
1.18      cvs      5374:    LineWeight : 0.3 pt;</pre>
1.30      cvs      5375: 
                   5376:   <p>and the elements composing figures are given an inheritance rule:</p>
                   5377:   <pre>   LineWeight : Enclosing =;</pre>
1.18      cvs      5378: </blockquote>
                   5379: </div>
                   5380: 
                   5381: <div class="subsection">
1.37      cvs      5382: <h3><a name="sectc4229" id="sectc4229">Fill pattern</a></h3>
1.18      cvs      5383: 
1.30      cvs      5384: <p>The <tt>FillPattern</tt> rule determines the pattern used to fill closed
1.37      cvs      5385: graphical elements (circles, rectangles, etc.) which appear in the box. This
1.18      cvs      5386: rule also specifies the pattern used to fill the box associated with elements
1.37      cvs      5387: having a <a href="#sectc4230a"><tt>ShowBox</tt> rule</a><a>. This pattern can
                   5388: be indicated by a named constant or by inheritance. The named constant
                   5389: identifies one of the patterns available in Thot. The names of the available
1.18      cvs      5390: patterns are: nopattern, foregroundcolor, backgroundcolor, gray1, gray2,
                   5391: gray3, gray4, gray5, gray6, gray7, horiz1, horiz2, horiz3, vert1, vert2,
1.37      cvs      5392: vert3, left1, left2, left3, right1, right2, right3, square1, square2,
                   5393: square3, lozenge, brick, tile, sea, basket.</a></p>
1.30      cvs      5394: 
                   5395: <p>Like the other rules peculiar to graphics, <tt>LineStyle</tt> and
1.18      cvs      5396: <tt>LineWeight</tt>, only elements of the graphic base type are affected by
                   5397: the <tt>FillPattern</tt> rule, but the rule can be attached to any box and
1.37      cvs      5398: transmitted by inheritance to the graphic elements. As with the other rules
1.18      cvs      5399: specific to graphics, only identical inheritance is allowed.</p>
1.30      cvs      5400: 
                   5401: <p>The <tt>FillPattern</tt> rule can also be used to determine whether or not
1.37      cvs      5402: text characters, symbols and pictures should be colored. For these element
1.12      cvs      5403: types (text, symbols, and pictures), the only valid values are
1.18      cvs      5404: <tt>nopattern</tt>, <tt>foregroundcolor</tt>, and <tt>backgroundcolor</tt>.
                   5405: When <tt>FillPattern</tt> has the value <tt>backgroundcolor</tt>, text
                   5406: characters, symbols, and bitmaps are given the color specified by the <a
                   5407: href="#sectc4230"><tt>Background</tt> rule</a> which applies to these
1.37      cvs      5408: elements. When <tt>FillPattern</tt> has the value <tt>foregroundcolor</tt>,
1.18      cvs      5409: these same elements are given the color specified by the <a
                   5410: href="#sectc4230"><tt>Foreground</tt> rule</a> which applies to these
1.37      cvs      5411: elements. In all other case, text characters are not colored.</p>
1.18      cvs      5412: <pre>                 'FillPattern' ':' NameInherit</pre>
1.30      cvs      5413: 
1.18      cvs      5414: <blockquote class="example">
1.30      cvs      5415:   <p><strong>Example:</strong></p>
                   5416: 
                   5417:   <p>To specify that, in Figures, the closed graphical elements should be
                   5418:   filled with a pattern resembling a brick wall, the Figure element is given
                   5419:   this rule:</p>
                   5420:   <pre>Figure :
1.18      cvs      5421:    FillPattern : brick;</pre>
1.30      cvs      5422: 
                   5423:   <p>and the elements composing figures are given an inheritance rule:</p>
                   5424:   <pre>   FillPattern : Enclosing =;</pre>
1.18      cvs      5425: </blockquote>
                   5426: </div>
                   5427: 
                   5428: <div class="subsection">
1.37      cvs      5429: <h3><a name="sectc4230" id="sectc4230">Colors</a></h3>
1.18      cvs      5430: 
1.30      cvs      5431: <p>The <tt>Foreground</tt> and <tt>Background</tt> rules determine the
1.37      cvs      5432: foreground and background colors of the base elements which appear in the
                   5433: box. They also control the color of boxes associated with elements having a
                   5434: <a href="#sectc4230a"><tt>ShowBox</tt> rule</a>. These colors can be
                   5435: specified with a named constant or by inheritance. The named constants
                   5436: specify one of the available colors in Thot. The available color names can be
                   5437: found in the file <tt>thot.color</tt>. In addition to those names, you can
                   5438: use the keyword <code>Transparent</code>, to not draw anything.</p>
                   5439: 
                   5440: <p>The color rules affect the same way all base elements and elements having
                   5441: a <a href="#sectc4230a"><tt>ShowBox</tt> rule</a>, no matter what their type
                   5442: (text, graphics, pictures, symbols). The color rules can be associated with
1.30      cvs      5443: any box and can be transmitted by inheritance to the base elements or the
1.37      cvs      5444: elements having a <a href="#sectc4230a"><tt>ShowBox</tt> rule</a>. Like the
1.30      cvs      5445: preceding rules, only inheritance of the same value is allowed.</p>
                   5446: <pre>                 'Foreground' ':' Color
                   5447:                  'Background' ':' Color
                   5448:       Color = 'Transparent' / Link '=' / FontColorName .</pre>
                   5449: 
                   5450: <p><strong>Note:</strong> text colors only appear for text elements whose <a
1.18      cvs      5451: href="#sectc4229">fill pattern</a> does not prevent the use of color.</p>
1.30      cvs      5452: 
1.18      cvs      5453: <blockquote class="example">
1.30      cvs      5454:   <p><strong>Example:</strong></p>
                   5455: 
                   5456:   <p>To specify that, in Figures, everything must be drawn in blue on a
                   5457:   background of yellow, the Figure element is given these rules:</p>
                   5458:   <pre>Figure :
1.1       cvs      5459:    BEGIN
                   5460:    Foreground : Blue;
                   5461:    Background : Yellow;
                   5462:    Fillpattern : backgroundcolor;
1.18      cvs      5463:    END;</pre>
1.30      cvs      5464: 
                   5465:   <p>and the elements composing figures are given inheritance rules:</p>
                   5466:   <pre>   Foreground : Enclosing =;
1.1       cvs      5467:    Background : Enclosing =;
1.18      cvs      5468:    FillPattern : Enclosing =;</pre>
                   5469: </blockquote>
                   5470: </div>
                   5471: 
                   5472: <div class="subsection">
1.37      cvs      5473: <h3><a name="sectc4230a" id="sectc4230a">Background color and border</a></h3>
1.18      cvs      5474: 
1.30      cvs      5475: <p>Boxes associated with structural elements are normally not visible, but it
1.37      cvs      5476: is possible to draw their border and/or to paint their area when it is
                   5477: needed. This is achieved by associating the <tt>ShowBox</tt> rule with the
                   5478: concerned element. This rule has no parameter and no value. It is simply
                   5479: written <tt>Showbox;</tt>. It is not inherited nor transmitted to any other
                   5480: element. It applies only to the element with which it is associated.</p>
1.18      cvs      5481: <pre>                 'ShowBox'</pre>
1.30      cvs      5482: 
                   5483: <p>When an element has a <tt>ShowBox</tt> rule, the border is drawn only if
1.37      cvs      5484: the <tt>LineWeight</tt> rule that applies to that element has a non-zero
                   5485: value (this value can be inherited). The color, style and thickness of the
                   5486: border are defined by the <tt>Foreground</tt>, <tt>LineStyle</tt>, and
1.18      cvs      5487: <tt>LineWeight</tt> rules that apply to the element.</p>
1.30      cvs      5488: 
1.37      cvs      5489: <p>When an element has a <tt>ShowBox</tt> rule, the background of this
                   5490: element is paint only if the value of the <tt>FillPattern</tt> rule that
                   5491: applies to that element is not <tt>nopattern</tt>. The pattern and color(s)
                   5492: of the background are defined by the <tt>FillPattern</tt>,
                   5493: <tt>Background</tt>, and <tt>Foreground</tt> rules that apply to the
                   5494: element.</p>
1.18      cvs      5495: </div>
                   5496: 
                   5497: <div class="subsection">
1.37      cvs      5498: <h3><a name="sectc4230b" id="sectc4230b">Background pictures</a></h3>
1.18      cvs      5499: 
1.30      cvs      5500: <p>The <tt>BackgroundPicture</tt> rule allows to display a picture as the
1.37      cvs      5501: background of an element. It has a single parameter, the file name of the
                   5502: picture. This is a string delimited by single quotes. If the first character
1.18      cvs      5503: in this string is '/', it is considered as an absolute path, otherwise the
1.37      cvs      5504: file is searched for along the schema directory path. This file may contain a
1.18      cvs      5505: picture in any format accepted by Thot (xbm, xpm, gif, jpeg, png, etc.)</p>
1.30      cvs      5506: 
1.37      cvs      5507: <p>The <tt>BackgroundPicture</tt> and <tt>PictureMode</tt> rules apply only
                   5508: to the element with which they are associated. They are not inherited nor
1.18      cvs      5509: transmitted to children elements.</p>
1.30      cvs      5510: 
                   5511: <p>The background picture has not always the same size as the element's box.
1.37      cvs      5512: There are diffrent ways to fill the element box with the picture. This is
1.18      cvs      5513: specified by the <tt>PictureMode</tt> rule, which should be associated to the
1.37      cvs      5514: same element. This rule may take one of the following values:</p>
1.18      cvs      5515: <dl>
1.30      cvs      5516:   <dt><tt>NormalSize</tt></dt>
                   5517:     <dd>The picture is centered in the box, and clipped if it is too
                   5518:     large.</dd>
                   5519:   <dt><tt>Scale</tt></dt>
                   5520:     <dd>The picture is zoomed to fit the box size.</dd>
                   5521:   <dt><tt>RepeatX</tt></dt>
                   5522:     <dd>The picture is repeated horizontally to fit the box width.</dd>
                   5523:   <dt><tt>RepeatY</tt></dt>
                   5524:     <dd>The picture is repeated vertically to fit the box height.</dd>
                   5525:   <dt><tt>RepeatXY</tt></dt>
                   5526:     <dd>The picture is repeated both horizontally and vertically to fill the
                   5527:       box.</dd>
1.18      cvs      5528: </dl>
1.30      cvs      5529: 
                   5530: <p>If an element has a <tt>BackgroundPicture</tt> rule and no
1.18      cvs      5531: <tt>PictureMode</tt> rule, the <tt>NormalSize</tt> value is assumed.</p>
                   5532: <pre>                 'BackgroundPicture' ':' FileName /
1.13      cvs      5533:                  'PictureMode' ':' PictMode .
                   5534:  
                   5535:       FileName = STRING .
1.18      cvs      5536:       PictMode = 'NormalSize' / 'Scale' / 'RepeatXY' / 'RepeatX' / 'RepeatY' .</pre>
1.30      cvs      5537: 
1.37      cvs      5538: <p>The <tt>BackgroundPicture</tt> and <tt>PictureMode</tt> rules apply only
                   5539: to the element with which they are associated. They are not inherited nor
1.18      cvs      5540: transmitted to children elements.</p>
                   5541: </div>
1.13      cvs      5542: 
1.18      cvs      5543: <div class="subsection">
1.37      cvs      5544: <h3><a name="sectc4231" id="sectc4231">Presentation box content</a></h3>
1.1       cvs      5545: 
1.37      cvs      5546: <p>The <tt>Content</tt> rule applies to presentation boxes. It indicates the
                   5547: content given to a box. This content is either a variable's value or a
                   5548: constant value.</p>
1.30      cvs      5549: 
                   5550: <p>If the content is a constant, it can be specified, as in a variable
1.18      cvs      5551: declaration, either by the name of a constant declared in the <tt>CONST</tt>
1.1       cvs      5552: section or by direct specification of the type and value of the box's
1.18      cvs      5553: content.</p>
1.30      cvs      5554: 
                   5555: <p>Similarly, if it is a variable, the name of a variable declared in
1.18      cvs      5556: <tt>VAR</tt> section can be given or the variable may be defined within
1.37      cvs      5557: parentheses. The content inside the parentheses has the same syntax as a <a
1.18      cvs      5558: href="#sectc426">variable declaration</a>.</p>
                   5559: <pre>               'Content' ':' VarConst
1.1       cvs      5560:      VarConst = ConstID / ConstType ConstValue /
1.38      cvs      5561:                 VarID / '(' FunctionSeq ')' .</pre>
1.30      cvs      5562: 
                   5563: <p>A presentation box can have only one <tt>Content</tt> rule, which means
1.37      cvs      5564: that the content of a presentation box cannot vary from view to view.
                   5565: However, such an effect can be achieved by creating several presentation
                   5566: boxes, each with different content and visible in different views.</p>
                   5567: 
                   5568: <p>The <tt>Content</tt> rule also applies to elements defined as references
                   5569: in the structure schema. In this case, the content defined by the rule must
                   5570: be a constant. It is this content which appears on the screen or paper to
                   5571: represent references of the type to which the rule applies. A reference can
1.18      cvs      5572: have a <tt>Content</tt> rule or a <a href="#sectc4234"><tt>Copy</tt> rule</a>
1.37      cvs      5573: for each view. If neither of these rules appears, the reference is displayed
1.18      cvs      5574: as <tt>[*]</tt>, which is equivalent to the rule:</p>
                   5575: <pre>     Content: Text '[*]';</pre>
1.30      cvs      5576: 
1.18      cvs      5577: <blockquote class="example">
1.30      cvs      5578:   <p><strong>Example:</strong></p>
                   5579: 
                   5580:   <p>The content of the presentation box created to make the chapter number
                   5581:   and section number appear before each section title can be defined by:</p>
                   5582:   <pre>BOXES
1.1       cvs      5583:      SectionNumBox :
                   5584:           BEGIN
                   5585:           Content : NumSection;
                   5586:           ...
1.18      cvs      5587:           END;</pre>
1.30      cvs      5588: 
                   5589:   <p>if the <tt>NumSection</tt> variable has been defined in the variable
1.37      cvs      5590:   definition section of the presentation schema. Otherwise the
1.30      cvs      5591:   <tt>Content</tt> would be written:</p>
                   5592:   <pre>BOXES
1.1       cvs      5593:      SectionNumBox :
                   5594:           BEGIN
                   5595:           Content : (VALUE (ChapterCtr, Roman) TEXT '.'
                   5596:                      VALUE (SectionCtr, Arabic));
                   5597:           ...
1.18      cvs      5598:           END;</pre>
                   5599: </blockquote>
                   5600: </div>
1.1       cvs      5601: 
1.18      cvs      5602: <div class="subsection">
1.37      cvs      5603: <h3><a name="sectc4232" id="sectc4232">Presentation box creation</a></h3>
1.1       cvs      5604: 
1.37      cvs      5605: <p>A creation rule specifies that a presentation box should be created when
                   5606: an element of the type to which the rule is attached appears in the
                   5607: document.</p>
1.30      cvs      5608: 
                   5609: <p>A keyword specifies the position, relative to the creating box, at which
                   5610: the created box will be placed in the structure:</p>
1.18      cvs      5611: <dl>
1.30      cvs      5612:   <dt><tt>CreateFirst</tt></dt>
                   5613:     <dd>specifies that the box should be created as the first box of the next
                   5614:       lower level, before any already existing boxes, and only if the
                   5615:       beginning of the creating element is visible;</dd>
                   5616:   <dt><tt>CreateLast</tt></dt>
                   5617:     <dd>specifies that the box should be created as the last box of the next
                   5618:       lower level, after any existing boxes, and only if the end of the
                   5619:       creating element is visible;</dd>
                   5620:   <dt><tt>CreateBefore</tt></dt>
                   5621:     <dd>specifies that the box should be created before the creating box, on
                   5622:       the same level as the creating box, and only if the beginning of the
                   5623:       creating element is visible;</dd>
                   5624:   <dt><tt>CreateAfter</tt></dt>
                   5625:     <dd>specifies that the box should be created after the creating box, on
                   5626:       the same level as the creating box, and only if the beginning of the
                   5627:       creating element is visible;</dd>
                   5628:   <dt><tt>CreateEnclosing</tt></dt>
1.37      cvs      5629:     <dd>specifies that the box should be created at the upper level
                   5630:       relatively to the creating box, and that it must contain that creating
                   5631:       box and all presentation boxes created by the same creating box.</dd>
1.18      cvs      5632: </dl>
1.30      cvs      5633: 
                   5634: <p>This keyword can be followed by the <tt>Repeated</tt> keyword to indicate
                   5635: that the box must be created for each part of the creating element. These
                   5636: parts result from the division of the element by page breaks or column
1.37      cvs      5637: changes. If the <tt>Repeated</tt> keyword is missing, the box is only created
1.30      cvs      5638: for the first part of the creating element (<tt>CreateFirst</tt> and
1.18      cvs      5639: <tt>CreateBefore</tt> rules) or for the last part (<tt>CreateLast</tt> and
                   5640: <tt>CreateAfter</tt> rules).</p>
1.30      cvs      5641: 
                   5642: <p>The type of presentation to be created is specified at the end of the rule
1.18      cvs      5643: between parentheses.</p>
1.30      cvs      5644: 
                   5645: <p>Creation rules cannot appear in the <a href="#sectc427">default
1.37      cvs      5646: presentation rules</a>. The boxes being created should have a
1.30      cvs      5647: <tt>Content</tt> rule which indicates their <a
                   5648: href="#sectc4231">content</a>.</p>
                   5649: 
                   5650: <p>Creation rules can only appear in the block of rules for the primary view;
1.1       cvs      5651: creation is provoked by a document element for all views. However, for each
1.37      cvs      5652: view, the presentation box is only created if the creating element is itself
                   5653: a box in the view. Moreover, the visibility property of the presentation box
                   5654: can be adjusted to control the creation of the box on a view-by-view
                   5655: basis.</p>
1.18      cvs      5656: <pre>                     Creation '(' BoxID ')'
1.1       cvs      5657:      Creation      = Create [ 'Repeated' ] .
                   5658:      Create        ='CreateFirst' / 'CreateLast' /
                   5659:                     'CreateBefore' / 'CreateAfter' /
1.18      cvs      5660:                     'CreateEnclosing' .</pre>
1.30      cvs      5661: 
1.18      cvs      5662: <blockquote class="example">
1.30      cvs      5663:   <p><strong>Example:</strong></p>
                   5664: 
                   5665:   <p>Let us define an object type, called Table, which is composed of a
                   5666:   sequence of columns, all having the same fixed width, where the columns are
1.37      cvs      5667:   separated by vertical lines. There is a line to the left of the first
                   5668:   column and one to the right of the last. Each column has a variable number
1.31      cvs      5669:   of cells, placed one on top of the other and separated by horizontal lines.
                   5670:   There are no horizontal lines above the first cell or below the last cell.
1.37      cvs      5671:   The text contained in each cell is broken into lines and these lines are
1.30      cvs      5672:   centered horizontally in the cell. The logical structure of this object is
                   5673:   defined by:</p>
                   5674:   <pre>Table   = LIST OF (Column);
1.18      cvs      5675: Column  = LIST OF (Cell = Text);</pre>
                   5676: 
1.30      cvs      5677:   <div class="figure">
1.37      cvs      5678:   <hr />
1.30      cvs      5679:   <pre>|                |                |               |
1.1       cvs      5680: |  xx xxxx xxxx  |x xxxx xxx xxxxx|  x xxx x xxx  |
                   5681: | xxx xxx xxxx x |   x xx x xxx   | xxxxx xxxx xx |
                   5682: |   xxxxx xxxx   |----------------|  xxx xxxxx x  |
                   5683: | xxxxx xxx xxxx | xxxx xx xx xxx |     xx xx     |
                   5684: | xxx xxxx x xxx |  xxxx x xxx x  |---------------|
                   5685: |----------------| xxx xxxx xxxxx |  xxxxx xxxxx  |
                   5686: | xxx xxx xxxxxx |----------------| xxx xxxx xxxx |
                   5687: |  xxxx xxxx xx  |  xxxx xx x xx  |  xxx xx x xx  |
                   5688: |----------------| xxx xxxxx xxxx | xxxx xxxx xxx |
                   5689: | xxxxx xxx xxxx |  xxxx xx x xx  |   xxxxx xxx   |
1.18      cvs      5690: |xxxx xx x xxxxxx| xxxx xx xxxxxx |  xxxxx xxxxx  |</pre>
1.19      cvs      5691: 
1.37      cvs      5692:   <p align="center"><em><a name="table" id="table">The design of a
                   5693:   table</a></em></p>
                   5694:   <hr />
1.30      cvs      5695:   </div>
                   5696: 
                   5697:   <p>The presentation of the table should resemble the design of the above <a
1.37      cvs      5698:   href="#table">figure</a>. It is defined by the following presentation
1.30      cvs      5699:   schema fragment:</p>
                   5700:   <pre>BOXES
1.1       cvs      5701:      VertLine : BEGIN
                   5702:                 Width : 0.3 cm;
                   5703:                 Height : Enclosing . Height;
                   5704:                 VertPos : Top = Enclosing . Top;
                   5705:                 HorizPos : Left = Previous . Right;
                   5706:                 Content : Graphics 'v';
                   5707:                 END;
                   5708: 
                   5709:      HorizLine: BEGIN
                   5710:                 Width : Enclosing . Width;
                   5711:                 Height : 0.3 cm;
                   5712:                 VertPos : Top = Previous . Bottom;
                   5713:                 HorizPos : Left = Enclosing . Left;
                   5714:                 Content : Graphics 'h';
                   5715:                 END;
                   5716: 
                   5717: RULES
1.6       cvs      5718:      Column   : BEGIN
                   5719:                 CreateBefore (VertLine);
                   5720:                 IF LAST CreateAfter (VertLine);
                   5721:                 Width : 2.8 cm;
                   5722:                 Height : Enclosed . Height;
                   5723:                 VertPos : Top = Enclosing . Top;
                   5724:                 HorizPos : Left = Previous . Right;
                   5725:                 END;
                   5726: 
                   5727:      Cell     : BEGIN
                   5728:                 IF NOT FIRST CreateBefore (HorizLine);
                   5729:                 Width : Enclosing . Width;
                   5730:                 Height : Enclosed . Height;
                   5731:                 VertPos : Top = Previous . Bottom;
                   5732:                 HorizPos : Left = Enclosing . Left;
                   5733:                 Line;
                   5734:                 Adjust : VMiddle;
1.18      cvs      5735:                 END;</pre>
1.30      cvs      5736: 
                   5737:   <p>It is useful to note that the horizontal position rule of the first
                   5738:   vertical line will not be applied, since there is no preceding box. In this
                   5739:   case, the box is simply placed on the left side of the enclosing box.</p>
1.18      cvs      5740: </blockquote>
                   5741: </div>
                   5742: 
                   5743: <div class="subsection">
1.37      cvs      5744: <h3><a name="sectc4233" id="sectc4233">Page layout</a></h3>
1.18      cvs      5745: 
1.30      cvs      5746: <p>The page models specified in the <tt>Page</tt> rule are defined by boxes
1.37      cvs      5747: declared in the <tt>BOXES</tt> section of the presentation schema. Pages are
1.1       cvs      5748: not described as frames which will be filled by the document's text, but as
                   5749: element are inserted in the flow of the document and which mark the page
1.37      cvs      5750: breaks. Each of these page break elements contains presentation boxes which
1.1       cvs      5751: represent the footer boxes of a page followed by header boxes of the next
1.37      cvs      5752: page. The page box itself is the simple line which separates two pages on the
                   5753: screen. Both the footer and header boxes placed themselves with respect to
1.1       cvs      5754: this page box, with the footer being placed above it and the header boxes
1.18      cvs      5755: being placed above it.</p>
1.30      cvs      5756: 
                   5757: <p>The boxes created by a page box are headers and footers and can only place
1.1       cvs      5758: themselves vertically with respect to the page box itself (which is in fact
1.37      cvs      5759: the separation between two pages). Besides, it is their vertical position
                   5760: rule which determines whether they are header or footer boxes. Header and
1.1       cvs      5761: footer boxes must have an explicit vertical position rule (they must not use
1.18      cvs      5762: the default rule).</p>
1.30      cvs      5763: 
                   5764: <p>Footer boxes must have an absolute height or inherit the height of their
1.18      cvs      5765: contents:</p>
                   5766: <pre>Height : Enclosed . Height;</pre>
1.30      cvs      5767: 
                   5768: <p>A page box must have height and width rules and these two rules must be
1.1       cvs      5769: specified with constant values, expressed in centimeters, inches, or
1.37      cvs      5770: typographer's points. These two rules are interpreted in a special way for
                   5771: page boxes: they determine the width of the page and the vertical distance
1.1       cvs      5772: between two page separators, which is the height of the page and its header
1.18      cvs      5773: and footer together.</p>
1.30      cvs      5774: 
                   5775: <p>A page box should also have vertical and horizontal position rules and
                   5776: these two rules should specify the position on the sheet of paper of the
1.37      cvs      5777: rectangle enclosing the page's contents. These two rules must position the
1.30      cvs      5778: upper left corner of the enclosing rectangle in relation to the upper left
1.37      cvs      5779: corner of the sheet of paper, considered to be the enclosing element. In both
1.30      cvs      5780: rules, distances must be expressed in fixed units: centimeters (<tt>cm</tt>),
1.37      cvs      5781: inches (<tt>in</tt>), or typographer's points (<tt>pt</tt>). Thus, rules
1.30      cvs      5782: similar to the following should be found in the rules for a page box:</p>
1.18      cvs      5783: <pre>BOXES
1.1       cvs      5784:    ThePage :
                   5785:       BEGIN
                   5786:       VertPos : Top = Enclosing . Top + 3 cm;
                   5787:       HorizPos : Left = Enclosing . Left + 2.5 cm;
                   5788:       Width : 16 cm;
                   5789:       Height : 22.5 cm;
1.18      cvs      5790:       END;</pre>
1.30      cvs      5791: 
                   5792: <p>When a document must be page broken, the page models to be constructed are
1.18      cvs      5793: defined in the <tt>BOXES</tt> section of the presentation schema by declaring
1.37      cvs      5794: page boxes and header and footer boxes. Also, the <tt>Page</tt> rule is used
                   5795: to specify to which parts of the document and to which views each model
                   5796: should be applied.</p>
1.30      cvs      5797: 
                   5798: <p>The <tt>Page</tt> rule has only one parameter, given between parentheses
1.37      cvs      5799: after the <tt>Page</tt> keyword. This parameter is the name of the box which
                   5800: must serve as the model for page construction. When a <tt>Page</tt> rule is
1.1       cvs      5801: attached to an element type, each time such an element appears in a document,
                   5802: a page break takes place and the page model indicated in the rule is applied
                   5803: to all following pages, until reaching the next element which has a
1.18      cvs      5804: <tt>Page</tt> rule.</p>
1.30      cvs      5805: 
                   5806: <p>The <tt>Page</tt> rule applies to only one view; if it appears in the
1.37      cvs      5807: primary view's block of rules, a <tt>Page</tt> rule applies only to that
                   5808: view. Thus, different page models can be defined for the full document and
                   5809: for its table of contents, which is another view of the same document. Some
                   5810: views can be specified with pages, and other views of the same document can
                   5811: be specified without pages.</p>
1.18      cvs      5812: <pre>                   'Page' '(' BoxID ')'</pre>
                   5813: </div>
                   5814: 
                   5815: <div class="subsection">
1.37      cvs      5816: <h3><a name="sectc4234" id="sectc4234">Box copies</a></h3>
1.18      cvs      5817: 
1.30      cvs      5818: <p>The <tt>Copy</tt> rule can be used for an element which is defined as a
1.37      cvs      5819: reference in the structure schema. In this case, the rule specifies, between
1.18      cvs      5820: parenthesis, the name of the box (declared in the <tt>BOXES</tt> section)
1.1       cvs      5821: which must be produced when this reference appears in the structure of a
1.37      cvs      5822: document. The box produced is a copy (same contents, but possible different
1.1       cvs      5823: presentation) of the box type indicated by the parameter between parentheses,
1.37      cvs      5824: and which is in the element designated by the reference. The name of a box
1.1       cvs      5825: can be replaced by type name. Then what is copied is the contents of the
1.18      cvs      5826: element of this type which is inside the referenced element.</p>
1.30      cvs      5827: 
1.37      cvs      5828: <p>Whether a box name or type name is given, it may be followed by the name
                   5829: of a structure schema between parentheses. This signifies that the box or
                   5830: type is defined in the indicated structure schema and not in the structure
                   5831: schema with which the rule's presentation schema is associated.</p>
1.30      cvs      5832: 
1.37      cvs      5833: <p>The <tt>Copy</tt> rule can also be applied to a presentation box. If the
1.1       cvs      5834: presentation box was created by a reference attribute, the rule is applied as
                   5835: in the case of a reference element: the contents of the box having the
1.18      cvs      5836: <tt>Copy</tt> rule are based on the element designated by the reference
1.37      cvs      5837: attribute. For other presentation boxes, the <tt>Copy</tt> rule takes a type
1.1       cvs      5838: name parameter which can be followed, between parentheses, by the name of the
                   5839: structure schema in which the type is defined, if it is not defined in the
1.37      cvs      5840: same schema. The contents of the box which has this rule are a copy of the
                   5841: element of this type which is in the element creating the presentation box,
                   5842: or by default, the box of this type which precedes the presentation box. This
                   5843: last facility is used, for example, to define the running titles in headers
                   5844: or footers.</p>
1.18      cvs      5845: <pre>                  'Copy' '(' BoxTypeToCopy ')' .
1.1       cvs      5846:   BoxTypeToCopy = BoxID [ ExtStruct ] /
1.6       cvs      5847:                   ElemID [ ExtStruct ] .
1.18      cvs      5848:   ExtStruct     = '(' ElemID ')' .</pre>
1.30      cvs      5849: 
                   5850: <p>Like the creation rules, the <tt>Copy</tt> rule cannot appear in the <a
1.37      cvs      5851: href="#sectc427">default presentation rules</a>. Moreover, this rule can only
1.18      cvs      5852: appear in the primary view's block of rules; the copy rule is applied to all
                   5853: views.</p>
1.30      cvs      5854: 
1.18      cvs      5855: <blockquote class="example">
1.30      cvs      5856:   <p><strong>Example:</strong></p>
                   5857: 
                   5858:   <p>If the following definitions are in the structure schema:</p>
                   5859:   <pre>Body = LIST OF (Chapter =
1.1       cvs      5860:                      BEGIN
                   5861:                      ChapterTitle = Text;
                   5862:                      ChapterBody = SectionSeq;
                   5863:                      END);
1.18      cvs      5864: RefChapter = REFERENCE (Chapter);</pre>
1.30      cvs      5865: 
                   5866:   <p>then the following presentation rules (among many other rules in the
                   5867:   presentation schema) can be specified:</p>
                   5868:   <pre>COUNTERS
1.1       cvs      5869:    ChapterCtr : RANK OF Chapter;
                   5870: BOXES
                   5871:    ChapterNumber :
                   5872:       BEGIN
                   5873:       Content : (VALUE (ChapterCtr, URoman));
                   5874:       ...
                   5875:       END;
                   5876: RULES
                   5877:    Chapter :
                   5878:       BEGIN
                   5879:       CreateFirst (ChapterNumber);
                   5880:       ...
                   5881:       END;
                   5882:    RefChapter :
                   5883:       BEGIN
                   5884:       Copy (ChapterNumber);
                   5885:       ...
1.18      cvs      5886:       END;</pre>
1.30      cvs      5887: 
                   5888:   <p>which makes the number of the chapter designated by the reference appear
                   5889:   in uppercase roman numerals, in place of the reference to a chapter itself.
                   5890:   Alternatively, the chapter title can be made to appear in place of the
                   5891:   reference by writing this <tt>Copy</tt>rule:</p>
                   5892:   <pre>      Copy (ChapterTitle);</pre>
                   5893: 
                   5894:   <p>To define a header box, named <tt>RunningTitle</tt>, which contains the
                   5895:   title of the current chapter, the box's contents are defined in this
                   5896:   way:</p>
                   5897:   <pre>BOXES
1.1       cvs      5898:    RunningTitle :
1.18      cvs      5899:       Copy (ChapterTitle);</pre>
                   5900: </blockquote>
                   5901: </div>
                   5902: </div>
1.37      cvs      5903: <hr />
1.18      cvs      5904: </div>
1.1       cvs      5905: 
1.18      cvs      5906: <div class="chapter">
1.37      cvs      5907: <h1><a name="sect5" id="sect5">The T language</a></h1>
1.1       cvs      5908: 
1.18      cvs      5909: <div class="section">
1.37      cvs      5910: <h2><a name="sectb51" id="sectb51">Document translation</a></h2>
1.1       cvs      5911: 
1.30      cvs      5912: <p>Because of its document model, Thot can produce documents in a high-level
1.37      cvs      5913: abstract form. This form, called the <em>canonical form</em> is specific to
1.1       cvs      5914: Thot; it is well suited to the editor's manipulations, but it does not
1.37      cvs      5915: necessarily suit other operations which might be applied to documents.
                   5916: Because of this, the Thot editor offers the choice of saving documents in its
                   5917: own form (the canonical form) or a format defined by the user. In the latter
                   5918: case, the Thot document is transformed by the translation program. This
                   5919: facility can also be used to export documents from Thot to systems using
                   5920: other formalisms.</p>
1.1       cvs      5921: 
1.18      cvs      5922: <div class="subsection">
1.37      cvs      5923: <h3><a name="sectc511" id="sectc511">Translation principles</a></h3>
1.1       cvs      5924: 
1.30      cvs      5925: <p>Document translation allows the export of documents to other systems which
1.37      cvs      5926: do not accept Thot's canonical form. Translation can be used to export
1.30      cvs      5927: document to source-based formatters like T<sub><big>E</big></sub>X,
1.37      cvs      5928: L<sup>A</sup>T<sub><big>E</big></sub>X, and <tt>troff</tt>. It can also be
                   5929: used to translate documents into interchange formats like SGML or HTML. To
1.1       cvs      5930: allow the widest range of possible exports, Thot does not limit the choice of
                   5931: translations, but rather allows the user to define the formalisms into which
1.18      cvs      5932: documents can be translated.</p>
1.30      cvs      5933: 
                   5934: <p>For each document or object class, a set of translation rules can be
                   5935: defined, specifying how the canonical form should be transformed into a given
1.37      cvs      5936: formalism. These translation rules are grouped into <em>translation
1.18      cvs      5937: schemas</em>, each schema containing the rules necessary to translate a
1.1       cvs      5938: generic logical structure (document or object structure) into a particular
1.37      cvs      5939: formalism. The same generic logical structure can have several different
1.1       cvs      5940: translation schemas, each defining translation rules for a different
1.18      cvs      5941: formalism.</p>
1.30      cvs      5942: 
1.37      cvs      5943: <p>Like presentation schemas, translation schemas are generic. Thus, they
1.30      cvs      5944: apply to an entire object or document class and permit translation of all
                   5945: documents or objects of that class.</p>
1.18      cvs      5946: </div>
1.1       cvs      5947: 
1.18      cvs      5948: <div class="subsection">
1.37      cvs      5949: <h3><a name="sectc512" id="sectc512">Translation procedure</a></h3>
1.1       cvs      5950: 
1.30      cvs      5951: <p>The translator works on the specific logical structure of the document
1.37      cvs      5952: being translated. It traverses the primary tree of this logical structure in
1.1       cvs      5953: pre-order and, at each node encountered, it applies the corresponding
                   5954: translation rules defined in the translation schema. Translation can be
1.18      cvs      5955: associated:</p>
                   5956: <ul>
1.30      cvs      5957:   <li>with element types defined in the structure schema,</li>
                   5958:   <li>with global or local attributes defined in the structure schema,</li>
                   5959:   <li>with specific presentation rules,</li>
1.37      cvs      5960:   <li>with the content of the leaves of the structure (characters, symbols
1.30      cvs      5961:     and graphical elements)</li>
1.18      cvs      5962: </ul>
1.30      cvs      5963: 
                   5964: <p>Thus, for each node, the translator applies all rules associated with the
1.1       cvs      5965: element type, all rules associated with each attribute (local or global)
                   5966: carried by the element, and if the element is a leaf of the tree, it also
1.10      cvs      5967: applies translation rules for characters, symbols, or graphical elements,
1.18      cvs      5968: depending on the type of the leaf.</p>
1.30      cvs      5969: 
                   5970: <p>Rules associated with the content of leaves are different from all other
1.1       cvs      5971: rules: they specify only how to translate character strings, symbols, and
1.37      cvs      5972: graphical elements. All other rules, whether associated with element types,
1.1       cvs      5973: with specific presentation rules or with attributes, are treated similarly.
1.18      cvs      5974: These rules primarily allow:</p>
                   5975: <ul>
1.30      cvs      5976:   <li>generation of a text constant or variable before or after the contents
                   5977:     of an element,</li>
                   5978:   <li>modification of the order in which elements appear after
                   5979:   translation,</li>
                   5980:   <li>removal of an element in the translated document,</li>
                   5981:   <li>and writing messages on the user's terminal during translation.</li>
1.18      cvs      5982: </ul>
                   5983: </div>
                   5984: </div>
1.1       cvs      5985: 
1.18      cvs      5986: <div class="section">
1.37      cvs      5987: <h2><a name="sectb52" id="sectb52">Translation definition language</a></h2>
1.1       cvs      5988: 
1.30      cvs      5989: <p>Translation schemas are written in a custom language, called T, which is
1.37      cvs      5990: described in the rest of this chapter. The grammar of T is specified using
1.18      cvs      5991: the same <a href="#sectc321">meta-language</a> as was used for the S and P
1.1       cvs      5992: languages and the translation schemas are written using the same conventions
1.37      cvs      5993: as the structure and presentation schemas. In particular, the keywords of the
1.1       cvs      5994: T language (the stings between apostrophes in the following syntax rules) can
                   5995: be written in any combination of upper-case and lower-case letters, but
                   5996: identifiers created by the programmer must always be written in the same
1.18      cvs      5997: way.</p>
1.1       cvs      5998: 
1.18      cvs      5999: <div class="subsection">
1.37      cvs      6000: <h3><a name="sectc521" id="sectc521">Organization of a translation
                   6001: schema</a></h3>
1.1       cvs      6002: 
1.30      cvs      6003: <p>A translation schema is begun by the <tt>TRANSLATION</tt> keyword and is
1.37      cvs      6004: terminated by the <tt>END</tt> keyword. The <tt>TRANSLATION</tt> keyword is
                   6005: followed by the name of the generic structure for which a translation is
                   6006: being defined and a semicolon. This name must be identical to the name which
1.18      cvs      6007: appears after the <tt>STRUCTURE</tt> keyword in the corresponding structure
                   6008: schema.</p>
1.30      cvs      6009: 
                   6010: <p>After this declaration of the structure, the following material appears in
1.18      cvs      6011: order:</p>
                   6012: <ul>
1.30      cvs      6013:   <li>the length of lines produced by the translation,</li>
                   6014:   <li>the character delimiting the end of the line,</li>
                   6015:   <li>the character string which the translator will insert if it must
                   6016:     line-break the translated text,</li>
1.37      cvs      6017:   <li>declarations of 
1.30      cvs      6018:     <ul>
                   6019:       <li>buffers,</li>
                   6020:       <li>counters,</li>
                   6021:       <li>constants,</li>
                   6022:       <li>variables,</li>
                   6023:     </ul>
                   6024:   </li>
                   6025:   <li>translation rules associated with element types,</li>
                   6026:   <li>translation rules associated with attributes,</li>
                   6027:   <li>translation rules associated with specific presentation rules,</li>
                   6028:   <li>translation rules associated with characters strings, symbols and
                   6029:     graphical elements.</li>
1.18      cvs      6030: </ul>
1.30      cvs      6031: 
1.37      cvs      6032: <p>Each of these sections is introduced by a keyword followed by a sequence
                   6033: of declarations. All of these sections are optional, expect for the
                   6034: translation rules associated with element types. Many <tt>TEXTTRANSLATE</tt>
                   6035: sections can appear, each defining the rules for translating character
1.41      vatton   6036: strings of a particular script.</p>
1.18      cvs      6037: <pre>     TransSchema ='TRANSLATION' ElemID ';'
1.1       cvs      6038:                 [ 'LINELENGTH' LineLength ';' ]
                   6039:                 [ 'LINEEND' CHARACTER ';' ]
                   6040:                 [ 'LINEENDINSERT' STRING ';' ]
                   6041:                 [ 'BUFFERS' BufferSeq ]
                   6042:                 [ 'COUNTERS' CounterSeq ]
                   6043:                 [ 'CONST' ConstSeq ]
                   6044:                 [ 'VAR' VariableSeq ]
                   6045:                   'RULES' ElemSeq
                   6046:                 [ 'ATTRIBUTES' AttrSeq ]
                   6047:                 [ 'PRESENTATION' PresSeq ]
1.30      cvs      6048:                 &lt; 'TEXTTRANSLATE' TextTransSeq &gt;
1.1       cvs      6049:                 [ 'SYMBTRANSLATE' TransSeq ]
                   6050:                 [ 'GRAPHTRANSLATE' TransSeq ]
1.18      cvs      6051:                   'END' .</pre>
                   6052: </div>
1.1       cvs      6053: 
1.18      cvs      6054: <div class="subsection">
1.37      cvs      6055: <h3><a name="sectc522" id="sectc522">Line length</a></h3>
1.1       cvs      6056: 
1.30      cvs      6057: <p>If a <tt>LINELENGTH</tt> instruction is present after the structure
1.37      cvs      6058: declaration, the translator divides the text it produces into lines, each
                   6059: line having a length less than or equal to the integer which follows the
                   6060: <tt>LINELENGTH</tt> keyword. This maximum line length is expressed as a
                   6061: number of characters. The end of the line is marked by the character defined
                   6062: by the <tt>LINEEND</tt> instruction. When the translator breaks the lines on
1.1       cvs      6063: a space character in generated text, this space will be replaced by the
1.18      cvs      6064: character string defined by the <tt>LINEENDINSERT</tt> instruction.</p>
1.30      cvs      6065: 
                   6066: <p>If the <tt>LINEEND</tt> instruction is not defined then the linefeed
                   6067: character (octal code 12) is used as the default line end character. If the
1.18      cvs      6068: <tt>LINEENDINSERT</tt> instruction is not defined, the linefeed character is
1.37      cvs      6069: inserted at the end of the produced lines. If there is no <tt>LINELENGTH</tt>
                   6070: instruction, the translated text is not divided into lines. Otherwise, if the
1.1       cvs      6071: translation rules generate line end marks, these marks remain in the
                   6072: translated text, but the length of the lines is not controlled by the
1.18      cvs      6073: translator.</p>
                   6074: <pre>     LineLength = NUMBER .</pre>
1.30      cvs      6075: 
1.18      cvs      6076: <blockquote class="example">
1.30      cvs      6077:   <p><strong>Example:</strong></p>
                   6078: 
                   6079:   <p>To limit the lines produced by the translator to a length of 80
                   6080:   characters, the following rule is written at the beginning of the
                   6081:   translation schema.</p>
                   6082:   <pre>LineLength 80;</pre>
1.18      cvs      6083: </blockquote>
                   6084: </div>
1.1       cvs      6085: 
1.18      cvs      6086: <div class="subsection">
1.37      cvs      6087: <h3><a name="sectc523" id="sectc523">Buffers</a></h3>
1.1       cvs      6088: 
1.37      cvs      6089: <p>A buffer is a unit of memory managed by the translator, which can either
1.18      cvs      6090: contain text read from the terminal during the translation (see the <a
                   6091: href="#sectc5212"><tt>Read</tt> rule</a>), or the name of the last picture
1.1       cvs      6092: (bit-map) encountered by the translator in its traversal of the document.
1.2       cvs      6093: Remember the pictures are stored in files that are separate for the document
1.1       cvs      6094: files and that the canonical form contains only the names of the files in
1.18      cvs      6095: which the pictures are found.</p>
1.30      cvs      6096: 
1.37      cvs      6097: <p>Thus, there are two types of buffers: buffers for reading from the
1.30      cvs      6098: terminal (filled by the <tt>Read</tt> rule) and the buffer of picture names
1.37      cvs      6099: (containing the name of the last picture encountered). A translation schema
1.30      cvs      6100: can use either type, one or several read buffers and one (and only one)
                   6101: picture name buffer.</p>
                   6102: 
                   6103: <p>If any buffers are used, the <tt>BUFFERS</tt> keyword must be present,
1.37      cvs      6104: followed by declarations of every buffer used in the translation schema. Each
                   6105: buffer declaration is composed only of the name of the buffer, chosen freely
                   6106: by the programmer. The picture name buffer is identified by the
                   6107: <tt>Picture</tt> keyword, between parentheses, following the buffer name. The
                   6108: <tt>Picture</tt> keyword may only appear once. Each buffer declaration is
1.18      cvs      6109: terminated by a semicolon.</p>
1.30      cvs      6110: <pre>     BufferSeq = Buffer &lt; Buffer &gt; .
1.1       cvs      6111:      Buffer    = BufferID [ '(' 'Picture' ')' ] ';' .
1.18      cvs      6112:      BufferID  = NAME .</pre>
1.30      cvs      6113: 
1.18      cvs      6114: <blockquote class="example">
1.30      cvs      6115:   <p><strong>Example:</strong></p>
                   6116: 
                   6117:   <p>The following buffer declarations create a picture name buffer named
1.37      cvs      6118:   <tt>pictureName</tt> and a read buffer named <a name="destname"
                   6119:   id="destname"><tt>DestName</tt></a>:</p>
1.30      cvs      6120:   <pre>BUFFERS
1.18      cvs      6121:      pictureName (Picture); DestName;</pre>
                   6122: </blockquote>
                   6123: </div>
1.1       cvs      6124: 
1.18      cvs      6125: <div class="subsection">
1.37      cvs      6126: <h3><a name="sectc524" id="sectc524">Counters</a></h3>
1.30      cvs      6127: 
                   6128: <p>Certain translation rules generate text that varies according to the
1.37      cvs      6129: context of the element to which the rules apply. Variable text is defined
1.30      cvs      6130: either in the <a href="#sectc526"><tt>VAR</tt> section</a> of the translation
                   6131: schema or in the rule itself (see the <tt>Create</tt> and <tt>Write</tt>
1.37      cvs      6132: rules). Both types of definition rely on counters for the calculation of
1.30      cvs      6133: variable material.</p>
                   6134: 
                   6135: <p>There are two types of counter: counters whose value is explicitely
                   6136: computed by applying <a href="#sectc5221"><tt>Set</tt> and <tt>Add</tt>
                   6137: rules</a>, and counters whose value is computed by a function associated with
                   6138: the counter. Those functions allow the same calculations as can be used in
1.37      cvs      6139: presentation schemas. As in a presentation schema, counters must be defined
                   6140: in the <tt>COUNTERS</tt> section of the translation schema before they are
1.30      cvs      6141: used.</p>
                   6142: 
                   6143: <p>When counters are used in a translation schema, the <tt>COUNTERS</tt>
1.37      cvs      6144: keyword is followed by the declarations of every counter used. Each
                   6145: declaration is composed of the counter's name possibly followed by a colon
                   6146: and the counting function to be used for the counter. The declaration is
1.30      cvs      6147: terminated by a semi-colon. If the counter is explicitely computed by
                   6148: <tt>Set</tt> and <tt>Add</tt> rules, no counting function is indicated. If a
                   6149: counting function is indicated, <tt>Set</tt> and <tt>Add</tt> rules cannot be
                   6150: applied to that counter.</p>
1.1       cvs      6151: 
1.30      cvs      6152: <p>The counting function indicates how the counter's value will be computed.
1.18      cvs      6153: Three functions are available: <tt>Rank</tt>, <tt>Rlevel</tt>, and
                   6154: <tt>Set</tt>.</p>
                   6155: <ul>
1.40      quint    6156:   <li><tt>Rank of ElemID</tt> indicates that the counter's value is the rank
                   6157:     of the element of type <tt>ElemID</tt> which encloses the element for
                   6158:     which the counter is being evaluated. For the purposes of this function,
                   6159:     an element of type <tt>ElemID</tt> is considered to enclose itself. This
                   6160:     function is primarily used when the element of type <tt>ElemID</tt> is
                   6161:     part of an aggregate or list, in which case the counter's value is the
                   6162:     element's rank in its list or aggregate. Note that, unlike the
                   6163:     <tt>Rank</tt> function for presentation schemas, the <tt>Page</tt>
                   6164:     keyword cannot be used in place of the <tt>ElemID</tt>. 
1.37      cvs      6165:     <p>The type name <tt>ElemID</tt> can be followed by an integer. That
                   6166:     number represents the relative level, among the ancestors of the
                   6167:     concerned element, of the element whose rank is asked. If that relative
                   6168:     level <i>n</i> is unsigned, the <i>n<sup>th</sup></i> element of type
                   6169:     <tt>ElemID</tt> encountered when travelling the logical structure from
                   6170:     the root to the concerned element is taken into account. If the relative
1.30      cvs      6171:     level is negative, the logical structure is travelled in the other
                   6172:     direction, from the concerned element to the root.</p>
                   6173:   </li>
1.40      quint    6174:   <li><tt>Rlevel of ElemID</tt> indicates that the counter's values is the
                   6175:     relative level in the tree of the element for which the counter is being
                   6176:     evaluated. The counter counts the number of elements of type
                   6177:     <tt>ElemID</tt> which are found on the path between the root of the
                   6178:     document's logical structure tree and the element (inclusive).</li>
                   6179:   <li><tt>Set n on Type1 Add m on Type2</tt> indicates that the counter's
                   6180:     value is calculated as follows: in traversing the document from the
                   6181:     beginning to the element for which the counter is being evaluated, the
                   6182:     counter is set to the value <tt>n</tt> each time a <tt>Type1</tt> element
                   6183:     is encountered and is incremented by the amount <tt>m</tt> each time a
                   6184:     <tt>Type2</tt> element is encountered. The initial value <tt>n</tt> and
                   6185:     the increment <tt>m</tt> are integers.</li>
1.30      cvs      6186: </ul>
                   6187: 
                   6188: <p>As in a presentation schema, the <tt>Rank</tt> and <tt>Set</tt> functions
1.37      cvs      6189: can be modified by a numeric attribute which changes their initial value.
                   6190: This is indicated by the <tt>Init</tt> keyword followed by the numeric
                   6191: attribute's name. The <tt>Set</tt> function takes the value of the attribute
                   6192: instead of the <tt>InitValue</tt> (<tt>n</tt>). For the <tt>Rank</tt>
                   6193: function, the value of the attribute is considered to be the rank of the
                   6194: first element of the list (rather than the normal value of 1). Subsequent
                   6195: items in the list have their ranks shifted accordingly. In both cases, the
                   6196: attribute must be numeric and must be a local attribute of the root of the
                   6197: document itself.</p>
1.30      cvs      6198: <pre>     CounterSeq  = Counter &lt; Counter &gt; .
1.1       cvs      6199:      Counter     = CounterID [ ':' CounterFunc ] ';' .
                   6200:      CounterID   = NAME .
                   6201:      CounterFunc = 'Rank' 'of' ElemID [ SLevelAsc ]
                   6202:                    [ 'Init' AttrID ] /
                   6203:                    'Rlevel' 'of' ElemID /
                   6204:                    'Set' InitValue 'On' ElemID
                   6205:                          'Add' Increment 'On' ElemID
                   6206:                          [ 'Init' AttrID ] .
                   6207:      SLevelAsc   = [ '-' ] LevelAsc .
                   6208:      LevelAsc    =  NUMBER .
                   6209:      InitValue   = NUMBER .
                   6210:      Increment   = NUMBER .
                   6211:      ElemID      = NAME .
1.18      cvs      6212:      AttrID      = NAME .</pre>
1.30      cvs      6213: 
1.18      cvs      6214: <blockquote class="example">
1.30      cvs      6215:   <p><strong>Example:</strong></p>
                   6216: 
                   6217:   <p>If the body of a chapter is defined in the structure schema by:</p>
                   6218:   <pre>Chapter_Body = LIST OF
1.1       cvs      6219:          (Section = BEGIN
                   6220:                     Section_Title = Text;
                   6221:                     Section_Body  = BEGIN
                   6222:                                     Paragraphs;
                   6223:                                     Section;
                   6224:                                     END;
                   6225:                     END
1.18      cvs      6226:          );</pre>
1.30      cvs      6227: 
                   6228:   <p>(sections are defined recursively), a counter can be defined giving the
1.37      cvs      6229:   <a name="sectnum" id="sectnum">number of a section</a> within its level in
                   6230:   the hierarchy:</p>
1.30      cvs      6231:   <pre>COUNTERS
1.18      cvs      6232:    SectionNumber : Rank of Section;</pre>
1.30      cvs      6233: 
                   6234:   <p>A counter holding the hierarchic level of a section:</p>
                   6235:   <pre>   SectionLevel : Rlevel of Section;</pre>
                   6236: 
1.37      cvs      6237:   <p>A <a name="uniquenum" id="uniquenum">counter</a> which sequentially
                   6238:   numbers all the document's sections, whatever their hierarchic level:</p>
1.30      cvs      6239:   <pre>   UniqueSectNum : Set 0 on Document Add 1 on Section;</pre>
1.18      cvs      6240: </blockquote>
                   6241: </div>
1.1       cvs      6242: 
1.18      cvs      6243: <div class="subsection">
1.37      cvs      6244: <h3><a name="sectc525" id="sectc525">Constants</a></h3>
1.1       cvs      6245: 
1.30      cvs      6246: <p>A common feature of translation rules is the generation of constant text.
1.37      cvs      6247: This text can be defined in the rule that generates it (see for example the
                   6248: <a href="#sectc5210"><tt>Create</tt></a> and <a
1.18      cvs      6249: href="#sectc5211"><tt>Write</tt></a> rules); but it can also be defined once
                   6250: in the constant declaration section and used many times in different rules.
1.37      cvs      6251: The latter option is preferable when the same text is used in several rules
                   6252: or several <a href="#sectc526">variables</a>.</p>
1.30      cvs      6253: 
                   6254: <p>The <tt>CONST</tt> keyword begins the constant declaration section of the
1.37      cvs      6255: translation schema. It must be omitted if no constants are declared. Each
                   6256: constant declaration is composed of the constant name, an equals sign, and
                   6257: the constant's value, which is a character string between apostrophes. A
                   6258: constant declaration is terminated by a semicolon.</p>
1.30      cvs      6259: <pre>     ConstSeq   = Const &lt; Const &gt; .
1.1       cvs      6260:      Const      = ConstID '=' ConstValue ';' .
                   6261:      ConstID    = NAME .
1.18      cvs      6262:      ConstValue = STRING .</pre>
1.30      cvs      6263: 
1.18      cvs      6264: <blockquote class="example">
1.37      cvs      6265:   <p><strong><a name="levelexample"
                   6266:   id="levelexample">Example:</a></strong></p>
1.30      cvs      6267: 
                   6268:   <p>The following rule assigns the name <tt>TxtLevel</tt> to the character
                   6269:   string ``Level'':</p>
                   6270:   <pre>CONST
1.18      cvs      6271:      TxtLevel = 'Level';</pre>
                   6272: </blockquote>
                   6273: </div>
1.1       cvs      6274: 
1.18      cvs      6275: <div class="subsection">
1.37      cvs      6276: <h3><a name="sectc526" id="sectc526">Variables</a></h3>
1.1       cvs      6277: 
1.30      cvs      6278: <p>Variables allow to define variable text which is generated by the
1.37      cvs      6279: <tt>Create</tt> and <tt>Write</tt> rules. They are also used to define file
1.18      cvs      6280: names which are used in the <tt>Create</tt>, <tt>ChangeMainFile</tt>,
1.37      cvs      6281: <tt>RemoveFile</tt>, and <tt>Indent</tt> rules. Variables can be defined
1.18      cvs      6282: either in the <tt>VAR</tt> section of the translation schema or directly in
1.37      cvs      6283: the rules which use them. Variables that define file names must be declared
1.18      cvs      6284: in the <tt>VAR</tt> section, and when the same variable is used several times
                   6285: in the translation schema, it makes sense to define it globally in the
1.37      cvs      6286: <tt>VAR</tt> section. This section is only present if at least one variable
1.18      cvs      6287: is defined globally.</p>
1.30      cvs      6288: 
                   6289: <p>After the <tt>VAR</tt> keyword, each global variable is defined by its
                   6290: name, a colon separator and a sequence of functions (at least one function).
1.37      cvs      6291: Each variable definition is terminated by a semicolon. Functions determine
                   6292: the different parts which together give the value of the variable. The value
                   6293: is obtained by concatenating the strings produced by each of the functions.
                   6294: Seven types of functions are available. Each variable definition may use any
                   6295: number of functions of each type.</p>
1.18      cvs      6296: <ul>
1.30      cvs      6297:   <li>The function <tt>Value(Counter)</tt>returns a string representing the
                   6298:     value taken by the counter when it is evaluated for the element in whose
1.37      cvs      6299:     rule the variable is used. The counter must have been declared in the
                   6300:     <tt>COUNTERS</tt> section of the translation schema. When the counter is
1.30      cvs      6301:     expressed in arabic numerals, the counter name can be followed by a colon
                   6302:     and an integer indicating a minimum length (number of characters) for the
1.37      cvs      6303:     string; if the counter's value is normally expressed with fewer
                   6304:     characters than the required minimum, zeroes are added to the front of
                   6305:     the string to achieve the minimum length. 
1.30      cvs      6306:     <p>By default, the counter value is written in arabic digits. If another
                   6307:     representation of that value is needed, the counter name must be followed
                   6308:     by a comma and one of the following keywords:</p>
                   6309:     <ul>
1.40      quint    6310:       <li><tt>Arabic</tt> : arabic numerals (default value),</li>
                   6311:       <li><tt>LRoman</tt> : lower-case roman numerals,</li>
                   6312:       <li><tt>URoman</tt> : upper-case roman numerals,</li>
                   6313:       <li><tt>Uppercase</tt> : upper-case letter,</li>
                   6314:       <li><tt>Lowercase</tt> : lower-case letter.</li>
1.30      cvs      6315:     </ul>
                   6316:   </li>
                   6317:   <li>The function <tt>FileDir</tt>, without parameter, returns a string
                   6318:     representing the name of the directory of the output file that has been
                   6319:     given as a parameter to the translation program. The string includes a
                   6320:     character '/' at the end.</li>
                   6321:   <li>The function <tt>FileName</tt>, without parameter, returns a string
                   6322:     representing the name of the output file that has been given as a
                   6323:     parameter to the translation program. The file extension (the character
                   6324:     string that terminate the file name, after a dot) is not part of that
                   6325:     string.</li>
                   6326:   <li>The function <tt>Extension</tt>, without parameter, returns a string
                   6327:     representing the extension of the file name. That string is empty if the
                   6328:     file name that has been given as a parameter to the translation program
                   6329:     has no extension. If there is an extension, its first character is a
                   6330:   dot.</li>
                   6331:   <li>The function <tt>DocumentName</tt>, without parameter, returns a string
                   6332:     representing the name of the document being translated.</li>
                   6333:   <li>The function <tt>DocumentDir</tt>, without parameter, returns a string
                   6334:     representing the directory containing the document being translated.</li>
                   6335:   <li>The function formed by the name of a constant returns that constant's
                   6336:     value.</li>
                   6337:   <li>The function formed by a character string between apostrophes returns
                   6338:     that string.</li>
1.37      cvs      6339:   <li>The function formed by the name of a buffer returns the contents of
                   6340:     that buffer. If the named buffer is the picture buffer, then the name of
                   6341:     the last picture encountered is returned. Otherwise, the buffer is a read
1.31      cvs      6342:     buffer and the value returned is text previously read from the terminal.
1.30      cvs      6343:     If the buffer is empty (no picture has been encountered or the
                   6344:     <tt>Read</tt> rule has not been executed for the buffer), then the empty
                   6345:     string is returned.</li>
                   6346:   <li>The function formed by an attribute name takes the value of the
1.37      cvs      6347:     indicated attribute for the element to which the variable applies. If the
1.30      cvs      6348:     element does not have that attribute, then the element's ancestor are
1.37      cvs      6349:     searched toward the root of the tree. If one of the ancestors does have
                   6350:     the attribute then its value is used. If no ancestors have the attribute,
1.30      cvs      6351:     then the value of the function is the empty string.</li>
1.18      cvs      6352: </ul>
1.30      cvs      6353: <pre>     VariableSeq = Variable &lt; Variable &gt; .
                   6354:      Variable    = VarID ':' Function &lt; Function &gt; ';' .
1.1       cvs      6355:      VarID       = NAME .
                   6356:      Function    ='Value' '(' CounterID [ ':' Length ]
                   6357:                             [ ',' CounterStyle ] ')' /
                   6358:                   'FileDir' / 'FileName' / 'Extension' /
                   6359:                   'DocumentName' / 'DocumentDir' /
                   6360:                    ConstID / CharString / 
                   6361:                    BufferID / AttrID .
                   6362:      Length      = NUMBER .
                   6363:      CounterStyle= 'Arabic' / 'LRoman' / 'URoman' /
                   6364:                    'Uppercase' / 'Lowercase' .
1.18      cvs      6365:      CharString  = STRING .</pre>
1.30      cvs      6366: 
1.18      cvs      6367: <blockquote class="example">
1.30      cvs      6368:   <p><strong>Example:</strong></p>
                   6369: 
                   6370:   <p>To create, at the beginning of each section of the translated document,
                   6371:   text composed of the string ``Section'' followed by the section number, the
1.37      cvs      6372:   following <a name="varsectexample" id="varsectexample">variable
                   6373:   definition</a> might be used:</p>
1.30      cvs      6374:   <pre>VAR
1.18      cvs      6375:      SectionVar : 'Section' Value(SectionNumber);</pre>
1.30      cvs      6376: 
                   6377:   <p>(see the definition of <a
                   6378:   href="#sectnum"><tt>SectionNumber</tt></a>).</p>
                   6379: 
1.37      cvs      6380:   <p>The following variable definition can be used to create, at the
                   6381:   beginning of each section, the text ``Level'' followed by the hierarchical
                   6382:   level of the section. It used the constant defined above.</p>
1.30      cvs      6383:   <pre>     LevelVar : TxtLevel Value(SectionLevel);</pre>
                   6384: 
                   6385:   <p>(see the definitions of <a href="#sectnum"><tt>SectionLevel</tt></a> and
                   6386:   of <a href="#levelexample"><tt>TxtLevel</tt></a>).</p>
                   6387: 
                   6388:   <p>To generate the translation of each section in a different file (see <a
1.37      cvs      6389:   href="#sectc5220">rule <tt>ChangeMainFile</tt></a>), the name of these
                   6390:   files might be defined by the following variable:</p>
1.30      cvs      6391:   <pre>     VarOutpuFile : FileName Value(SectionNumber)
1.18      cvs      6392:                     Extension;</pre>
1.30      cvs      6393: 
1.37      cvs      6394:   <p>If <tt>output.txt</tt> is the name of the <a name="varoutputfile"
                   6395:   id="varoutputfile">output file</a> specified when starting the translation
                   6396:   program, translated sections are written in files <tt>output1.txt</tt>,
                   6397:   <tt>output2.txt</tt>, etc.</p>
1.18      cvs      6398: </blockquote>
                   6399: </div>
                   6400: 
                   6401: <div class="subsection">
1.37      cvs      6402: <h3><a name="sectc527" id="sectc527">Translating structure elements</a></h3>
1.18      cvs      6403: 
1.30      cvs      6404: <p>The <tt>RULES</tt> keyword introduces the translation rules which will be
1.37      cvs      6405: applied to the various structured element types. Translation rules can be
                   6406: specified for each element type defined in the structure schema, including
                   6407: the base types defined implicitly, whose names are <tt>TEXT_UNIT</tt>,
1.18      cvs      6408: <tt>PICTURE_UNIT</tt>, <tt>SYMBOL_UNIT</tt>, <tt>GRAPHIC_UNIT</tt> and
1.37      cvs      6409: <tt>PAGE_UNIT</tt>. But it is not necessary to specify rules for every
1.18      cvs      6410: defined type.</p>
1.30      cvs      6411: 
1.37      cvs      6412: <p>If there are no translation rules for an element type, the elements that
                   6413: it contains (and which may have rules themselves) will still be translated,
                   6414: but the translator will produce nothing for the element itself. To make the
1.18      cvs      6415: translator completely ignore the content of an element the <a
                   6416: href="#sectc5217"><tt>Remove</tt> rule</a> must be used.</p>
1.30      cvs      6417: 
                   6418: <p>The translation rules for an element type defined in the structure schema
                   6419: are written using the name of the type followed by a colon and the list of
1.37      cvs      6420: applicable rules. When the element type is a <a href="#sectd3285">mark
1.18      cvs      6421: pair</a>, but only in this case, the type name must be preceded by the
1.37      cvs      6422: <tt>First</tt> or <tt>Second</tt> keyword. This keyword indicates whether the
1.18      cvs      6423: rules that follow apply to the first or second mark of the pair.</p>
1.30      cvs      6424: 
1.37      cvs      6425: <p>The list of rules can take several forms. It may be a simple
                   6426: non-conditional rule. It can also be formed by a condition followed by one or
                   6427: more simple rules. Or it can be a block of rules beginning with the
1.30      cvs      6428: <tt>BEGIN</tt> keyword and ending with the <tt>END</tt> keyword and a
1.37      cvs      6429: semicolon. This block of rules can contain one or more simple rules and/or
1.30      cvs      6430: one or more conditions, each followed by one or more simple rules.</p>
                   6431: <pre>     ElemSeq        = TransType &lt; TransType &gt; .
1.1       cvs      6432:      TransType      = [ FirstSec ] ElemID ':' RuleSeq .
                   6433:      FirstSec       = 'First' / 'Second' .
1.30      cvs      6434:      RuleSeq        = Rule / 'BEGIN' &lt; Rule &gt; 'END' ';' .
1.1       cvs      6435:      Rule           = SimpleRule / ConditionBlock .
                   6436:      ConditionBlock = 'IF' ConditionSeq SimpleRuleSeq .
1.30      cvs      6437:      SimpleRuleSeq  = 'BEGIN' &lt; SimpleRule &gt; 'END' ';' / 
1.18      cvs      6438:                       SimpleRule .</pre>
                   6439: </div>
1.1       cvs      6440: 
1.18      cvs      6441: <div class="subsection">
1.37      cvs      6442: <h3><a name="sectc528" id="sectc528">Conditional rules</a></h3>
1.1       cvs      6443: 
1.30      cvs      6444: <p>In a translation schema, the translation rules are either associated with
1.37      cvs      6445: element types or with attribute values or with a specific presentation. They
1.1       cvs      6446: are applied by the translator each time an element of the corresponding type
                   6447: is encountered in the translated document or each time the attribute value is
                   6448: carried by an element or also, each time the specific translation is attached
1.37      cvs      6449: to an element. This systematic application of the rules can be relaxed: it is
                   6450: possible to add a condition to one or more rules, so that these rules are
                   6451: only applied when the condition is true.</p>
1.30      cvs      6452: 
                   6453: <p>A condition begins with the keyword <tt>IF</tt>, followed by a sequence of
1.37      cvs      6454: elementary conditions. Elementary conditions are separated from each other by
                   6455: the <tt>AND</tt> keyword. If there is only one elementary condition, this
                   6456: keyword is absent. The rules are only applied if all the elementary
                   6457: conditions are true. The elementary condition can be negative; it is then
1.18      cvs      6458: preceded by the <tt>NOT</tt> keyword.</p>
1.30      cvs      6459: 
                   6460: <p>When the translation rule(s) controlled by the condition apply to a
                   6461: reference element or a reference attribute, an elementary condition can also
1.37      cvs      6462: apply to element referred by this reference. The <tt>Target</tt> keyword is
                   6463: used for that purpose. It must appear before the keyword defining the
1.30      cvs      6464: condition type.</p>
                   6465: 
                   6466: <p>Depending on their type, some conditions may apply either to the element
1.37      cvs      6467: with which they are associated, or to one of its ancestor. In the case of an
1.18      cvs      6468: ancestor, the key word <tt>Ancestor</tt> must be used, followed by</p>
                   6469: <ul>
1.30      cvs      6470:   <li>either an integer which represents the number of levels in the tree
                   6471:     between the element and the ancestor of interest,</li>
1.37      cvs      6472:   <li>or the type name of the ancestor of interest. If that type is defined
1.30      cvs      6473:     in a separate structure schema, the name of that schema must follow
                   6474:     between parentheses.</li>
1.18      cvs      6475: </ul>
1.30      cvs      6476: 
1.37      cvs      6477: <p>There is a special case for the parent element, which can be simply
                   6478: written <tt>Parent</tt> instead of <tt>Ancestor 1</tt>.</p>
1.30      cvs      6479: 
                   6480: <p>Only conditions <tt>First</tt>, <tt>Last</tt>, <tt>Referred</tt>,
1.34      cvs      6481: <tt>Within</tt>, <tt>Attributes</tt>, <tt>Presentation</tt>, and those
                   6482: concerning an attribute or a specific presentation can apply to an ancestor.
                   6483: Conditions <tt>FirstRef</tt>, <tt>LastRef</tt>, <tt>ExternalRef</tt>,
1.41      vatton   6484: <tt>Script</tt>, <tt>FirstAttr</tt>, <tt>LastAttr</tt>,
1.34      cvs      6485: <tt>ComputedPage</tt>, <tt>StartPage</tt>, <tt>UserPage</tt>,
                   6486: <tt>ReminderPage</tt>, <tt>Empty</tt> cannot be preceded by keywords
                   6487: <tt>Parent</tt> or <tt>Ancestor</tt>.</p>
1.30      cvs      6488: 
1.37      cvs      6489: <p>In condition <tt>Referred</tt> and in the condition that applies to a
                   6490: named attribute, a symbol '<tt>*</tt>' can indicate that the condition is
                   6491: related only to the element itself. If this symbol is not present, not only
                   6492: the element is considered, but also its ancestor, at any level.</p>
1.30      cvs      6493: 
                   6494: <p>The form of an elementary condition varies according to the type of
1.18      cvs      6495: condition.</p>
1.1       cvs      6496: 
1.18      cvs      6497: <div class="subsubsection">
1.37      cvs      6498: <h4><a name="sectd5281" id="sectd5281">Conditions based on the logical
                   6499: position of the element</a></h4>
1.30      cvs      6500: 
                   6501: <p>The condition can be on the position of the element in the document's
1.37      cvs      6502: logical structure tree. It is possible to test whether the element is the
1.30      cvs      6503: first (<tt>First</tt>) or last (<tt>Last</tt>) among its siblings or if it is
                   6504: not the first (<tt>NOT First</tt>) or not the last (<tt>NOT Last</tt>).</p>
                   6505: 
                   6506: <p>It is also possible to test if the element is contained in an element of a
1.18      cvs      6507: given type (<tt>Within</tt>) or if it is not (<tt>NOT Within</tt>). If that
1.1       cvs      6508: element type is defined in a structure schema which is not the one which
                   6509: corresponds to the translation schema, the type name of this element must be
                   6510: followed, between parentheses, by the name of the structure schema which
1.18      cvs      6511: defines it.</p>
1.30      cvs      6512: 
                   6513: <p>If the keyword <tt>Within</tt> is preceded by <tt>Immediately</tt>, the
1.18      cvs      6514: condition is satisfied only if the <em>parent</em> element has the type
                   6515: indicated. If the word <tt>Immediately</tt> is missing, the condition is
                   6516: satisfied if any <em>ancestor</em> has the type indicated.</p>
1.30      cvs      6517: 
                   6518: <p>An integer <i>n</i> can appear between the keyword <tt>Within</tt> and the
1.37      cvs      6519: type. It specifies the number of ancestors of the indicated type that must be
                   6520: present for the condition to be satisfied. If the keyword
1.18      cvs      6521: <tt>Immediately</tt> is also present, the <i>n</i> immediate ancestors of the
1.37      cvs      6522: element must have the indicated type. The integer <i>n</i> must be positive
                   6523: or zero. It can be preceded by <tt>&lt;</tt> or <tt>&gt;</tt> to indicate a
                   6524: maximum or minimum number of ancestors. If these symbols are missing, the
                   6525: condition is satisfied only if it exists exactly <i>n</i> ancestors. When
1.30      cvs      6526: this number is missing, it is equivalent to &gt; 0.</p>
                   6527: 
1.37      cvs      6528: <p>If the condition applies to translation rules associated with an
                   6529: attribute, i.e. if it is in the <tt>ATTRIBUTES</tt> section of the
                   6530: presentation schema, the condition can be simply an element name. Translation
                   6531: rules are then executed only if the attribute is attached to an element of
                   6532: that type. The keyword <tt>NOT</tt> before the element name indicates that
                   6533: the translation rules must be executed only if the element is not of the type
                   6534: indicated.</p>
1.18      cvs      6535: </div>
1.1       cvs      6536: 
1.18      cvs      6537: <div class="subsubsection">
1.37      cvs      6538: <h4><a name="sectd5282" id="sectd5282">Conditions on references</a></h4>
1.1       cvs      6539: 
1.30      cvs      6540: <p>References may be taken into account in conditions, which can be based on
                   6541: the fact that the element, or one of its ancestors (unless symbol <tt>*</tt>
                   6542: is present), is designated by a at least one reference (<tt>Referred</tt>) or
1.37      cvs      6543: by none (<tt>NOT Referred</tt>). If the element or attribute to which the
1.1       cvs      6544: condition is attached is a reference, the condition can be based on the fact
                   6545: that it acts as the first reference to the designated element
1.18      cvs      6546: (<tt>FirstRef</tt>), or as the last (<tt>LastRef</tt>), or as a reference to
1.37      cvs      6547: an element located in another document (<tt>ExternalRef</tt>). Like all
1.18      cvs      6548: conditions, conditions on references can be inverted by the <tt>NOT</tt>
                   6549: keyword.</p>
                   6550: </div>
                   6551: 
                   6552: <div class="subsubsection">
1.41      vatton   6553: <h4><a name="sectd5284" id="sectd5284">Conditions on the scripts</a></h4>
1.1       cvs      6554: 
1.30      cvs      6555: <p>The character string base type (and only this type) can use the condition
1.43    ! quint    6556: <tt>Script = a</tt> which indicates that the translation rule(s) should only
        !          6557: apply if the script of the character string is the one whose name appears
        !          6558: after the equals sign (or is not, if there is a preceding <tt>NOT</tt>
        !          6559: keyword). This condition cannot be applied to translation rules of an
        !          6560: attribute.</p>
1.30      cvs      6561: 
1.41      vatton   6562: <p>In the current implementation of Thot, the available scripts are the
                   6563: <tt>Latin</tt> script and the <tt>Greek</tt> script.</p>
1.18      cvs      6564: </div>
1.1       cvs      6565: 
1.18      cvs      6566: <div class="subsubsection">
1.37      cvs      6567: <h4><a name="sectd5285" id="sectd5285">Conditions on page breaks</a></h4>
1.1       cvs      6568: 
1.30      cvs      6569: <p>The page break base type (and only this type) can use the following
1.18      cvs      6570: conditions: <tt>ComputedPage</tt>, <tt>StartPage</tt>, <tt>UserPage</tt>, and
1.37      cvs      6571: <tt>ReminderPage</tt>. The <tt>ComputedPage</tt> condition indicates that the
1.1       cvs      6572: translation rule(s) should apply if the page break was created automatically
1.37      cvs      6573: by Thot; the <tt>StartPage</tt> condition is true if the page break is
1.18      cvs      6574: generated before the element by the <tt>Page</tt> rule of the P language; the
                   6575: <tt>UserPage</tt> condition applies if the page break was inserted by the
1.37      cvs      6576: user; and the <tt>ReminderPage</tt> is applied if the page break is a
                   6577: reminder of page breaking.</p>
1.18      cvs      6578: </div>
1.1       cvs      6579: 
1.18      cvs      6580: <div class="subsubsection">
1.37      cvs      6581: <h4><a name="sectd5286" id="sectd5286">Conditions on the element's
                   6582: content</a></h4>
1.1       cvs      6583: 
1.37      cvs      6584: <p>The condition can be based on whether or not the element is empty. An
1.30      cvs      6585: element which has no children or whose leaves are all empty is considered to
1.37      cvs      6586: be empty itself. This condition is expressed by the <tt>Empty</tt> keyword,
1.30      cvs      6587: optionally preceded by the <tt>NOT</tt> keyword.</p>
1.18      cvs      6588: </div>
1.1       cvs      6589: 
1.18      cvs      6590: <div class="subsubsection">
1.37      cvs      6591: <h4><a name="sectd5288" id="sectd5288">Conditions on the presence of specific
                   6592: presentation rules</a></h4>
1.30      cvs      6593: 
                   6594: <p>The condition can be based on the presence or absence of specific
1.37      cvs      6595: presentation rules associated with the translated element, whatever the
                   6596: rules, their value or their number. This condition is expressed by the
                   6597: keyword <tt>Presentation</tt>, optionally preceded by the <tt>NOT</tt>
                   6598: keyword.</p>
1.18      cvs      6599: </div>
1.1       cvs      6600: 
1.18      cvs      6601: <div class="subsubsection">
1.37      cvs      6602: <h4><a name="sectd5289" id="sectd5289">Conditions on the presence of logical
1.18      cvs      6603: attributes</a></h4>
1.30      cvs      6604: 
                   6605: <p>In the same way, the condition can be based on the presence or absence of
1.1       cvs      6606: attributes associated with the translated elements, no matter what the
1.37      cvs      6607: attributes or their values. The <tt>Attributes</tt> keyword expresses this
1.18      cvs      6608: condition.</p>
                   6609: </div>
1.1       cvs      6610: 
1.18      cvs      6611: <div class="subsubsection">
1.37      cvs      6612: <h4><a name="sectd52810" id="sectd52810">Conditions on logical
                   6613: attributes</a></h4>
1.1       cvs      6614: 
1.30      cvs      6615: <p>If the condition appears in the translation rules of an attribute, the
1.37      cvs      6616: <tt>FirstAttr</tt> and <tt>LastAttr</tt> keywords can be used to indicate
                   6617: that the rules must only be applied if this attribute is the first attribute
                   6618: for the translated element or if it is the last (respectively). These
                   6619: conditions can also be inverted by the <tt>NOT</tt> keyword.</p>
                   6620: 
                   6621: <p>Another type of condition can only be applied to the translation rules
                   6622: when the element being processed (or one of its ancestors if symbol
                   6623: <tt>*</tt> is missing) has a certain attribute, perhaps with a certain value
                   6624: or, in contrast, when the element does not have this attribute with this
                   6625: value. The condition is specified by writing the name of the attribute after
                   6626: the keyword <tt>IF</tt> or <tt>AND</tt>. The <tt>NOT</tt> keyword can be used
                   6627: to invert the condition. If the translation rules must be applied to any
                   6628: element which has this attribute (or does not have it, if the condition is
                   6629: inverted) no matter what the attribute's value, the condition is complete.
                   6630: If, in contrast, the condition applies to one or more values of the
                   6631: attribute, these are indicated after the name of the attribute, except for
                   6632: reference attributes which do not have values.</p>
                   6633: 
                   6634: <p>The representation of the values of an <a name="relattr"
                   6635: id="relattr">attribute</a> in a condition depends on the attribute's type.
                   6636: For attributes with enumerated or textual types, the value (a name or
                   6637: character string between apostrophes, respectively) is simply preceded by an
                   6638: equals sign. For numeric attributes, the condition can be based on a single
                   6639: value or on a range of values. In the case of a unique value, this value (an
                   6640: integer) is simply preceded by an equals sign. Conditions based on ranges of
                   6641: values have several forms:</p>
1.18      cvs      6642: <ul>
1.30      cvs      6643:   <li>all values less than a given value (the value is preceded by a ``less
                   6644:     than'' sign).</li>
                   6645:   <li>all values greater than a given value (the value is preceded by a
                   6646:     ``greater than'' sign).</li>
1.37      cvs      6647:   <li>all values falling in an interval, bounds included. The range of values
                   6648:     is then specified <tt>IN [</tt>Minimum <tt>..</tt>Maximum<tt>]</tt>,
                   6649:     where Minimum and Maximum are integers.</li>
1.18      cvs      6650: </ul>
1.30      cvs      6651: 
1.37      cvs      6652: <p>All numeric values may be negative. The integer is simply preceded by a
1.30      cvs      6653: minus sign.</p>
                   6654: 
                   6655: <p>Both local and global attributes can be used in conditions.</p>
1.18      cvs      6656: </div>
1.1       cvs      6657: 
1.18      cvs      6658: <div class="subsubsection">
1.37      cvs      6659: <h4><a name="sectd52811" id="sectd52811">Conditions on specific presentation
                   6660: rules</a></h4>
1.1       cvs      6661: 
1.30      cvs      6662: <p>It is possible to apply translation rules only when the element being
1.1       cvs      6663: processed has or does not have a specific presentation rule, possibly with a
1.37      cvs      6664: certain value. The condition is specified by writing the name of the
                   6665: presentation rule after the keyword <tt>IF</tt> or <tt>AND</tt>. The
                   6666: <tt>NOT</tt> keyword can be used to invert the condition. If the translation
                   6667: rules must be applied to any element which has this presentation rule (or
                   6668: does not have it, if the condition is inverted) no matter what the rule's
                   6669: value, the condition is complete. If, in contrast, the condition applies to
                   6670: one or more values of the rule, these are indicated after the name of the
1.18      cvs      6671: attribute.</p>
1.30      cvs      6672: 
1.37      cvs      6673: <p>The representation of presentation rule values in a condition is similar
                   6674: to that for attribute values. The representation of these values depend on
                   6675: the type of the presentation rule. There are three categories of presentation
1.18      cvs      6676: rules:</p>
                   6677: <ul>
1.30      cvs      6678:   <li>those taking numeric values (<tt>Size, Indent, LineSpacing,
                   6679:     LineWeight</tt>),</li>
1.36      cvs      6680:   <li>those with values taken from a predefined list (<tt>Adjust, Hyphenate,
1.43    ! quint    6681:     Direction, UnicodeBidi, Style, Weight, Font, UnderLine, Thickness,
        !          6682:     LineStyle</tt>),</li>
1.30      cvs      6683:   <li>those whose value is a name (<tt>FillPattern, Background,
                   6684:     Foreground</tt>).</li>
1.18      cvs      6685: </ul>
1.30      cvs      6686: 
                   6687: <p>For presentation rules which take numeric values, the condition can take a
1.37      cvs      6688: unique value or a range of values. In the case of a unique value, this value
1.1       cvs      6689: (an integer) is simply preceded by an equals sign. Conditions based on ranges
1.18      cvs      6690: of values have several forms:</p>
                   6691: <ul>
1.30      cvs      6692:   <li>all values less than a given value (the value is preceded by a ``less
                   6693:     than'' sign).</li>
                   6694:   <li>all values greater than a given value (the value is preceded by a
                   6695:     ``greater than'' sign).</li>
1.37      cvs      6696:   <li>all values falling in an interval, bounds included. The range of values
                   6697:     is then specified <tt>IN [</tt>Minimum <tt>..</tt>Maximum<tt>]</tt>,
                   6698:     where Minimum and Maximum are integers.</li>
1.18      cvs      6699: </ul>
1.30      cvs      6700: 
1.37      cvs      6701: <p>Values for the <tt>Indent</tt>rule may be negative. The integer is then
1.2       cvs      6702: simply preceded by a minus sign and represents how far the first line starts
1.18      cvs      6703: to the left of the other lines.</p>
1.30      cvs      6704: 
                   6705: <p>For presentation rules whose values are taken from predefined lists, the
1.37      cvs      6706: value which satisfies the condition is indicated by an equals sign followed
                   6707: by the name of the value.</p>
1.30      cvs      6708: 
1.37      cvs      6709: <p>For presentation rule whose values are names, the value which satisfies
                   6710: the condition is indicated by the equals sign followed by the value's name.
                   6711: The names of fill patterns (the <tt>FillPattern</tt> rule) and of colors (the
1.18      cvs      6712: <tt>Foreground</tt> and <tt>Background</tt> rules) known to Thot are the same
                   6713: as in the P language.</p>
1.30      cvs      6714: 
                   6715: <p>The syntax of conditions based on the specific presentation is the same as
                   6716: the syntax used to express the <a href="#sectc5224">translation of specific
1.18      cvs      6717: presentation rules</a>.</p>
1.30      cvs      6718: 
                   6719: <p>When a condition has only one rule, the condition is simply followed by
1.37      cvs      6720: that rule. If it has several rules, they are placed after the condition
1.30      cvs      6721: between the keywords <tt>BEGIN</tt> and <tt>END</tt>.</p>
1.18      cvs      6722: <pre>   ConditionSeq = Condition [ 'AND' Condition ] .
1.1       cvs      6723:    Condition    = [ 'NOT' ] [ 'Target' ] Cond .
                   6724:    Cond         = CondElem / CondAscend .
                   6725:    CondElem     ='FirstRef' / 'LastRef' /
                   6726:                  'ExternalRef' /
1.41      vatton   6727:                  'Script' '=' Script /
1.1       cvs      6728:                  'ComputedPage' / 'StartPage' / 
                   6729:                  'UserPage' / 'ReminderPage' /
                   6730:                  'Empty' /
1.11      cvs      6731:                   ElemID /
1.1       cvs      6732:                  'FirstAttr' / 'LastAttr' .
                   6733:    CondAscend   = [ Ascend ] CondOnAscend .
                   6734:    Ascend       = '*' / 'Parent' / 'Ancestor' LevelOrType .
                   6735:    LevelOrType  = CondRelLevel / ElemID [ ExtStruct ] .
                   6736:    CondRelLevel = NUMBER .
                   6737:    CondOnAscend ='First' / 'Last' /
                   6738:                  'Referred' / 
                   6739:                   [ 'Immediately' ] 'Within' [ NumParent ]
                   6740:                                     ElemID [ ExtStruct ] /
                   6741:                  'Attributes' /
                   6742:                   AttrID [ RelatAttr ] /
                   6743:                  'Presentation' /
1.34      cvs      6744:                   PresRule .
1.1       cvs      6745:    NumParent    = [ GreaterLess ] NParent .
1.30      cvs      6746:    GreaterLess  = '&gt;' / '&lt;' .
1.1       cvs      6747:    NParent      = NUMBER.
                   6748:    ExtStruct    = '(' ElemID ')' .
1.41      vatton   6749:    Script     = NAME .
1.1       cvs      6750:    RelatAttr    ='=' Value /
1.30      cvs      6751:                  '&gt;' [ '-' ] Minimum /
1.1       cvs      6752:                  '&lt;' [ '-' ] Maximum /
                   6753:                  'IN' '[' [ '-' ] MinInterval '..'
                   6754:                           [ '-' ] MaxInterval ']' .
                   6755:    Value        = [ '-' ] IntegerVal / TextVal / AttrValue .
                   6756:    Minimum      = NUMBER .
                   6757:    Maximum      = NUMBER .
                   6758:    MinInterval  = NUMBER .
                   6759:    MaxInterval  = NUMBER .
                   6760:    IntegerVal   = NUMBER .
                   6761:    TextVal      = STRING .
1.18      cvs      6762:    AttrValue    = NAME .</pre>
1.30      cvs      6763: 
1.18      cvs      6764: <blockquote class="example">
1.30      cvs      6765:   <p><strong>Example:</strong></p>
                   6766: 
                   6767:   <p>Suppose that after each element of type Section_Title it is useful to
                   6768:   produce the text <tt>\label{SectX}</tt> where <tt>X</tt> represents the
                   6769:   section number, but only if the section is designated by one or more
1.37      cvs      6770:   references in the document. The following conditional rule produces this
1.30      cvs      6771:   effect:</p>
                   6772:   <pre>RULES
1.1       cvs      6773:   Section_Title :
                   6774:     IF Referred
1.18      cvs      6775:       Create ('\label{Sect' Value(UniqueSectNum) '}\12') After;</pre>
1.30      cvs      6776: 
                   6777:   <p>(the declaration of the <a href="#sectc5224"><tt>UniqueSectNum</tt>
1.37      cvs      6778:   counter</a> is given above). The string <tt>\12</tt> represents a line
1.30      cvs      6779:   break.</p>
1.18      cvs      6780: </blockquote>
1.30      cvs      6781: 
1.18      cvs      6782: <blockquote class="example">
1.30      cvs      6783:   <p><strong>Example:</strong></p>
                   6784: 
1.37      cvs      6785:   <p>Suppose that for elements of the Elmnt type it would be useful to
                   6786:   produce a character indicating the value of the numeric attribute Level
                   6787:   associated with the element: an ``A'' for all values of Level less than 3,
                   6788:   a ``B'' for values between 3 and 10 and a ``C'' for values greater than 10.
                   6789:   This can be achieved by writing the following rules for the Elmnt type:</p>
1.30      cvs      6790:   <pre>RULES
1.1       cvs      6791:   Elmnt :
                   6792:     BEGIN
                   6793:     IF Level &lt; 3
                   6794:       Create 'A';
                   6795:     IF Level IN [3..10]
                   6796:       Create 'B';
1.30      cvs      6797:     IF Level &gt; 10
1.1       cvs      6798:       Create 'C';
1.18      cvs      6799:     END;</pre>
                   6800: </blockquote>
                   6801: </div>
                   6802: </div>
1.1       cvs      6803: 
1.18      cvs      6804: <div class="subsection">
1.37      cvs      6805: <h3><a name="sectc529" id="sectc529">Translation rules</a></h3>
1.1       cvs      6806: 
1.37      cvs      6807: <p>Fifteen types of translation rules can be associated with element types
                   6808: and attribute values. They are the <tt>Create</tt>, <tt>Write</tt>,
1.18      cvs      6809: <tt>Read</tt>, <tt>Include</tt>, <tt>Get</tt>, <tt>Copy</tt>, <tt>Use</tt>,
1.31      cvs      6810: <tt>Remove</tt>, <tt>Ignore</tt>, <tt>NoTranslation</tt>,
                   6811: <tt>NoLineBreak</tt>, <tt>ChangeMainFile</tt>, <tt>RemoveFile</tt>,
1.37      cvs      6812: <tt>Set</tt>, <tt>Add</tt>, <tt>Indent</tt>, rules. Each rule has its own
1.31      cvs      6813: syntax, although they are all based on very similar models.</p>
1.18      cvs      6814: <pre>     SimpleRule = 'Create' [ 'IN' VarID ] Object
1.1       cvs      6815:                         [ Position ] ';' /
                   6816:                   'Write' Object [ Position ] ';' /
                   6817:                   'Read' BufferID [ Position ] ';' /
                   6818:                   'Include' File [ Position ] ';' /
                   6819:                   'Get' [ RelPosition ] ElemID 
                   6820:                         [ ExtStruct ] 
                   6821:                         [ Position ] ';' /
                   6822:                   'Copy' [ RelPosition ] ElemID 
                   6823:                         [ ExtStruct ] 
                   6824:                         [ Position ] ';' /
                   6825:                   'Use' TrSchema [ 'For' ElemID ] ';' /
                   6826:                   'Remove' ';' /
1.31      cvs      6827:                   'Ignore' ';' /
1.1       cvs      6828:                   'NoTranslation' ';' /
                   6829:                   'NoLineBreak' ';' /
                   6830:                   'ChangeMainFile' VarID [ Position ] ';' /
1.14      cvs      6831:                   'RemoveFile' VarID [ Position ] ';' /
1.10      cvs      6832:                   'Set' CounterID InitValue [ Position ] ';' /
                   6833:                   'Add' CounterID Increment [ Position ] ';' /
1.25      cvs      6834:                   'Indent' [ 'IN' VarID ] Indent [ Position ] ';' .</pre>
1.18      cvs      6835: </div>
                   6836: 
                   6837: <div class="subsection">
1.37      cvs      6838: <h3><a name="sectc5210" id="sectc5210">The <tt>Create</tt> rule</a></h3>
1.18      cvs      6839: 
1.30      cvs      6840: <p>The most frequently used rule is undoubtedly the <tt>Create</tt> rule,
                   6841: which generates fixed or variable text (called an <em>object</em>) in the
1.37      cvs      6842: output file. The generated text can be made to appear either before or after
                   6843: the content of the element to which the rule applies. The rule begins with
                   6844: the <tt>Create</tt> keyword, followed by a specifier for the object and a
                   6845: keyword (<tt>Before</tt> or <tt>After</tt>) indicating the position of the
                   6846: generated text (<a href="#sectc5222">before or after</a> the element's
                   6847: content). If the position is not indicated, the object will be generated
                   6848: before the element's content. This rule, like all translation rules, is
                   6849: terminated by a semicolon.</p>
1.30      cvs      6850: 
                   6851: <p>The <tt>Create</tt> keyword can be followed by the <tt>IN</tt> keyword and
1.37      cvs      6852: by the name of a variable. This means that the text generated by the rule
1.30      cvs      6853: must not be written in the main output file, but in the file whose name is
1.18      cvs      6854: specified by the variable.</p>
1.30      cvs      6855: 
                   6856: <p>This allows the translation program to generate text in different files
                   6857: during the same run. These files do not need to be explicitely declared or
                   6858: opened. They do not need to be closed either, but if they contain temporary
                   6859: data, they can be removed (see the <a href="#sectc5220a"><tt>RemoveFile</tt>
                   6860: rule</a>). As soon as the translation program executes a <tt>Create</tt> rule
                   6861: for a file that is not yet open, it opens the file. These files are closed
                   6862: when the translation is finished.</p>
1.18      cvs      6863: <pre>               'Create' [ 'IN' VarID ] Object
1.1       cvs      6864:                         [ Position ] ';'
                   6865:      Object   = ConstID / CharString /
                   6866:                 BufferID /
                   6867:                 VarID /
1.30      cvs      6868:                '(' Function &lt; Function &gt; ')' /
1.21      cvs      6869:                 [ 'Translated' ] AttrID /
1.1       cvs      6870:                'Value' /
                   6871:                'Content' /
                   6872:                'Attributes' /
                   6873:                'Presentation' /
                   6874:                'RefId' /
                   6875:                'PairId' /
                   6876:                'FileDir' /
                   6877:                'FileName' /
                   6878:                'Extension' /
                   6879:                'DocumentName' /
                   6880:                'DocumentDir' /
                   6881:                 [ 'Referred' ] ReferredObject .
                   6882:      Position ='After' / 'Before' .
                   6883: 
                   6884:      ReferredObject = VarID /
                   6885:                 ElemID [ ExtStruct ] /
                   6886:                'RefId' /
                   6887:                'DocumentName' /
1.18      cvs      6888:                'DocumentDir' .</pre>
1.30      cvs      6889: 
                   6890: <p>The object to be generated can be:</p>
1.18      cvs      6891: <ul>
1.30      cvs      6892:   <li>a constant string, specified by its name if it is declared in the
                   6893:     schema's <tt>CONST</tt> section, or given directly as a value between
                   6894:     apostrophes;</li>
                   6895:   <li>the contents of a buffer, designated by the name of the buffer;</li>
                   6896:   <li>a variable, designated by its name if it is declared in the translation
1.37      cvs      6897:     schema's <tt>VAR</tt> section, or given directly between parentheses. The
1.30      cvs      6898:     text generated is the value of that variable evaluated for the element to
                   6899:     which the rule applies.</li>
                   6900:   <li>the value of an attribute, if the element being translated has this
                   6901:     attribute. The attribute is specified by its name. If it's a text
                   6902:     attribute, it can be preceded by the <code>Translated</code> keyword,
                   6903:     which causes the attribute value to be recoded using the text translation
                   6904:     table defined by section <code><a
                   6905:     href="#sectc5225">TEXTTRANSLATE</a></code>;</li>
1.37      cvs      6906:   <li>the value of a specific presentation rule. This object can only be
1.30      cvs      6907:     generated if the translation rule is for a <a href="#prestransl">specific
1.37      cvs      6908:     presentation rule</a>. It is specified by the <tt>Value</tt> keyword;</li>
                   6909:   <li>the element's content. That is, the content of the leaves of the
                   6910:     subtree of the translated element. This is specified by the
1.30      cvs      6911:     <tt>Content</tt> keyword;</li>
                   6912:   <li>the translation of all attributes of the element (which is primarily
                   6913:     used to apply the attribute translation rules <a
1.37      cvs      6914:     href="#sectc5222">before</a> those of the element type). This is
1.30      cvs      6915:     specified by the <tt>Attributes</tt> keyword.</li>
                   6916:   <li>the translation of all of the element's specific presentation rules
                   6917:     (which is primarily used to apply the translation rules for the specific
1.37      cvs      6918:     presentation rules <a href="#sectc5222">before</a> those of the element
                   6919:     or its attributes). This option is specified by the <tt>Presentation</tt>
1.30      cvs      6920:     keyword;</li>
1.37      cvs      6921:   <li>The value of the reference's identifier.<br />
                   6922:     Thot associates a unique identifier with each element in a document. This
                   6923:     identifier (called <em>reference's identifier</em> or <em>label</em>) is
                   6924:     a character string containing the letter `L' followed by digits. Thot
                   6925:     uses it in references for identifying the referred element.<br />
1.30      cvs      6926:     The <tt>RefId</tt> keyword produces the reference's identifier of the
                   6927:     element to which the translation rule is applied, or the reference's
                   6928:     identifier of its first ancestor that is referred by a reference or that
                   6929:     can be referred by a reference.</li>
1.37      cvs      6930:   <li>the value of a mark pair's unique identifier. This may only be used for
1.30      cvs      6931:     <a href="#sectd3285">mark pairs</a> and is indicated by the
                   6932:     <tt>PairId</tt> keyword.</li>
                   6933:   <li>the directory containing the file being generated (this string includes
1.37      cvs      6934:     an ending '/', if it is not empty). This is indicated by the
1.30      cvs      6935:     <tt>FileDir</tt> keyword.</li>
                   6936:   <li>the name of the file being generated (only the name, without the
                   6937:     directory and without the extension). This is indicated by the
                   6938:     <tt>FileName</tt> keyword.</li>
                   6939:   <li>the extension of the file being generated (this string starts with a
1.37      cvs      6940:     dot, if it is not empty). This is indicated by the <tt>Extension</tt>
1.30      cvs      6941:     keyword.</li>
1.37      cvs      6942:   <li>the name of the document being translated. This is indicated by the
1.30      cvs      6943:     <tt>DocumentName</tt> keyword.</li>
1.37      cvs      6944:   <li>the directory containing the document being translated. This is
1.30      cvs      6945:     indicated by the <tt>DocumentDir</tt> keyword.</li>
1.18      cvs      6946: </ul>
1.30      cvs      6947: 
1.37      cvs      6948: <p>When the rule applies to a reference (an element or an attribute defined
                   6949: as a reference in the structure schema), it can generate a text related to
                   6950: the element referred by that reference. The rule name is then followed by the
1.18      cvs      6951: <tt>Referred</tt> keyword and a specification of the object to be generated
1.37      cvs      6952: for the referred element. This specification can be:</p>
1.18      cvs      6953: <ul>
1.37      cvs      6954:   <li>the name of a variable. The rule generates the value of that variable,
1.30      cvs      6955:     computed for the referred element.</li>
1.37      cvs      6956:   <li>an element type. The rule generates the translation of the element of
                   6957:     that type, which is in the subtree of the referred element. If this
1.30      cvs      6958:     element is not defined in the structure schema which corresponds to the
                   6959:     translation schema (that is, an object defined in another schema), the
                   6960:     element's type name must be followed by the name of its structure schema
                   6961:     between parentheses.</li>
1.37      cvs      6962:   <li>the <tt>RefId</tt> keyword. The rule generates the reference's
1.30      cvs      6963:     identifier of the referred element.</li>
1.37      cvs      6964:   <li>the <tt>DocumentName</tt> keyword. The rule generates the name of the
1.30      cvs      6965:     document to which the referred element belongs.</li>
1.37      cvs      6966:   <li>the <tt>DocumentDir</tt> keyword. The rule generates the name of the
1.30      cvs      6967:     directory that contains the document of the referred element.</li>
1.18      cvs      6968: </ul>
                   6969: </div>
1.1       cvs      6970: 
1.18      cvs      6971: <div class="subsection">
1.37      cvs      6972: <h3><a name="sectc5211" id="sectc5211">The <tt>Write</tt> rule</a></h3>
1.1       cvs      6973: 
1.37      cvs      6974: <p>The <tt>Write</tt> has the same syntax as the <tt>Create</tt> rule. It
1.30      cvs      6975: also produces the same effect, but the generated text is displayed on the
                   6976: user's terminal during the translation of the document, instead of being
1.37      cvs      6977: produced in the translated document. This is useful for helping the user keep
1.30      cvs      6978: track of the progress of the translation and for prompting the user on the
                   6979: terminal for input required by the <tt>Read</tt> rule.</p>
1.18      cvs      6980: <pre>               'Write' Object [ Position ] ';'</pre>
1.30      cvs      6981: 
                   6982: <p>Notice: if the translator is launched by the editor (by the ``Save as''
1.18      cvs      6983: command), messages produced by the <tt>Write</tt> rule are not displayed.</p>
1.30      cvs      6984: 
1.18      cvs      6985: <blockquote class="example">
1.30      cvs      6986:   <p><strong>Example:</strong></p>
                   6987: 
                   6988:   <p>To make the translator display the number of each section being
                   6989:   translated on the user's terminal, the following rule is specified for the
                   6990:   <tt>Section</tt> element type:</p>
                   6991:   <pre>Section : BEGIN
1.1       cvs      6992:           Write VarSection;
                   6993:           ...
1.18      cvs      6994:           END;</pre>
1.30      cvs      6995: 
                   6996:   <p>(see <a href="#varsectexample">above</a> for the definition of the
                   6997:   <tt>VarSection</tt> variable).</p>
                   6998: 
                   6999:   <p>To display text on the terminal before issuing a read operation with the
                   7000:   <tt>Read</tt> rule, the following rule is used:</p>
                   7001:   <pre>BEGIN
1.1       cvs      7002: Write 'Enter the name of the destination: ';
                   7003: ...
1.18      cvs      7004: END;</pre>
                   7005: </blockquote>
                   7006: </div>
                   7007: 
                   7008: <div class="subsection">
1.37      cvs      7009: <h3><a name="sectc5212" id="sectc5212">The <tt>Read</tt> rule</a></h3>
1.18      cvs      7010: 
1.30      cvs      7011: <p>The <tt>Read</tt> rule reads text from the terminal during the translation
                   7012: of the document and saves the text read in one of the buffers declared in the
1.37      cvs      7013: <tt>BUFFERS</tt> section of the schema. The buffer to be used is indicated by
                   7014: its name, after the <tt>READ</tt> keyword. This name can be followed, as in
1.18      cvs      7015: the <tt>Create</tt> and <tt>Write</tt> rules, by a keyword indicating if the
                   7016: read operation must be performed <tt>Before</tt> or <tt>After</tt> the
1.37      cvs      7017: translation of the element's content. If this keyword is absent, the read
                   7018: operation is done beforehand. The text is read into the buffer and remains
1.5       cvs      7019: there until a rule using the same buffer - possibly the same rule - is
1.18      cvs      7020: applied.</p>
                   7021: <pre>               'Read' BufferID [ Position ] ';'</pre>
1.30      cvs      7022: 
1.18      cvs      7023: <blockquote class="example">
1.30      cvs      7024:   <p><strong>Example:</strong></p>
                   7025: 
                   7026:   <p>The following set of rules tells the user that the translator is waiting
                   7027:   for the entry of some text, reads this text into a buffer and copies the
                   7028:   text into the translated document.</p>
                   7029:   <pre>BEGIN
1.1       cvs      7030: Write 'Enter the name of the destination: ';
                   7031: Read DestName;
                   7032: Create DestName;
                   7033: ...
1.18      cvs      7034: END;</pre>
1.30      cvs      7035: 
                   7036:   <p>(see <a href="#destname">above</a> the definition of
                   7037:   <tt>DestName</tt>).</p>
1.18      cvs      7038: </blockquote>
                   7039: </div>
                   7040: 
                   7041: <div class="subsection">
1.37      cvs      7042: <h3><a name="sectc5213" id="sectc5213">The <tt>Include</tt> rule</a></h3>
1.18      cvs      7043: 
1.30      cvs      7044: <p>The <tt>Include</tt> rule, like the <tt>Create</tt> rule, is used to
1.37      cvs      7045: produce text in the translated document. It inserts constant text which is
                   7046: not defined in the translation schema, but is instead taken from a file. The
                   7047: file's name is specified after the <tt>Include</tt> keyword, either directly
                   7048: as a character string between apostrophes or as the name of one of the
                   7049: buffers declared in the <tt>BUFFERS</tt> section of the schema. In the latter
                   7050: case, the buffer is assumed to contain the file's name. This can be used when
                   7051: the included file's name is known only at the moment of translation. This
                   7052: only requires that the <tt>Include</tt> rule is preceded by a <tt>Read</tt>
                   7053: rule which puts the name of the file desired by the user into the buffer.</p>
1.30      cvs      7054: 
                   7055: <p>Like the other rules, it is possible to specify whether the inclusion will
1.1       cvs      7056: occur before or after the element's content, with the default being before.
                   7057: The file inclusion is only done at the moment of translation, not during the
                   7058: compilation of the translation schema. Thus, the file to be included need not
                   7059: exist during the compilation, but it must be accessible at the time of
1.37      cvs      7060: translation. Its contents can also be modified between two translations, thus
1.1       cvs      7061: producing different results, even if neither the document or the translation
1.18      cvs      7062: schema are modified.</p>
1.30      cvs      7063: 
                   7064: <p>During translation, the file to be included is searched for along the
                   7065: schema directory path (indicated by the environment variable
1.37      cvs      7066: <tt>THOTSCH</tt>). The file name is normally only composed of a simple name,
                   7067: without specification of a complete file path. However, if the filename
1.30      cvs      7068: starts with a '/', it is considered as an absolute path.</p>
1.18      cvs      7069: <pre>                'Include' File [ Position ] ';'
1.6       cvs      7070:      File     = FileName / BufferID .
1.18      cvs      7071:      FileName = STRING .</pre>
1.30      cvs      7072: 
1.18      cvs      7073: <blockquote class="example">
1.30      cvs      7074:   <p><strong>Example:</strong></p>
                   7075: 
1.37      cvs      7076:   <p>Suppose that it is desirable to print documents of the Article class
                   7077:   with a formatter which requires a number of declarations and definitions at
                   7078:   the beginning of the file. The <tt>Include</tt>rule can be used to achieve
1.30      cvs      7079:   this. All the declarations and definitions a replaced in a file called
                   7080:   <tt>DeclarArt</tt> and then the <tt>Article</tt> element type is given the
                   7081:   following rule:</p>
                   7082:   <pre>Article : BEGIN
1.1       cvs      7083:           Include 'DeclarArt' Before;
                   7084:           ...
1.18      cvs      7085:           END;</pre>
                   7086: </blockquote>
                   7087: </div>
                   7088: 
                   7089: <div class="subsection">
1.37      cvs      7090: <h3><a name="sectc5214" id="sectc5214">The <tt>Get</tt> rule</a></h3>
1.18      cvs      7091: 
1.30      cvs      7092: <p>The <tt>Get</tt> rule is used to change the order in which the elements
1.37      cvs      7093: appear in the translated document. More precisely, it produces the
1.30      cvs      7094: translation of a specified element before or after the translation of the
1.37      cvs      7095: content of the element to which the rule applies. The <tt>Before</tt> and
1.30      cvs      7096: <tt>After</tt> keywords are placed at the end of the rule to specify whether
                   7097: the operation should be performed before or after translation of the rule's
                   7098: element (the default is before). The type of the element to be moved must be
                   7099: specified after the <tt>Get</tt> keyword, optionally preceded by a keyword
                   7100: indicating where the element will be found in the logical structure of the
                   7101: document:</p>
1.18      cvs      7102: <dl>
1.30      cvs      7103:   <dt><tt>Included</tt></dt>
                   7104:     <dd>The element to be moved is the first element of the indicated type
                   7105:       which is found inside the element to which the rule applies.</dd>
                   7106:   <dt><tt>Referred</tt></dt>
                   7107:     <dd>This keyword can only be used if the rule applies to a reference
1.37      cvs      7108:       element. The element to be moved is either the element designated by
                   7109:       the reference (if that element is of the specified type), or the first
1.30      cvs      7110:       element of the desired type contained within the element designated by
                   7111:       the reference.</dd>
                   7112:   <dt>no keyword</dt>
1.37      cvs      7113:     <dd><p>The translator takes the first element of the indicated type from
                   7114:       among the siblings of the rule's element. This is primarily used to
                   7115:       change the order of the components of an aggregate.</p>
1.30      cvs      7116:     </dd>
1.18      cvs      7117: </dl>
1.30      cvs      7118: 
                   7119: <p>If the element to be moved is defined in a structure schema which is not
                   7120: the one which corresponds to the translation schema (in the case of an
                   7121: included object with a different schema), the type name of this element must
                   7122: be followed, between parentheses, by the name of the structure schema which
1.18      cvs      7123: defines it.</p>
                   7124: <pre>                   'Get' [ RelPosition ] ElemID 
1.6       cvs      7125:                          [ ExtStruct ]
                   7126:                          [ Position ] ';' /
                   7127:      RelPosition = 'Included' / 'Referred' .
1.18      cvs      7128:      ExtStruct   = '(' ElemID ')' .</pre>
1.30      cvs      7129: 
                   7130: <p>The <tt>Get</tt> rule has no effect if the element which it is supposed to
1.37      cvs      7131: move has already been translated. Thus, the element will not be duplicated.
1.1       cvs      7132: It is generally best to associate the rule with the first element which will
1.37      cvs      7133: be encountered by the translator in its traversal of the document. Suppose an
1.18      cvs      7134: aggregate has two elements <tt>A</tt> and <tt>B</tt>, with <tt>A</tt>
1.37      cvs      7135: appearing first in the logical structure. To permute these two elements, a
1.18      cvs      7136: <tt>Get B before</tt> rule should be associated with the <tt>A</tt> element
1.37      cvs      7137: type, not the inverse. Similarly, a rule of the form <tt>Get Included X
1.18      cvs      7138: After</tt>, even though syntactically correct, makes no sense since, by the
1.1       cvs      7139: time it will be applied, after the translation of the contents of the element
1.18      cvs      7140: to which it is attached, the <tt>X</tt> element will already have been
                   7141: translated.</p>
                   7142: </div>
                   7143: 
                   7144: <div class="subsection">
1.37      cvs      7145: <h3><a name="sectc5215" id="sectc5215">The <tt>Copy</tt> rule</a></h3>
1.18      cvs      7146: 
1.30      cvs      7147: <p>Like the <tt>Get</tt> rule, the <tt>Copy</tt> rule generates the
                   7148: translation of a specified element, but it acts even if the element has
                   7149: already been translated and it allows to copy it or to translate it later.
                   7150: Both rules have the same syntax.</p>
1.18      cvs      7151: <pre>              'Copy' [ RelPosition ] ElemID 
                   7152:                      [ ExtStruct ] [ Position ] ';'</pre>
                   7153: </div>
                   7154: 
                   7155: <div class="subsection">
1.37      cvs      7156: <h3><a name="sectc5216" id="sectc5216">The <tt>Use</tt> rule</a></h3>
1.18      cvs      7157: 
1.30      cvs      7158: <p>The <tt>Use</tt> rule specifies the translation schema to be applied to
1.37      cvs      7159: objects of a certain class that are part of the document. This rule only
1.1       cvs      7160: appears in the rules for the root element of the document (the first type
1.18      cvs      7161: defined after the <tt>STRUCT</tt> keyword in the structure schema) or the
1.1       cvs      7162: rules of an element defined by an external structure (by another structure
1.37      cvs      7163: schema). Also, the <tt>Use</tt> rule cannot be conditional.</p>
1.30      cvs      7164: 
                   7165: <p>If the rule is applied to an element defined by an external structure, the
1.18      cvs      7166: <tt>Use</tt> keyword is simply followed by the name of the translation schema
1.37      cvs      7167: to be used for element constructed according to that external structure. If
1.1       cvs      7168: the rule is applied to the document's root element, it is formed by the
1.18      cvs      7169: <tt>Use</tt> keyword followed by the translation schema's name, the
                   7170: <tt>For</tt> keyword and the name of the external structure to which the
                   7171: indicated translation schema should be applied.</p>
                   7172: <pre>               'Use' TrSchema [ 'For' ElemID ] ';'
                   7173:      TrSchema = NAME .</pre>
1.30      cvs      7174: 
                   7175: <p>If no <tt>Use</tt> rule defines the translation schema to be used for an
1.1       cvs      7176: external structure which appears in a document, the translator asks the user,
                   7177: during the translation process, which schema should be used. Thus, it is not
1.18      cvs      7178: necessary to give the translation schema a <tt>Use</tt> rule for every
1.1       cvs      7179: external structure used, especially when the choice of translation schemas is
1.18      cvs      7180: to be left to the user.</p>
1.30      cvs      7181: 
                   7182: <p>Notice: if the translator is launched by the editor (by the ``Save as''
1.18      cvs      7183: command), prompts are not displayed.</p>
1.30      cvs      7184: 
1.18      cvs      7185: <blockquote class="example">
1.30      cvs      7186:   <p><strong>Example:</strong></p>
                   7187: 
                   7188:   <p>The <tt>Article</tt> structure schema uses the <tt>Formula</tt> external
                   7189:   structure, defined by another structure schema, for mathematical
                   7190:   formulas:</p>
                   7191:   <pre>STRUCTURE Article;
1.1       cvs      7192:    ...
                   7193: STRUCT
                   7194:    Article = ...
                   7195:    ...
                   7196:    Formula_in_text  = Formula;
                   7197:    Isolated_formula = Formula;
                   7198:    ...
1.18      cvs      7199: END</pre>
1.30      cvs      7200: 
                   7201:   <p>Suppose that it would be useful to use the <tt>FormulaT</tt> translation
1.37      cvs      7202:   schema for the formulas of an article. This can be expressed in two
1.30      cvs      7203:   different ways in the <tt>Article</tt> class translation schema, using the
                   7204:   rules:</p>
                   7205:   <pre>RULES
1.1       cvs      7206:     Article :
1.18      cvs      7207:        Use FormulaT for Formula;</pre>
1.30      cvs      7208: 
                   7209:   <p>or:</p>
                   7210:   <pre>RULES
1.1       cvs      7211:     ...
                   7212:     Formula :
1.18      cvs      7213:        Use FormulaT;</pre>
                   7214: </blockquote>
                   7215: </div>
                   7216: 
                   7217: <div class="subsection">
1.37      cvs      7218: <h3><a name="sectc5217" id="sectc5217">The <tt>Remove</tt> rule</a></h3>
1.18      cvs      7219: 
1.37      cvs      7220: <p>The <tt>Remove</tt> rule indicates that nothing should be generated, in
                   7221: the translated document, for the content of the element to which the rule
                   7222: applies. The content of that element is simply ignored by the translator.
                   7223: This does not prevent the generation of text for the element itself, using
                   7224: the <tt>Create</tt> or <tt>Include</tt> rules, for example.</p>
1.30      cvs      7225: 
                   7226: <p>The <tt>Remove</tt> rule is simply written with the <tt>Remove</tt>
                   7227: keyword. It is terminated, like all rules, by a semicolon.</p>
1.18      cvs      7228: <pre>               'Remove' ';'</pre>
                   7229: </div>
                   7230: 
                   7231: <div class="subsection">
1.37      cvs      7232: <h3><a name="sectc5217a" id="sectc5217a">The <tt>Ignore</tt> rule</a></h3>
1.31      cvs      7233: 
1.37      cvs      7234: <p>The <tt>Ignore</tt> rule indicates that nothing should be generated, in
                   7235: the translated document, for the element to which the rule applies. The whole
1.32      cvs      7236: element is simply ignored by the translator.</p>
1.31      cvs      7237: 
                   7238: <p>The <tt>Ignore</tt> rule is simply written with the <tt>Ignore</tt>
                   7239: keyword. It is terminated, like all rules, by a semicolon.</p>
                   7240: <pre>               'Ignore' ';'</pre>
                   7241: </div>
                   7242: 
                   7243: <div class="subsection">
1.37      cvs      7244: <h3><a name="sectc5218" id="sectc5218">The <tt>NoTranslation</tt>
                   7245: rule</a></h3>
1.18      cvs      7246: 
1.30      cvs      7247: <p>The <tt>NoTranslation</tt> rule indicates to the translator that it must
1.37      cvs      7248: not translate the content of the leaves of the element to which it applies.
                   7249: In contrast to the <tt>Remove</tt> rule, it does not suppress the content of
                   7250: the element, but it inhibits the translation of character strings, symbols,
                   7251: and graphical elements contained in the element. These are retrieved so that
1.18      cvs      7252: after the translation of the document, the rules of the <a
                   7253: href="#sectc5225"><tt>TEXTTRANSLATE</tt>, <tt>SYMBTRANSLATE</tt> and
                   7254: <tt>GRAPHTRANSLATE</tt> sections</a> will not be applied to them.</p>
1.30      cvs      7255: 
                   7256: <p>The <tt>NoTranslation</tt> rule is written with the <tt>NoTranslation</tt>
1.18      cvs      7257: keyword followed by a semicolon.</p>
                   7258: <pre>               'NoTranslation' ';'</pre>
                   7259: </div>
                   7260: 
                   7261: <div class="subsection">
1.37      cvs      7262: <h3><a name="sectc5219" id="sectc5219">The <tt>NoLineBreak</tt> rule</a></h3>
1.18      cvs      7263: 
1.30      cvs      7264: <p>The <tt>NoLineBreak</tt> rule indicates to the translator that it must not
1.1       cvs      7265: generate additional line breaks in the output produced for the element to
1.37      cvs      7266: which it applies. This is as if it was an <a href="#sectc522">instruction
1.18      cvs      7267: <tt>LINELENGTH 0;</tt></a> at the beginning of the translation schema, but
                   7268: only for the current element.</p>
1.30      cvs      7269: 
                   7270: <p>The <tt>NoLineBreak</tt> rule is written with the <tt>NoLineBreak</tt>
                   7271: keyword followed by a semicolon.</p>
1.18      cvs      7272: <pre>               'NoLineBreak' ';'</pre>
                   7273: </div>
1.1       cvs      7274: 
1.18      cvs      7275: <div class="subsection">
1.37      cvs      7276: <h3><a name="sectc5220" id="sectc5220">The <tt>ChangeMainFile</tt>
                   7277: rule</a></h3>
1.1       cvs      7278: 
1.30      cvs      7279: <p>When the translation program starts, it opens a main output file, whose
1.37      cvs      7280: name is given as a parameter of the translator. All <a
                   7281: href="#sectc5210"><tt>Create</tt> rules</a> without explicit indication of
                   7282: the output file write sequentially in this file. When a
                   7283: <tt>ChangeMainFile</tt> rule is executed, the main output file is closed and
                   7284: it is replaced by a new one, whose name is specified in the
                   7285: <tt>ChangeMainFile</tt> rule. The <tt>Create</tt> rules without indication of
                   7286: the output file that are then executed write in this new file. Several
                   7287: <tt>ChangeMainFile</tt> rules can be executed during the same translation,
                   7288: for dividing the main output into several files.</p>
1.30      cvs      7289: 
                   7290: <p>This rule is written with the <tt>ChangeMainFile</tt> keyword followed by
                   7291: the name of a variable that specifies the name of the new main file. The
1.37      cvs      7292: keyword <tt>Before</tt> or <tt>After</tt> can be placed at the end of the
                   7293: rule to specify whether the operation should be performed before or after
                   7294: translation of the rule's element (the default is before). This rule, like
                   7295: all translation rules, is terminated by a semicolon.</p>
1.18      cvs      7296: <pre>               'ChangeMainFile' VarID [ Position ] ';'</pre>
1.30      cvs      7297: 
1.18      cvs      7298: <blockquote class="example">
1.30      cvs      7299:   <p><strong>Example:</strong></p>
                   7300: 
                   7301:   <p>To generate the translation of each section in a different file, the
1.37      cvs      7302:   following rule can be associated with type <tt>Section</tt>. That rule uses
1.30      cvs      7303:   the <a href="#varoutputfile"><tt>VarOutpuFile</tt> variable</a> defined
                   7304:   above.</p>
                   7305:   <pre>     Section:
1.18      cvs      7306:          ChangeMainFile VarOutpuFile Before;</pre>
1.30      cvs      7307: 
                   7308:   <p>If <tt>output.txt</tt> is the name of the output file specified when
                   7309:   starting the translation program, translated sections are written in files
                   7310:   <tt>output1.txt</tt>, <tt>output2.txt</tt>, etc.</p>
1.18      cvs      7311: </blockquote>
                   7312: </div>
1.1       cvs      7313: 
1.18      cvs      7314: <div class="subsection">
1.37      cvs      7315: <h3><a name="sectc5220a" id="sectc5220a">The <tt>RemoveFile</tt> rule</a></h3>
1.14      cvs      7316: 
1.37      cvs      7317: <p>Files may be used for storing temporary data that are no longer needed
                   7318: when the translation of a document is complete. These files may be removed by
                   7319: the <tt>RemoveFile</tt> rule.</p>
1.30      cvs      7320: 
                   7321: <p>This rule is written with the <tt>RemoveFile</tt> keyword followed by the
1.37      cvs      7322: name of a variable that specifies the name of the file to be removed. The
                   7323: keyword <tt>Before</tt> or <tt>After</tt> can be placed at the end of the
                   7324: rule to specify whether the operation should be performed before or after
                   7325: translation of the rule's element (the default is before). This rule, like
1.30      cvs      7326: all translation rules, is terminated by a semicolon.</p>
1.18      cvs      7327: <pre>               'RemoveFile' VarID [ Position ] ';'</pre>
                   7328: </div>
                   7329: 
                   7330: <div class="subsection">
1.37      cvs      7331: <h3><a name="sectc5221" id="sectc5221">The <tt>Set</tt> and <tt>Add</tt>
                   7332: rules</a></h3>
1.18      cvs      7333: 
1.37      cvs      7334: <p>The <tt>Set</tt> and <tt>Add</tt> rules are used for modifying the value
                   7335: of counters that have no <a href="#sectc524">counting function</a>. Only this
1.18      cvs      7336: type of counter can be used in the <tt>Set</tt> and <tt>Add</tt> rules.</p>
1.30      cvs      7337: 
                   7338: <p>Both rules have the same syntax: after the keyword <tt>Set</tt> or
1.18      cvs      7339: <tt>Add</tt> appear the counter name and the value to assign to the counter
                   7340: (<tt>Set</tt> rule) or the value to be added to the counter (<tt>Add</tt>
1.37      cvs      7341: rule). The keyword <tt>Before</tt> or <tt>After</tt> can follow that value to
1.1       cvs      7342: indicate when the rule must be applied: before or after the element's content
1.37      cvs      7343: is translated. By default, <tt>Before</tt> is assumed. A semicolon terminates
1.18      cvs      7344: the rule.</p>
                   7345: <pre>               'Set' CounterID InitValue [ Position ] ';' /
                   7346:                'Add' CounterID Increment [ Position ] ';'</pre>
                   7347: </div>
                   7348: 
                   7349: <div class="subsection">
1.37      cvs      7350: <h3><a name="sectc5221a" id="sectc5221a">The <tt>Indent</tt> rule</a></h3>
1.18      cvs      7351: 
1.37      cvs      7352: <p>The <tt>Indent</tt> rule is used to modify the value of text indentation
                   7353: in the output files.</p>
1.30      cvs      7354: 
1.37      cvs      7355: <p>Each time the translator creates a new line in an output file, it
                   7356: generates a variable number of space characters at the beginning of the new
                   7357: line. By default, the number of these characters (the indentation value) is
                   7358: 0. It can be changed with the <tt>Indent</tt> rule.</p>
1.30      cvs      7359: 
                   7360: <p>In its simple form, the rule begins with the <tt>Indent</tt> keyword,
1.25      cvs      7361: followed by the indentation sign (optional) and value and a keyword
1.30      cvs      7362: <tt>Before</tt> or <tt>After</tt> indicating that the indentation should be
                   7363: changed <a href="#sectc5222">before or after</a> the element's content is
1.37      cvs      7364: generated. If the position is not indicated, the indentation is changed
                   7365: before the element's content is generated. This rule, like all translation
1.25      cvs      7366: rules, is terminated by a semicolon.</p>
1.30      cvs      7367: 
                   7368: <p>The indentation value is indicated by an integer, which is the number of
                   7369: space characters to be generated at the beginning of each new line. A sign
1.18      cvs      7370: (<tt>+</tt> or <tt>-</tt>) can appear before the integer to indicate that the
1.37      cvs      7371: value is relative: the current value of indentation is incremented (if sign
                   7372: is <tt>+</tt>) or decremented (if sign is <tt>-</tt>) by the specified
                   7373: value.</p>
1.30      cvs      7374: 
                   7375: <p>Keyword <tt>Suspend</tt> or <tt>Resume</tt> can appear instead of the
1.37      cvs      7376: (possibly signed) identation value. <tt>Suspend</tt> means that the new
1.30      cvs      7377: indentation value to be used is zero until another <tt>Indent</tt> rule is
                   7378: executed and changes the indentation value. <tt>Resume</tt> means that the
                   7379: indentation value that was used before the last <tt>Indent Suspend</tt> was
1.37      cvs      7380: executed becomes the new value. Only one <tt>Suspend</tt> can be used before
1.30      cvs      7381: a <tt>Resume</tt>; <tt>Supend</tt>-<tt>Resume</tt> pairs can not be
                   7382: nested.</p>
                   7383: 
1.37      cvs      7384: <p>Like the <a href="#sectc5210"><tt>Create</tt> rule</a>, the
                   7385: <tt>Indent</tt> keyword can be followed by the <tt>IN</tt> keyword and by the
                   7386: name of a <a href="#sectc526">variable</a>. This means that the rule must not
                   7387: change indentation in the main output file, but in the file whose name is
                   7388: specified by the variable (by default, indentation is changed in the main
                   7389: output file).</p>
1.25      cvs      7390: <pre>               'Indent' [ 'IN' VarID ] Indent [ Position ] ';' .
1.10      cvs      7391: 
1.25      cvs      7392: Indent        = 'Suspend' / 'Resume' / [ IndentSign ] IndentValue .
1.10      cvs      7393: IndentSign    = '+' / '-' .
1.18      cvs      7394: IndentValue   = NUMBER .</pre>
                   7395: </div>
1.10      cvs      7396: 
1.18      cvs      7397: <div class="subsection">
1.37      cvs      7398: <h3><a name="sectc5222" id="sectc5222">Rule application order</a></h3>
1.1       cvs      7399: 
1.30      cvs      7400: <p>The translator translates the elements which comprise the document in the
1.37      cvs      7401: order induced by the tree structure, except when the <tt>Get</tt> rule is
                   7402: used to change the order of translation. For each element, the translator
                   7403: first applies the rules specified for the element's type that must be applied
                   7404: before translation of the element's content (rules ending with the
                   7405: <tt>Before</tt> keyword or which have no position keyword). If several rules
                   7406: meet these criteria, the translator applies them in the order in where they
                   7407: appear in the translation schema.</p>
                   7408: 
                   7409: <p>It then applies all <a href="#sectc5223">rules for the attributes</a>
                   7410: which the element has and which must be applied before the translation of the
                   7411: element's content (rules ending with the <tt>Before</tt> keyword or which
                   7412: have no position keyword). For one attribute value, the translator applies
                   7413: the rules in the order in which they are defined in the translation
                   7414: schema.</p>
1.30      cvs      7415: 
                   7416: <p>The same procedure is followed with translation rules for specific
1.18      cvs      7417: presentations.</p>
1.30      cvs      7418: 
1.31      cvs      7419: <p>Next, the element's content is translated, as long as a <tt>Remove</tt> or
                   7420: <code>Ignore</code> rule does not apply.</p>
1.30      cvs      7421: 
                   7422: <p>In the next step, the translator applies rules for the specific
                   7423: presentation of the element that are to be applied after translation of the
1.37      cvs      7424: content (rules which end with the <tt>After</tt> keyword). The rules for each
1.30      cvs      7425: type of presentation rule or each value are applied in the order in which the
1.18      cvs      7426: translation appear in the schema.</p>
1.30      cvs      7427: 
                   7428: <p>Then, the same procedure is followed for translation rules for attributes
                   7429: of the element.</p>
                   7430: 
1.37      cvs      7431: <p>Finally, the translator applies rules for the element which must be
                   7432: applied after translation of the element's content. These rules are applied
                   7433: in the order that they appear in the translation schema. When the translation
                   7434: of an element is done, the translator procedes to translate the following
1.18      cvs      7435: element.</p>
1.30      cvs      7436: 
                   7437: <p>This order can be changed with the <tt>Attributes</tt> and
1.18      cvs      7438: <tt>Presentation</tt> options of the <a href="#sectc5210"><tt>Create</tt>
                   7439: rule</a>.</p>
                   7440: </div>
1.1       cvs      7441: 
1.18      cvs      7442: <div class="subsection">
1.37      cvs      7443: <h3><a name="sectc5223" id="sectc5223">Translation of logical
                   7444: attributes</a></h3>
1.1       cvs      7445: 
1.37      cvs      7446: <p>After the rules for the element types, the translation schema defines
                   7447: rules for attribute values. This section begins with the <tt>ATTRIBUTES</tt>
1.1       cvs      7448: keyword and is composed of a sequence of rule blocks each preceded by an
1.18      cvs      7449: attribute name and an optional value or value range.</p>
1.30      cvs      7450: 
                   7451: <p>If the attribute's name appears alone before the rule block, the rule are
1.1       cvs      7452: applied to all element which have the attribute, no matter what value the
1.37      cvs      7453: attribute has. In this case, the attribute name is followed by a colon before
1.18      cvs      7454: the beginning of the rule block.</p>
1.30      cvs      7455: 
1.37      cvs      7456: <p>The attribute's name can be followed by the name of an element type
                   7457: between parentheses. This says, as in presentation schemas, that the rule
                   7458: block which follows applies not to the element which has the attribute, but
                   7459: to its descendants of the type indicated between the parentheses.</p>
1.30      cvs      7460: 
                   7461: <p>If values are given after the attribute name (or after the name of the
1.37      cvs      7462: element type), the rules are applied only when the attribute has the
                   7463: indicated values. The same attribute can appear several times, with different
                   7464: values and different translation rules. Attribute values are indicated in the
                   7465: same way as in <a href="#sectc528">conditions</a> and are followed by a colon
                   7466: before the block of rules.</p>
1.30      cvs      7467: 
                   7468: <p>The rule block associated with an attribute is either a simple rule or a
1.18      cvs      7469: sequence of rules delimited by the <tt>BEGIN</tt> and <tt>END</tt> keywords.
                   7470: Note that rules associated with attribute values cannot be conditional.</p>
1.30      cvs      7471: 
                   7472: <p>Translation rules are not required for all attributes (or their values)
1.37      cvs      7473: defined in a structure schema. Only those attributes for which a particular
                   7474: action must be performed by the translator must have such rules. The rules
1.18      cvs      7475: that can be used are those described above, from <a
                   7476: href="#sectc5210"><tt>Create</tt></a> to <a
                   7477: href="#sectc5218"><tt>NoTranslation</tt></a>.</p>
1.30      cvs      7478: <pre>     AttrSeq       = TransAttr &lt; TransAttr &gt; .
1.1       cvs      7479:      TransAttr     = AttrID [ '(' ElemID ')' ] 
                   7480:                      [ RelatAttr ] ':' RuleSeq .
                   7481:      AttrID        = NAME .
1.18      cvs      7482:      ElemID        = NAME .</pre>
1.30      cvs      7483: 
1.18      cvs      7484: <blockquote class="example">
1.30      cvs      7485:   <p><strong>Example:</strong></p>
                   7486: 
                   7487:   <p>The structure defined the ``Language'' attribute which can take the
1.37      cvs      7488:   values ``French'' and ``English''. To have the French parts of the original
1.30      cvs      7489:   document removed and prevent the translation of the leaves of the English
                   7490:   parts, the following rules would be used:</p>
                   7491:   <pre>ATTRIBUTES
1.1       cvs      7492:    Language=French :
                   7493:       Remove;
                   7494:    Language=English :
1.18      cvs      7495:       NoTranslation;</pre>
                   7496: </blockquote>
                   7497: </div>
1.1       cvs      7498: 
1.18      cvs      7499: <div class="subsection">
1.37      cvs      7500: <h3><a name="sectc5224" id="sectc5224">Translation of specific
                   7501: presentations</a></h3>
1.1       cvs      7502: 
1.30      cvs      7503: <p>After the rules for attributes, the translation schema defines rules for
1.37      cvs      7504: the specific presentation. This section begins with the <tt>PRESENTATION</tt>
                   7505: keyword and is composed of a sequence of translation rule blocks each
                   7506: preceded by a presentation rule name, optionally accompanied by a part which
                   7507: depends on the particular presentation rule.</p>
1.30      cvs      7508: 
                   7509: <p>Each of these translation rule blocks is applied when the translator
                   7510: operates on an element which has a specific presentation rule of the type
1.37      cvs      7511: indicated at the head of the block. Depending on the type of the specific
1.30      cvs      7512: presentation rule, it is possible to specify values of the presentation rule
                   7513: for which the translation rule block should be applied.</p>
                   7514: 
                   7515: <p>There are three categories of the presentation rules:</p>
                   7516: <ul>
                   7517:   <li>rules taking numeric values: <tt>Size</tt>, <tt>Indent</tt>,
                   7518:     <tt>LineSpacing</tt>, <tt>LineWeight</tt>,</li>
                   7519:   <li>rules whose values are taken from a predefined list (i.e. whose type is
1.43    ! quint    7520:     an enumeration): <tt>Adjust</tt>, <tt>Hyphenate,Direction, UnicodeBidi,
1.40      quint    7521:     <tt>Style</tt>, <tt>Weight</tt>, <tt>Font</tt>, <tt>UnderLine</tt>,
                   7522:     <tt>Thickness</tt>, <tt>LineStyle</tt>,</tt></li>
1.30      cvs      7523:   <li>rules whose value is a name: <tt>FillPattern</tt>, <tt>Background</tt>,
                   7524:     <tt>Foreground</tt>.</li>
1.18      cvs      7525: </ul>
1.30      cvs      7526: 
                   7527: <p>For presentation rules of the first category, the values which provoke
1.1       cvs      7528: application of the translation rules are indicated in the same manner as for
1.37      cvs      7529: <a href="#relattr">numeric attributes</a>. This can be either a unique value
                   7530: or range of values. For a unique value, the value (an integer) is simply
                   7531: preceded by an equals sign. Value ranges can be specified in one of three
1.18      cvs      7532: ways:</p>
                   7533: <ul>
1.30      cvs      7534:   <li>all values less than a given value (this value is preceded by a ``less
                   7535:     than'' sign '<tt>&lt;</tt>'),</li>
                   7536:   <li>all values greater than a given value (this value is preceded by a`
                   7537:     `greater than'' sign '<tt>&gt;</tt>'),</li>
1.37      cvs      7538:   <li>all values falling in an interval, bounds included. The range of values
1.30      cvs      7539:     is then specified <tt>IN [</tt>Minimum<tt>..</tt>Maximum<tt>]</tt>, where
                   7540:     Minimum and Maximum are integers.</li>
1.18      cvs      7541: </ul>
1.30      cvs      7542: 
                   7543: <p>All numeric values can be negative, in which case the integer is preceded
1.37      cvs      7544: by a minus sign. All values must be given in typographers points.</p>
1.30      cvs      7545: 
                   7546: <p>For presentation rules whose values are taken from a predefined list, the
1.1       cvs      7547: value which provokes application of the translation rules is simply indicated
1.18      cvs      7548: by the equals sign followed by the name of the value.</p>
1.30      cvs      7549: 
1.37      cvs      7550: <p>For presentation rules whose values are names, the value which provokes
                   7551: the application of translation rules is simply indicated by the equals sign
                   7552: followed by the name of the value. The names of the fill patterns (the
1.18      cvs      7553: <tt>FillPattern</tt> rule) and of the colors (the <tt>Foreground</tt> and
                   7554: <tt>Background</tt> rules) used in Thot are the same as in the P language.</p>
1.30      cvs      7555: <pre>     PresSeq        = PresTrans &lt; PresTrans &gt; .
1.1       cvs      7556:      PresTrans      = PresRule ':' RuleSeq .
                   7557:      PresRule       = 'Size' [ PresRelation ] /
                   7558:                       'Indent' [ PresRelation ] /
                   7559:                       'LineSpacing' [ PresRelation ] /
                   7560:                       'Adjust' [ '=' AdjustVal ] /
                   7561:                       'Hyphenate' [ '=' BoolVal ] /
                   7562:                       'Style' [ '=' StyleVal ] /
1.24      cvs      7563:                       'Weight' [ '=' WeightVal ] /
1.1       cvs      7564:                       'Font' [ '=' FontVal ] /
                   7565:                       'UnderLine' [ '=' UnderLineVal ] /
                   7566:                       'Thickness' [ '=' ThicknessVal ] /
                   7567:                       'LineStyle' [ '=' LineStyleVal ] /
                   7568:                       'LineWeight' [ PresRelation ] /
                   7569:                       'FillPattern' [ '=' Pattern ] /
                   7570:                       'Background' [ '=' Color ] /
                   7571:                       'Foreground' [ '=' Color ] .
                   7572: 
                   7573:      PresRelation   = '=' PresValue /
1.30      cvs      7574:                       '&gt;' [ '-' ] PresMinimum /
1.1       cvs      7575:                       '&lt;' [ '-' ] PresMaximum /
                   7576:                       'IN' '[' [ '-' ] PresIntervalMin '..'
                   7577:                               [ '-' ] PresIntervalMax ']' .
1.35      cvs      7578:      AdjustVal      = 'Left' / 'Right' / 'VMiddle' / 'Justify' /
1.1       cvs      7579:                       'LeftWithDots' .
                   7580:      BoolVal        = 'Yes' / 'No' .
1.24      cvs      7581:      StyleVal       = 'Roman' / 'Italics' / 'Oblique' .
                   7582:      WeightVal      = 'Normal' / 'Bold' .
1.1       cvs      7583:      FontVal        = 'Times' / 'Helvetica' / 'Courier' .
                   7584:      UnderLineVal   = 'NoUnderline' / 'UnderLined' /
                   7585:                       'OverLined' / 'CrossedOut' .
                   7586:      ThicknessVal   = 'Thick' / 'Thin' .
1.6       cvs      7587:      LineStyleVal   = 'Solid' / 'Dashed' / 'Dotted' .
1.1       cvs      7588:      Pattern        = NAME .
                   7589:      Color          = NAME .
                   7590:      PresMinimum    = NUMBER .
                   7591:      PresMaximum    = NUMBER .
                   7592:      PresIntervalMin= NUMBER .
                   7593:      PresIntervalMax= NUMBER .
                   7594:      PresValue      = [ '-' ] PresVal .
1.18      cvs      7595:      PresVal        = NUMBER .</pre>
1.30      cvs      7596: 
1.37      cvs      7597: <p>The <a name="prestransl" id="prestransl">translation rules associated with
                   7598: specific presentation rules</a> can use the value of the specific
                   7599: presentation rule that causes them to be applied. This behavior is designated
                   7600: by the keyword <tt>Value</tt>. For numerically-valued presentation rules, the
                   7601: numeric value is produced. For other presentation rules, the name of the
                   7602: value is produced.</p>
1.30      cvs      7603: 
                   7604: <p>It should be noted that modifications to the layout of the document's
                   7605: elements that are made using the combination of the control key and a mouse
                   7606: button will have no effect on the translation of the document.</p>
                   7607: 
                   7608: <blockquote class="example">
                   7609:   <p><strong>Example:</strong></p>
                   7610: 
                   7611:   <p>Suppose that it is desirable to use the same font sizes as in the
                   7612:   specific presentation, but the font size must be between 10 and 18
                   7613:   typographer's points. If font size is set in the translated document by the
                   7614:   string <tt>pointsize=n</tt> where <tt>n</tt> is the font size in
                   7615:   typographer's points then the following rules will suffice:</p>
                   7616:   <pre>PRESENTATION
1.1       cvs      7617:    Size &lt; 10 :
                   7618:         Create 'pointsize=10';
                   7619:    Size in [10..18] :
                   7620:         BEGIN
                   7621:         Create 'pointsize=';
                   7622:         Create Value;
                   7623:         END;
1.30      cvs      7624:    Size &gt; 18 :
1.18      cvs      7625:         Create 'pointsize=18';</pre>
                   7626: </blockquote>
                   7627: </div>
1.1       cvs      7628: 
1.18      cvs      7629: <div class="subsection">
1.37      cvs      7630: <h3><a name="sectc5225" id="sectc5225">Recoding of characters, symbols and
                   7631: graphics</a></h3>
1.1       cvs      7632: 
1.37      cvs      7633: <p>The coding of characters, graphical elements and symbols as defined in
                   7634: Thot does not necessarily correspond to what is required by an application to
                   7635: which a Thot document must be exported. Because of this the translator can
                   7636: recode these terminal elements of the documents structure. The last sections
                   7637: of a translation schema are intended for this purpose, each specifying the
                   7638: recoding rules for one type of terminal element.</p>
1.30      cvs      7639: 
1.43    ! quint    7640: <p>The recoding rules for character strings are grouped by scripts. There is
        !          7641: a group of rules for each script of the Thot document that must be
1.30      cvs      7642: translated. Each such group of rules begins with the <tt>TEXTTRANSLATE</tt>
1.41      vatton   7643: keyword, followed by the specification of the script to translate and the
1.30      cvs      7644: recoding rules, between the <tt>BEGIN</tt> and <tt>END</tt> keywords unless
1.41      vatton   7645: there is only one recoding rule for the script. The specification of the
1.43    ! quint    7646: script is not required: by default it is assumed to the Latin script (the ISO
        !          7647: Latin-1 character set).</p>
1.30      cvs      7648: 
                   7649: <p>Each recoding rule is formed by a source string between apostrophes and a
1.1       cvs      7650: target string, also between apostrophes, the two strings being separated by
1.30      cvs      7651: the arrow symbol (<tt>-&gt;</tt>), formed by the ``minus'' and ``greater
1.37      cvs      7652: than'' characters. The rule is terminated by a semi-colon.</p>
1.41      vatton   7653: <pre>     TextTransSeq = [ Script ] TransSeq .
                   7654:      Script     = NAME .
1.30      cvs      7655:      TransSeq     ='BEGIN' &lt; Translation &gt; 'END' ';' /
1.1       cvs      7656:                     Translation .
1.30      cvs      7657:      Translation  = Source [ '-&gt;' Target ] ';' .
1.1       cvs      7658:      Source       = STRING .
1.18      cvs      7659:      Target       = STRING .</pre>
1.30      cvs      7660: 
                   7661: <p>One such rule signifies that when the source string appears in a text leaf
                   7662: of the document being translated, the translator must replace it, in the
1.37      cvs      7663: translated document, with the target string. The source string and the target
                   7664: string can have different lengths and the target string can be empty. In this
1.1       cvs      7665: last case, the translator simply suppresses every occurrence of the source
1.18      cvs      7666: string in the translated document.</p>
1.30      cvs      7667: 
1.41      vatton   7668: <p>For a given script, the order of the rules is not important and has no
1.1       cvs      7669: significance because the T language compiler reorders the rules in ways that
1.37      cvs      7670: speed up the translator's work. The total number of recoding rules is limited
1.18      cvs      7671: by the compiler as is the maximum length of the source and target strings.</p>
1.30      cvs      7672: 
                   7673: <p>The recoding rules for symbols and graphical elements are written in the
1.37      cvs      7674: same manner as the recoding rules for character strings. They are preceded,
                   7675: respectively, by the <tt>SYMBTRANSLATE</tt> and <tt>GRAPHTRANSLATE</tt> and
1.43    ! quint    7676: so not require a specification of the script. Their source string is limited
        !          7677: to one character, since, in Thot, each symbol and each graphical element is
        !          7678: represented by a single character. The symbol and graphical element codes are
        !          7679: defined along with the <a href="#sect7">non-standard character codes</a>.</p>
1.30      cvs      7680: 
1.18      cvs      7681: <blockquote class="example">
1.30      cvs      7682:   <p><strong>Example:</strong></p>
                   7683: 
                   7684:   <p>In a translation schema producing documents destined for use with the
                   7685:   L<sup>A</sup>T<sub><big>E</big></sub>X formatter, the Latin characters``é''
1.37      cvs      7686:   (octal code 351 in Thot) and ``č'' (octal code 350 in Thot) must be
1.30      cvs      7687:   converted to their representation in
                   7688:   L<sup>A</sup>T<sub><big>E</big></sub>X:</p>
                   7689:   <pre>TEXTTRANSLATE Latin
1.1       cvs      7690:      BEGIN
1.30      cvs      7691:      '\350' -&gt; '\`{e}';    { e grave }
                   7692:      '\351' -&gt; '\''{e}';   { e acute }
1.18      cvs      7693:      END;</pre>
                   7694: </blockquote>
                   7695: </div>
                   7696: </div>
1.37      cvs      7697: <hr />
1.18      cvs      7698: </div>
1.1       cvs      7699: 
1.18      cvs      7700: <div class="chapter">
1.37      cvs      7701: <h1><a name="sect6" id="sect6">Language grammars</a></h1>
1.1       cvs      7702: 
1.30      cvs      7703: <p>This chapter gives the complete grammars of the languages of Thot. The
1.1       cvs      7704: grammars were presented and described in the preceding chapters, which also
1.37      cvs      7705: specify the semantics of the languages. This section gives only the
1.18      cvs      7706: syntax.</p>
1.1       cvs      7707: 
1.18      cvs      7708: <div class="section">
1.37      cvs      7709: <h2><a name="sectb61" id="sectb61">The M meta-language</a></h2>
1.1       cvs      7710: 
1.30      cvs      7711: <p>The language grammars are all expressed in the same formalism, the M
1.18      cvs      7712: meta-language, which is defined in this section.</p>
                   7713: <pre>{ Any text between braces is a comment. }
1.30      cvs      7714: Grammar      = Rule &lt; Rule &gt; 'END' .
                   7715:                { The &lt; and &gt; signs indicate zero }
1.1       cvs      7716:                { or more repetitions. }
                   7717:                { END marks the end of the grammar. }
                   7718: Rule         = Ident '=' RightPart '.' .
                   7719:                { The period indicates the end of a rule }
                   7720: RightPart    = RtTerminal / RtIntermed .
                   7721:                { The slash indicates a choice }
                   7722: RtTerminal   ='NAME' / 'STRING' / 'NUMBER' .
                   7723:                { Right part of a terminal rule }
1.30      cvs      7724: RtIntermed   = Possibility &lt; '/' Possibility &gt; .
1.1       cvs      7725:                { Right part of an intermediate rule }
1.30      cvs      7726: Possibility  = ElemOpt &lt; ElemOpt &gt; .
                   7727: ElemOpt      = Element / '[' Element &lt; Element &gt; ']' /
                   7728:               '&lt;' Element &lt; Element &gt; '&gt;'  .
1.1       cvs      7729:                { Brackets delimit optional parts }
                   7730: Element      = Ident / KeyWord .
                   7731: Ident        = NAME .
                   7732:                { Identifier, sequence of characters
                   7733: KeyWord      = STRING .
                   7734:                { Character string delimited by apostrophes }
1.18      cvs      7735: END</pre>
                   7736: </div>
1.1       cvs      7737: 
1.18      cvs      7738: <div class="section">
1.37      cvs      7739: <h2><a name="sectb62" id="sectb62">The S language</a></h2>
1.1       cvs      7740: 
1.30      cvs      7741: <p>The S language is used to write structure schemas, which contain the
1.37      cvs      7742: generic logical structures of document and object classes. It is described
1.30      cvs      7743: here in the M meta-language.</p>
1.18      cvs      7744: <pre>StructSchema   = 'STRUCTURE' [ 'EXTENSION' ] ElemID ';'
1.1       cvs      7745:                  'DEFPRES' PresID ';'
                   7746:                [ 'ATTR' AttrSeq ]
                   7747:                [ 'STRUCT' RulesSeq ]
                   7748:                [ 'EXTENS' ExtensRuleSeq ]
                   7749:                [ 'UNITS' RulesSeq ]
                   7750:                [ 'EXPORT' SkeletonSeq ]
                   7751:                [ 'EXCEPT' ExceptSeq ]
                   7752:                  'END' .
                   7753: 
                   7754: ElemID         = NAME .
                   7755: PresID         = NAME .
                   7756: 
1.30      cvs      7757: AttrSeq        = Attribute &lt; Attribute &gt; .
1.1       cvs      7758: Attribute      = AttrID '=' AttrType ';' .
                   7759: AttrType       = 'INTEGER' / 'TEXT' /
                   7760:                  'REFERENCE' '(' RefType ')' /
                   7761:                  ValueSeq .
                   7762: RefType        = 'ANY' /
                   7763:                  [ FirstSec ] ElemID [ ExtStruct ] .
1.30      cvs      7764: ValueSeq       = AttrVal &lt; ',' AttrVal &gt; .
1.1       cvs      7765: AttrID         = NAME .
                   7766: FirstSec       = 'First' / 'Second' .
                   7767: ExtStruct      = '(' ElemID ')' .
                   7768: AttrVal        = NAME .
                   7769: 
1.30      cvs      7770: RulesSeq       = Rule &lt; Rule &gt; .
1.1       cvs      7771: Rule           = ElemID [ LocAttrSeq ] '='
                   7772:                  DefWithAttr ';' .
                   7773: LocAttrSeq     = '(' 'ATTR' LocalAttr
1.30      cvs      7774:                       &lt; ';' LocalAttr &gt; ')' .
1.1       cvs      7775: LocalAttr      = [ '!' ] AttrID [ '=' AttrType ] .
                   7776: DefWithAttr    = Definition
                   7777:                  [ '+' '(' ExtensionSeq ')' ]
                   7778:                  [ '-' '(' RestrictSeq ')' ]
                   7779:                  [ 'WITH' FixedAttrSeq ] .
1.30      cvs      7780: ExtensionSeq   = ExtensionElem &lt; ',' ExtensionElem &gt; .
1.1       cvs      7781: ExtensionElem  = ElemID / 'TEXT' / 'GRAPHICS' /
                   7782:                  'SYMBOL' / 'PICTURE' .
1.30      cvs      7783: RestrictSeq    = RestrictElem &lt; ',' RestrictElem &gt; .
1.1       cvs      7784: RestrictElem   = ElemID / 'TEXT' / 'GRAPHICS' /
                   7785:                  'SYMBOL' / 'PICTURE' .
1.30      cvs      7786: FixedAttrSeq   = FixedAttr &lt; ',' FixedAttr &gt; .
1.1       cvs      7787: FixedAttr      = AttrID [ FixedOrModifVal ] .
                   7788: FixedOrModifVal= [ '?' ] '=' FixedValue .
                   7789: FixedValue     = [ '-' ] NumValue / TextValue / AttrVal .
                   7790: NumValue       = NUMBER .
                   7791: TextValue      = STRING .
                   7792: 
                   7793: Definition     = BaseType [ LocAttrSeq ] / Constr /
                   7794:                  Element .
                   7795: BaseType       = 'TEXT' / 'GRAPHICS' / 'SYMBOL' /
                   7796:                  'PICTURE' / 'UNIT' / 'NATURE' .
                   7797: Element        = ElemID [ ExtOrDef ] .
                   7798: ExtOrDef       = 'EXTERN' / 'INCLUDED' /
                   7799:                  [ LocAttrSeq ] '=' Definition .
                   7800: 
                   7801: Constr         = 'LIST' [ '[' min '..' max ']' ] 'OF'
                   7802:                         '(' DefWithAttr ')' /
                   7803:                  'BEGIN' DefOptSeq 'END' /
                   7804:                  'AGGREGATE' DefOptSeq 'END' /
                   7805:                  'CASE' 'OF' DefSeq 'END' /
                   7806:                  'REFERENCE' '(' RefType ')' /
                   7807:                  'PAIR' .
                   7808: 
                   7809: min            = Integer / '*' .
                   7810: max            = Integer / '*' .
                   7811: Integer        = NUMBER .
                   7812: 
1.30      cvs      7813: DefOptSeq      = DefOpt ';' &lt; DefOpt ';' &gt; .
1.1       cvs      7814: DefOpt         = [ '?' ] DefWithAttr .
                   7815: 
1.30      cvs      7816: DefSeq         = DefWithAttr ';' &lt; DefWithAttr ';' &gt; .
1.1       cvs      7817: 
1.30      cvs      7818: SkeletonSeq    = SkeletonElem &lt; ',' SkeletonElem &gt; ';' .
1.1       cvs      7819: SkeletonElem   = ElemID [ 'WITH' Contents ] .
                   7820: Contents       = 'Nothing' / ElemID [ ExtStruct ] .
                   7821: 
1.30      cvs      7822: ExceptSeq      = Except ';' &lt; Except ';' &gt; .
1.1       cvs      7823: Except         = [ 'EXTERN' ] [ FirstSec ] ExcTypeOrAttr ':'
                   7824:                  ExcValSeq .
                   7825: ExcTypeOrAttr  = ElemID / AttrID .
1.30      cvs      7826: ExcValSeq      = ExcValue &lt; ',' ExcValue &gt; .
1.1       cvs      7827: ExcValue       = 'NoCut' / 'NoCreate' /
                   7828:                  'NoHMove' / 'NoVMove' / 'NoMove' /
                   7829:                  'NoHResize' / 'NoVResize' / 'NoResize' /
1.18      cvs      7830:                  'MoveResize' /
1.1       cvs      7831:                  'NewWidth' / 'NewHeight' /
                   7832:                  'NewHPos' / 'NewVPos' /
                   7833:                  'Invisible' / 'NoSelect' /
                   7834:                  'Hidden' / 'ActiveRef' /
                   7835:                  'ImportLine' / 'ImportParagraph' /
1.9       cvs      7836:                  'NoPaginate' / 'ParagraphBreak' /
                   7837:                  'HighlightChildren' / 'ExtendedSelection' /
1.36      cvs      7838:                  'SelectParent' / 'ClickableSurface' /
1.29      cvs      7839:                  'ReturnCreateNL' / 'ReturnCreateWithin' .
1.1       cvs      7840: 
1.30      cvs      7841: ExtensRuleSeq  = ExtensRule ';' &lt; ExtensRule ';' &gt; .
1.1       cvs      7842: ExtensRule     = RootOrElem [ LocAttrSeq ]
                   7843:                  [ '+' '(' ExtensionSeq ')' ]
                   7844:                  [ '-' '(' RestrictSeq ')' ]
                   7845:                  [ 'WITH' FixedAttrSeq ] .
                   7846: RootOrElem     = 'Root' / ElemID .
                   7847: 
1.18      cvs      7848: END</pre>
                   7849: </div>
1.1       cvs      7850: 
1.18      cvs      7851: <div class="section">
1.37      cvs      7852: <h2><a name="sectb63" id="sectb63">The P language</a></h2>
1.1       cvs      7853: 
1.30      cvs      7854: <p>The P language is used to write presentation schemas, which define the
1.1       cvs      7855: graphical presentation rules to be applied to different classes of documents
1.37      cvs      7856: and objects. It is described here in the M meta-language.</p>
1.18      cvs      7857: <pre>PresSchema      = 'PRESENTATION' ElemID ';'
1.1       cvs      7858:                 [ 'VIEWS' ViewSeq ]
                   7859:                 [ 'PRINT' PrintViewSeq ]
                   7860:                 [ 'COUNTERS' CounterSeq ]
                   7861:                 [ 'CONST' ConstSeq ]
                   7862:                 [ 'VAR' VarSeq ]
                   7863:                 [ 'DEFAULT' ViewRuleSeq ]
                   7864:                 [ 'BOXES' BoxSeq ]
                   7865:                 [ 'RULES' PresentSeq ]
                   7866:                 [ 'ATTRIBUTES' PresAttrSeq ]
                   7867:                 [ 'TRANSMIT' TransmitSeq ]
                   7868:                   'END' .
                   7869: 
                   7870: ElemID          = NAME .
                   7871: 
                   7872: ViewSeq         = ViewDeclaration
1.30      cvs      7873:                   &lt; ',' ViewDeclaration &gt; ';' .
1.1       cvs      7874: ViewDeclaration = ViewID [ 'EXPORT' ] .
                   7875: ViewID          = NAME .
                   7876: 
1.30      cvs      7877: PrintViewSeq    = PrintView &lt; ',' PrintView &gt; ';' .
1.37      cvs      7878: PrintView       = ViewID .
1.1       cvs      7879: 
1.30      cvs      7880: CounterSeq      = Counter &lt; Counter &gt; .
1.1       cvs      7881: Counter         = CounterID ':' CounterFunc ';' .
                   7882: CounterID       = NAME .
                   7883: CounterFunc     = 'RANK' 'OF' TypeOrPage [ SLevelAsc ]
                   7884:                   [ 'INIT' AttrID ] [ 'REINIT' AttrID ] /
1.30      cvs      7885:                   SetFunction &lt; SetFunction &gt;
                   7886:                   AddFunction &lt; AddFunction &gt;
1.1       cvs      7887:                   [ 'INIT' AttrID ] /
1.16      cvs      7888:                   'RLEVEL' 'OF' ElemID .
1.1       cvs      7889: SLevelAsc       = [ '-' ] LevelAsc .
                   7890: LevelAsc        = NUMBER .
                   7891: SetFunction     = 'SET' CounterValue 'ON' TypeOrPage .
                   7892: AddFunction     = 'ADD' CounterValue 'ON' TypeOrPage .
                   7893: TypeOrPage      = 'Page' [ '(' ViewID ')' ] /
1.16      cvs      7894:                   [ '*' ] ElemID .
1.1       cvs      7895: CounterValue    = NUMBER .
                   7896: 
1.30      cvs      7897: ConstSeq        = Const &lt; Const &gt; .
1.1       cvs      7898: Const           = ConstID '=' ConstType ConstValue ';' .
                   7899: ConstID         = NAME .
1.41      vatton   7900: ConstType       = 'Text' [ Script ] / 'Symbol' /
1.1       cvs      7901:                   'Graphics' / 'Picture' .
                   7902: ConstValue      = STRING .
1.41      vatton   7903: Script        = NAME .
1.1       cvs      7904: 
1.30      cvs      7905: VarSeq          = Variable &lt; Variable &gt; .
1.1       cvs      7906: Variable        = VarID ':' FunctionSeq ';' .
                   7907: VarID           = NAME .
1.30      cvs      7908: FunctionSeq     = Function &lt; Function &gt; .
1.1       cvs      7909: Function        = 'DATE' / 'FDATE' /
                   7910:                   'DocName' / 'DirName' /
1.38      cvs      7911:                   'ElemName' / 'AttributeName' / 'AttributeValue' /
1.1       cvs      7912:                   ConstID / ConstType ConstValue /
                   7913:                   AttrID /
                   7914:                   'VALUE' '(' PageAttrCtr ','
                   7915:                   CounterStyle ')' .
                   7916: PageAttrCtr     = 'PageNumber' [ '(' ViewID ')' ] /
                   7917:                   [ MinMax ] CounterID / AttrID .
                   7918: CounterStyle    = 'Arabic' / 'LRoman' / 'URoman' /
                   7919:                   'Uppercase' / 'Lowercase' .
                   7920: MinMax          = 'MaxRangeVal' / 'MinRangeVal' .
                   7921: 
1.30      cvs      7922: BoxSeq          = Box &lt; Box &gt; .
1.1       cvs      7923: Box             = 'FORWARD' BoxID ';' /
                   7924:                   BoxID ':' ViewRuleSeq .
                   7925: BoxID           = NAME .
                   7926: 
1.30      cvs      7927: PresentSeq      = Present &lt; Present &gt; .
1.1       cvs      7928: Present         = [ '*' ] [ FirstSec ] ElemID ':'
                   7929:                   ViewRuleSeq .
                   7930: FirstSec        = 'First' / 'Second' .
                   7931: 
1.30      cvs      7932: PresAttrSeq     = PresAttr &lt; PresAttr &gt; .
1.1       cvs      7933: PresAttr        = AttrID [ '(' [ FirstSec ] ElemID ')' ] 
                   7934:                   [ AttrRelation ] ':' ViewRuleSeq .
                   7935: AttrID          = NAME .
                   7936: AttrRelation    = '=' AttrVal /
1.30      cvs      7937:                   '&gt;' [ '-' ] MinValue /
1.1       cvs      7938:                   '&lt;' [ '-' ] MaxValue /
                   7939:                   'IN' '[' [ '-' ] LowerBound '..' 
                   7940:                   [ '-' ] UpperBound ']' /
                   7941:                   'GREATER' AttrID /
                   7942:                   'EQUAL' AttrID /
                   7943:                   'LESS' AttrID .
                   7944: AttrVal         = [ '-' ] EqualNum / EqualText / AttrValue .
                   7945: MinValue        = NUMBER .
                   7946: MaxValue        = NUMBER .
                   7947: LowerBound      = NUMBER .
                   7948: UpperBound      = NUMBER.
                   7949: EqualNum        = NUMBER .
                   7950: EqualText       = STRING .
                   7951: AttrValue       = NAME .
                   7952: 
1.30      cvs      7953: ViewRuleSeq     = 'BEGIN' &lt; RulesAndCond &gt; &lt; ViewRules &gt;
1.1       cvs      7954:                   'END' ';' /
                   7955:                   ViewRules / CondRules / Rule .
                   7956: RulesAndCond    = CondRules / Rule .
                   7957: ViewRules       = 'IN' ViewID CondRuleSeq .
1.30      cvs      7958: CondRuleSeq     = 'BEGIN' &lt; RulesAndCond &gt; 'END' ';' /
1.1       cvs      7959:                   CondRules / Rule .
1.30      cvs      7960: CondRules       = CondRule &lt; CondRule &gt;
1.1       cvs      7961:                   [ 'Otherwise' RuleSeq ] .
                   7962: CondRule        = 'IF' ConditionSeq RuleSeq .
1.30      cvs      7963: RulesSeq        = 'BEGIN' Rule &lt; Rule &gt; 'END' ';' / Rule .
1.1       cvs      7964: 
1.30      cvs      7965: ConditionSeq    = Condition &lt; 'AND' Condition &gt; .
1.6       cvs      7966: Condition       = [ 'NOT' ] [ 'Target' ] ConditionElem .
                   7967: ConditionElem   = 'First' / 'Last' /
                   7968:                   [ 'Immediately' ] 'Within' [ NumParent ]
                   7969:                                      ElemID [ ExtStruct ] /
                   7970:                    ElemID /
                   7971:                   'Referred' / 'FirstRef' / 'LastRef' /
                   7972:                   'ExternalRef' / 'InternalRef' / 'CopyRef' /
1.42      quint    7973:                    AttrID [ '=' Value ] /
1.6       cvs      7974:                   'AnyAttributes' / 'FirstAttr' / 'LastAttr' /
                   7975:                   'UserPage' / 'StartPage' / 'ComputedPage' /
1.33      cvs      7976:                   'Empty' / 'Root' /
1.6       cvs      7977:                   '(' [ MinMax ] CounterName CounterCond ')' /
                   7978:                   CondPage '(' CounterID ')' .
                   7979: NumParent       = [ GreaterLess ] NParent .
1.30      cvs      7980: GreaterLess     = '&gt;' / '&lt;' .
1.6       cvs      7981: NParent         = NUMBER.
1.30      cvs      7982: CounterCond     = '&lt;' MaxCtrVal / '&gt;' MinCtrVal /
1.6       cvs      7983:                   '=' EqCtrVal / 
                   7984:                   'IN' '[' ['-'] MinCtrBound '..' 
                   7985:                   ['-'] MaxCtrBound ']' .
                   7986: PageCond        = 'Even' / 'Odd' / 'One' .
                   7987: MaxCtrVal       = NUMBER .
                   7988: MinCtrVal       = NUMBER .
                   7989: EqCtrVal        = NUMBER .
                   7990: MaxCtrBound     = NUMBER .
                   7991: MinCtrBound     = NUMBER .
1.1       cvs      7992: 
1.34      cvs      7993: Rule            = Property ';' / PresFunc ';' .
                   7994: Property        = 'VertRef' ':' HorizPosition /
1.1       cvs      7995:                   'HorizRef' ':' VertPosition /
                   7996:                   'VertPos' ':' VPos /
                   7997:                   'HorizPos' ':' HPos /
                   7998:                   'Height' ':' Extent /
                   7999:                   'Width' ':' Extent /
                   8000:                   'VertOverflow' ':' Boolean /
                   8001:                   'HorizOverflow' ':' Boolean /
1.26      cvs      8002:                   'MarginTop' ':' MarginWidth /
                   8003:                   'MarginRight' ':' MarginWidth /
                   8004:                   'MarginBottom' ':' MarginWidth /
                   8005:                   'MarginLeft' ':' MarginWidth /
                   8006:                   'PaddingTop' ':' PaddingWidth /
                   8007:                   'PaddingRight' ':' PaddingWidth /
                   8008:                   'PaddingBottom' ':' PaddingWidth /
                   8009:                   'PaddingLeft' ':' PaddingWidth /
                   8010:                   'BorderTopWidth' ':' BorderWidth /
                   8011:                   'BorderRightWidth' ':' BorderWidth /
                   8012:                   'BorderBottomWidth' ':' BorderWidth /
                   8013:                   'BorderLeftWidth' ':' BorderWidth /
                   8014:                   'BorderTopColor' ':' BorderColor /
                   8015:                   'BorderRightColor' ':' BorderColor /
                   8016:                   'BorderBottomColor' ':' BorderColor /
                   8017:                   'BorderLeftColor' ':' BorderColor /
                   8018:                   'BorderTopStyle' ':' BorderStyle /
                   8019:                   'BorderRightStyle' ':' BorderStyle /
                   8020:                   'BorderBottomStyle' ':' BorderStyle /
                   8021:                   'BorderLeftStyle' ':' BorderStyle .
1.1       cvs      8022:                   'LineSpacing' ':' DistOrInherit /
                   8023:                   'Indent' ':' DistOrInherit /
                   8024:                   'Adjust' ':' AlignOrInherit /
                   8025:                   'Hyphenate' ':' BoolInherit /
1.40      quint    8026:                   'Direction' ':' DirInherit /
1.43    ! quint    8027:                   'UnicodeBidi' ':' BidiInherit /
1.1       cvs      8028:                   'PageBreak' ':' Boolean /
                   8029:                   'LineBreak' ':' Boolean /
                   8030:                   'InLine' ':' Boolean /
                   8031:                   'NoBreak1' ':' AbsDist /
                   8032:                   'NoBreak2' ':' AbsDist /
                   8033:                   'Gather' ':' Boolean /
                   8034:                   'Visibility' ':' NumberInherit /
                   8035:                   'Size'  ':' SizeInherit /
                   8036:                   'Font' ':' NameInherit /
                   8037:                   'Style' ':' StyleInherit /
1.23      cvs      8038:                   'Weight' ':' WeightInherit /
1.1       cvs      8039:                   'Underline' ':' UnderLineInherit /
                   8040:                   'Thickness' ':' ThicknessInherit /
                   8041:                   'Depth' ':' NumberInherit /
                   8042:                   'LineStyle' ':' LineStyleInherit /
                   8043:                   'LineWeight' ':' DistOrInherit /
                   8044:                   'FillPattern' ':' NameInherit /
1.30      cvs      8045:                   'Background' ':' Color /
                   8046:                   'Foreground' ':' Color /
1.1       cvs      8047:                   'Content' ':' VarConst .
                   8048: PresFunc        = Creation '(' BoxID ')' /
                   8049:                   'Line' /
                   8050:                   'NoLine' /
                   8051:                   'Page' '(' BoxID ')' /
1.13      cvs      8052:                   'Copy' '(' BoxTypeToCopy ')' /
                   8053:                   'ShowBox' /
1.18      cvs      8054:                   'BackgroundPicture' ':' FileName /
                   8055:                   'PictureMode' ':' PictMode .
1.1       cvs      8056: 
                   8057: BoxTypeToCopy   = BoxID [ ExtStruct ] /
                   8058:                    ElemID [ ExtStruct ] .
                   8059: ExtStruct       = '(' ElemID ')' .
                   8060: 
                   8061: Distance        = [ Sign ] AbsDist .
                   8062: Sign            = '+' / '-' .
                   8063: AbsDist         = IntegerOrAttr [ '.' DecimalPart ]
                   8064:                   [ Unit ] .
                   8065: IntegerOrAttr   = IntegerPart / AttrID .
                   8066: IntegerPart     = NUMBER .
                   8067: DecimalPart     = NUMBER .
                   8068: Unit            = 'em' / 'ex' / 'cm' / 'mm' / 'in' / 'pt' /
                   8069:                   'pc' / 'px' / '%' .
                   8070: 
                   8071: HPos            = 'nil' / VertAxis '=' HorizPosition 
                   8072:                   [ 'UserSpecified' ] .
                   8073: VPos            = 'nil' / HorizAxis '=' VertPosition 
                   8074:                   [ 'UserSpecified' ] .
                   8075: VertAxis        = 'Left' / 'VMiddle' / 'VRef' / 'Right' .
                   8076: HorizAxis       = 'Top' / 'HMiddle' / 'HRef' / 'Bottom' .
                   8077: 
1.6       cvs      8078: VertPosition    = Reference '.' HorizAxis [ Distance ] .
                   8079: HorizPosition   = Reference '.' VertAxis [ Distance ] .
                   8080: Reference       = 'Enclosing' [ BoxTypeNot ] /
                   8081:                   'Enclosed' [ BoxTypeNot ] /
                   8082:                   'Previous' [ BoxTypeNot ] /
                   8083:                   'Next' [ BoxTypeNot ] /
                   8084:                   'Referred' [ BoxTypeNot ] /
                   8085:                   'Creator' /
                   8086:                   'Root' /
                   8087:                   '*' /
                   8088:                   BoxOrType .
                   8089: BoxOrType       = BoxID /
                   8090:                   [ '*' ] [ FirstSec ] ElemID /
1.17      cvs      8091:                   'AnyElem' / 'AnyBox' /
                   8092:                   'ElemWithAttr' AttrID .
1.6       cvs      8093: BoxTypeNot      = [ 'NOT' ] BoxOrType .
                   8094: 
                   8095: Extent          = Reference '.' HeightWidth
                   8096:                   [ Relation ] [ 'Min' ] /
                   8097:                   AbsDist [ 'UserSpecified' ] [ 'Min' ] /
                   8098:                   HPos / VPos .
                   8099: HeightWidth     = 'Height' / 'Width' .
                   8100: Relation        = '*' ExtentAttr '%' / Distance .
                   8101: ExtentAttr      = ExtentVal / AttrID .
                   8102: ExtentVal       = NUMBER .
1.26      cvs      8103: 
                   8104: MarginWidth     = InheritParent / 'Auto' / Distance .
                   8105: PaddingWidth    = InheritParent / Distance .
                   8106: BorderWidth     = InheritParent / 'Thin' / 'Medium' / 'Thick' / Distance .
                   8107: BorderColor     = InheritParent / 'Transparent' / 'Foreground' /
                   8108:                   ColorName .
                   8109: BorderStyle     = InheritParent /
                   8110:                   'None' / 'Hidden' / 'Dotted' / 'Dashed' / 'Solid' /
                   8111:                   'Double' / 'Groove' / 'Ridge' / 'Inset' / 'Outset' .
1.27      cvs      8112: InheritParent   = 'Enclosing' '=' / 'Creator' '=' .
1.26      cvs      8113: ColorName       = NAME .
1.6       cvs      8114: 
                   8115: Inheritance     = Kinship  InheritedValue .
                   8116: Kinship         = 'Enclosing' / 'GrandFather'/ 'Enclosed' /
                   8117:                   'Previous' / 'Creator' .
                   8118: InheritedValue  = '+' PosIntAttr [ 'Max' maximumA ] /
                   8119:                   '-' NegIntAttr [ 'Min' minimumA ] /
                   8120:                   '=' .
                   8121: PosIntAttr      = PosInt / AttrID .
                   8122: PosInt          = NUMBER .
                   8123: NegIntAttr      = NegInt / AttrID .
                   8124: NegInt          = NUMBER .
                   8125: maximumA        = maximum / AttrID .
                   8126: maximum         = NUMBER .
                   8127: minimumA        = minimum / AttrID .
                   8128: minimum         = NUMBER .
                   8129: 
                   8130: AlignOrInherit  = Kinship '=' / Alignment .
                   8131: Alignment       = 'Left' / 'Right' / 'VMiddle' /
                   8132:                   'LeftWithDots' .
1.1       cvs      8133: 
1.40      quint    8134: DirInherit      = 'ltr' / 'rtl' / Kinship '=' .
1.43    ! quint    8135: BidiInherit     = 'Normal' / 'Embed' / 'Override' / Kinship '=' .
1.40      quint    8136: 
1.6       cvs      8137: DistOrInherit   = Kinship InheritedDist / Distance .
                   8138: InheritedDist   = '=' / '+' AbsDist / '-' AbsDist .
1.1       cvs      8139: 
1.6       cvs      8140: BoolInherit     = Boolean / Kinship '=' .
                   8141: Boolean         = 'Yes' / 'No' .
1.1       cvs      8142: 
1.6       cvs      8143: NumberInherit   = Integer / AttrID / Inheritance .
                   8144: Integer         = NUMBER .
1.1       cvs      8145: 
                   8146: LineStyleInherit= Kinship '=' / 'Solid' / 'Dashed' /
                   8147:                   'Dotted' .
                   8148: 
1.6       cvs      8149: SizeInherit     = SizeAttr [ 'pt' ] / Kinship InheritedSize .
                   8150: InheritedSize   = '+' SizeAttr [ 'pt' ]
                   8151:                       [ 'Max' MaxSizeAttr ] /
                   8152:                   '-' SizeAttr [ 'pt' ]
                   8153:                       [ 'Min' MinSizeAttr ] /
1.22      cvs      8154:                   '*' PercentSizeAttr '%' /
1.6       cvs      8155:                   '=' .
                   8156: SizeAttr        = Size / AttrID .
                   8157: Size            = NUMBER .
                   8158: MaxSizeAttr     = MaxSize / AttrID .
                   8159: MaxSize         = NUMBER .
                   8160: MinSizeAttr     = MinSize / AttrID .
                   8161: MinSize         = NUMBER .
1.22      cvs      8162: PercentSizeAttr = PercentSize / AttrID .
                   8163: PercentSize     = NUMBER .
1.6       cvs      8164: 
                   8165: NameInherit     = Kinship '=' / FontName .
                   8166: FontName        = NAME .
1.30      cvs      8167: Color           = 'Transparent' / Kinship '=' / FontName .
1.6       cvs      8168: StyleInherit    = Kinship '=' /
1.23      cvs      8169:                   'Roman' / 'Italics' / 'Oblique' .
                   8170: WeightInherit   = Kinship '=' /
                   8171:                   'Normal' / 'Bold' .
1.1       cvs      8172: UnderLineInherit= Kinship '=' /
1.6       cvs      8173:                   'NoUnderline' / 'Underlined' / 
                   8174:                   'Overlined' / 'CrossedOut' .
1.1       cvs      8175: ThicknessInherit= Kinship '=' / 'Thick' / 'Thin' .
1.13      cvs      8176: 
                   8177: FileName =        STRING .
                   8178: PictMode =        'NormalSize' / 'Scale' /
                   8179:                   'RepeatXY' / 'RepeatX' / 'RepeatY' .
1.1       cvs      8180: 
1.6       cvs      8181: VarConst        = ConstID / ConstType ConstValue /
                   8182:                   VarID / '(' FunctionSeq ')' /
                   8183:                   ElemID .
                   8184: 
                   8185: Creation        = Create [ 'Repeated' ] .
                   8186: Create          = 'CreateFirst' / 'CreateLast' /
                   8187:                   'CreateBefore' / 'CreateAfter' /
                   8188:                   'CreateEnclosing' .
                   8189: 
1.30      cvs      8190: TransmitSeq     = Transmit &lt; Transmit &gt; .
1.6       cvs      8191: Transmit        = TypeOrCounter 'To' ExternAttr
                   8192:                   '(' ElemID ')' ';' .
                   8193: TypeOrCounter   = CounterID / ElemID .
                   8194: ExternAttr      = NAME .
1.1       cvs      8195: 
1.18      cvs      8196: END</pre>
                   8197: </div>
1.1       cvs      8198: 
1.18      cvs      8199: <div class="section">
1.37      cvs      8200: <h2><a name="sectb64" id="sectb64">The T language</a></h2>
1.18      cvs      8201: <pre>TransSchema   = 'TRANSLATION' ElemID ';'
1.1       cvs      8202:               [ 'LINELENGTH' LineLength ';' ]
                   8203:               [ 'LINEEND' CHARACTER ';' ]
                   8204:               [ 'LINEENDINSERT' STRING ';' ]
                   8205:               [ 'BUFFERS' BufferSeq ]
                   8206:               [ 'COUNTERS' CounterSeq ]
                   8207:               [ 'CONST' ConstSeq ]
                   8208:               [ 'VAR' VariableSeq ]
                   8209:                 'RULES' ElemSeq
                   8210:               [ 'ATTRIBUTES' AttrSeq ]
                   8211:               [ 'PRESENTATION' PresSeq ]
1.30      cvs      8212:               &lt; 'TEXTTRANSLATE' TextTransSeq &gt;
1.1       cvs      8213:               [ 'SYMBTRANSLATE' TransSeq ]
                   8214:               [ 'GRAPHTRANSLATE' TransSeq ]
                   8215:                 'END' .
                   8216: 
                   8217: LineLength    = NUMBER .
                   8218: 
1.30      cvs      8219: BufferSeq     = Buffer &lt; Buffer &gt; .
1.1       cvs      8220: Buffer        = BufferID [ '(' 'Picture' ')' ] ';' .
                   8221: BufferID      = NAME .
                   8222: 
1.30      cvs      8223: CounterSeq    = Counter &lt; Counter &gt; .
1.1       cvs      8224: Counter       = CounterID [ ':' CounterFunc ] ';' .
                   8225: CounterID     = NAME .
                   8226: CounterFunc   = 'Rank' 'of' ElemID [ SLevelAsc ]
                   8227:                 [ 'Init' AttrID ] /
                   8228:                 'Rlevel' 'of' ElemID /
                   8229:                 'Set' InitValue 'On' ElemID
                   8230:                       'Add' Increment 'On' ElemID
                   8231:                       [ 'Init' AttrID ] .
                   8232: SLevelAsc     = [ '-' ] LevelAsc .
                   8233: LevelAsc      =  NUMBER .
                   8234: InitValue     = NUMBER .
                   8235: Increment     = NUMBER .
                   8236: ElemID        = NAME .
                   8237: AttrID        = NAME .
                   8238: 
1.30      cvs      8239: ConstSeq      = Const &lt; Const &gt; .
1.1       cvs      8240: Const         = ConstID '=' ConstValue ';' .
                   8241: ConstID       = NAME .
                   8242: ConstValue    = STRING .
                   8243: 
1.30      cvs      8244: VariableSeq   = Variable &lt; Variable &gt; .
                   8245: Variable      = VarID ':' Function &lt; Function &gt; ';' .
1.1       cvs      8246: VarID         = NAME .
                   8247: Function      = 'Value' '(' CounterID [ ':' Length ]
                   8248:                           [ ',' CounterStyle ]  ')' /
                   8249:                 'FileDir' / 'FileName' / 'Extension' /
                   8250:                 'DocumentName' / 'DocumentDir' /
                   8251:                 ConstID / CharString / 
                   8252:                 BufferID / AttrID .
                   8253: Length        = NUMBER .
                   8254: CounterStyle=   'Arabic' / 'LRoman' / 'URoman' /
                   8255:                 'Uppercase' / 'Lowercase' .
                   8256: CharString    = STRING .
                   8257: 
1.30      cvs      8258: ElemSeq       = TransType &lt; TransType &gt; .
1.1       cvs      8259: TransType     = [ FirstSec ] ElemID ':' RuleSeq .
                   8260: FirstSec      = 'First' / 'Second' .
1.30      cvs      8261: RuleSeq       = Rule / 'BEGIN' &lt; Rule &gt; 'END' ';' .
1.1       cvs      8262: Rule          = SimpleRule / ConditionBlock .
                   8263: ConditionBlock= 'IF' ConditionSeq SimpleRuleSeq .
1.30      cvs      8264: SimpleRuleSeq = 'BEGIN' &lt; SimpleRule &gt; 'END' ';' / 
1.1       cvs      8265:                 SimpleRule .
                   8266: 
                   8267: ConditionSeq  = Condition [ 'AND' Condition ] .
                   8268: Condition     = [ 'NOT' ] [ 'Target' ] Cond .
                   8269: Cond          = CondElem / CondAscend .
                   8270: CondElem      = 'FirstRef' / 'LastRef' /
                   8271:                 'ExternalRef' /
1.41      vatton   8272:                 'Script' '=' Script /
1.1       cvs      8273:                 'ComputedPage' / 'StartPage' / 
                   8274:                 'UserPage' / 'ReminderPage' /
                   8275:                 'Empty' /
1.18      cvs      8276:                 ElemID /
1.1       cvs      8277:                 'FirstAttr' / 'LastAttr' .
                   8278: CondAscend    = [ Ascend ] CondOnAscend .
                   8279: Ascend        = '*' / 'Parent' / 'Ancestor' LevelOrType .
                   8280: LevelOrType   = CondRelLevel / ElemID [ ExtStruct ] .
                   8281: CondRelLevel  = NUMBER .
                   8282: CondOnAscend  = 'First' / 'Last' /
                   8283:                 'Referred' / 
                   8284:                 [ 'Immediately' ] 'Within' [ NumParent ]
                   8285:                                   ElemID [ ExtStruct ] /
                   8286:                 'Attributes' /
                   8287:                 AttrID [ RelatAttr ] /
                   8288:                 'Presentation' /
1.34      cvs      8289:                 PresRule .
1.1       cvs      8290: NumParent     = [ GreaterLess ] NParent .
1.30      cvs      8291: GreaterLess   = '&gt;' / '&lt;' .
1.1       cvs      8292: NParent       = NUMBER.
1.41      vatton   8293: Script      = NAME .
1.1       cvs      8294: RelatAttr     = '=' Value /
1.30      cvs      8295:                  '&gt;' [ '-' ] Minimum /
1.1       cvs      8296:                  '&lt;' [ '-' ] Maximum /
                   8297:                  'IN' '[' [ '-' ] MinInterval '..'
                   8298:                           [ '-' ] MaxInterval ']' .
                   8299: Value         = [ '-' ] IntegerVal / TextVal / AttrValue .
                   8300: Minimum       = NUMBER .
                   8301: Maximum       = NUMBER .
                   8302: MinInterval   = NUMBER .
                   8303: MaxInterval   = NUMBER .
                   8304: IntegerVal    = NUMBER .
                   8305: TextVal       = STRING .
                   8306: AttrValue     = NAME .
                   8307: 
                   8308: SimpleRule    = 'Create' [ 'IN' VarID ] Object
                   8309:                        [ Position ] ';' /
                   8310:                 'Write' Object [ Position ] ';' /
                   8311:                 'Read' BufferID [ Position ] ';' /
                   8312:                 'Include' File [ Position ] ';' /
1.6       cvs      8313:                 'Get'  [ RelPosition ] ElemID 
                   8314:                        [ ExtStruct ] 
                   8315:                        [ Position ] ';' /
1.1       cvs      8316:                 'Copy' [ RelPosition ] ElemID 
                   8317:                        [ ExtStruct ] 
                   8318:                        [ Position ] ';' /
                   8319:                 'Use' TrSchema [ 'For' ElemID ] ';' /
                   8320:                 'Remove' ';' /
1.31      cvs      8321:                 'Ignore' ';' /
1.1       cvs      8322:                 'NoTranslation' ';' /
                   8323:                 'NoLineBreak' ';' /
                   8324:                 'ChangeMainFile' VarID [ Position ] ';' /
1.14      cvs      8325:                 'RemoveFile' VarID [ Position ] ';' /
1.10      cvs      8326:                 'Set' CounterID InitValue [ Position ] ';' /
                   8327:                 'Add' CounterID Increment [ Position ] ';' /
1.25      cvs      8328:                 'Indent' [ 'IN' VarID ] Indent [ Position ] ';' .
1.10      cvs      8329: 
1.25      cvs      8330: Indent        = 'Suspend' / 'Resume' / [ IndentSign ] IndentValue .
1.10      cvs      8331: IndentSign    = '+' / '-' .
                   8332: IndentValue   = NUMBER .
1.1       cvs      8333: 
                   8334: Object        = ConstID / CharString /
                   8335:                 BufferID /
                   8336:                 VarID /
1.30      cvs      8337:                 '(' Function &lt; Function &gt; ')' /
1.21      cvs      8338:                  [ 'Translated' ] AttrID /
1.1       cvs      8339:                 'Value' /
                   8340:                 'Content' /
                   8341:                 'Attributes' /
                   8342:                 'Presentation' /
                   8343:                 'RefId' /
                   8344:                 'PairId' /
                   8345:                 'FileDir' / 'FileName' / 'Extension' /
                   8346:                 'DocumentName' / 'DocumentDir' /
                   8347:                 [ 'Referred' ] ReferredObject .
                   8348: Position      = 'After' / 'Before' .
                   8349: 
1.6       cvs      8350: ReferredObject= VarID /
                   8351:                 ElemID [ ExtStruct ] /
                   8352:                 'RefId' /
                   8353:                 'DocumentName' / 'DocumentDir' .                
1.1       cvs      8354: 
1.6       cvs      8355: File          = FileName / BufferID .
                   8356: FileName      = STRING .
1.1       cvs      8357: 
1.6       cvs      8358: RelPosition   = 'Included' / 'Referred' .
                   8359: ExtStruct     = '(' ElemID ')' .
1.1       cvs      8360: 
1.6       cvs      8361: TrSchema      = NAME .
                   8362: 
1.30      cvs      8363: AttrSeq       = TransAttr &lt; TransAttr &gt; .
1.6       cvs      8364: TransAttr     = AttrID [ '(' ElemID ')' ] 
                   8365:                 [ RelatAttr ] ':' RuleSeq .
                   8366: 
1.30      cvs      8367: PresSeq       = PresTrans &lt; PresTrans &gt; .
1.6       cvs      8368: PresTrans     = PresRule ':' RuleSeq .
                   8369: PresRule      = 'Size' [ PresRelation ] /
                   8370:                 'Indent' [ PresRelation ] /
                   8371:                 'LineSpacing' [ PresRelation ] /
                   8372:                 'Adjust' [ '=' AdjustVal ] /
                   8373:                 'Hyphenate' [ '=' BoolVal ] /
                   8374:                 'Style' [ '=' StyleVal ] /
1.24      cvs      8375:                 'Weight' [ '=' WeightVal ] /
1.6       cvs      8376:                 'Font' [ '=' FontVal ] /
                   8377:                 'UnderLine' [ '=' UnderLineVal ] /
                   8378:                 'Thickness' [ '=' ThicknessVal ] /
                   8379:                 'LineStyle' [ '=' LineStyleVal ] /
                   8380:                 'LineWeight' [ PresRelation ] /
                   8381:                 'FillPattern' [ '=' Pattern ] /
                   8382:                 'Background' [ '=' Color ] /
                   8383:                 'Foreground' [ '=' Color ] .
                   8384: 
                   8385: PresRelation  = '=' PresValue /
1.30      cvs      8386:                 '&gt;' [ '-' ] PresMinimum /
1.6       cvs      8387:                 '&lt;' [ '-' ] PresMaximum /
                   8388:                 'IN' '[' [ '-' ] PresIntervalMin '..'
                   8389:                          [ '-' ] PresIntervalMax ']' .
1.35      cvs      8390: AdjustVal     = 'Left' / 'Right' / 'VMiddle' / 'Justify' /
1.6       cvs      8391:                 'LeftWithDots' .
                   8392: BoolVal       = 'Yes' / 'No' .
1.24      cvs      8393: StyleVal      = 'Roman' / 'Italics' / 'Oblique' .
                   8394: WeightVal     = 'Normal' / 'Bold' .
1.6       cvs      8395: FontVal       = 'Times' / 'Helvetica' / 'Courier' .
                   8396: UnderLineVal  = 'NoUnderline' / 'UnderLined' /
                   8397:                 'OverLined' / 'CrossedOut' .
                   8398: ThicknessVal  = 'Thick' / 'Thin' .
                   8399: LineStyleVal  = 'Solid' / 'Dashed' / 'Dotted' .
                   8400: Pattern       = NAME .
                   8401: Color         = NAME .
                   8402: PresMinimum   = NUMBER .
                   8403: PresMaximum   = NUMBER .
1.1       cvs      8404: PresIntervalMin= NUMBER .
                   8405: PresIntervalMax= NUMBER .
1.6       cvs      8406: PresValue     = [ '-' ] PresVal .
                   8407: PresVal       = NUMBER .
1.1       cvs      8408: 
1.41      vatton   8409: TextTransSeq  = [ Script ] TransSeq .
                   8410: Script        = NAME .
1.30      cvs      8411: TransSeq      = 'BEGIN' &lt; Translation &gt; 'END' ';' /
1.6       cvs      8412:                 Translation .
1.30      cvs      8413: Translation   = Source [ '-&gt;' Target ] ';' .
1.6       cvs      8414: Source        = STRING .
1.18      cvs      8415: Target        = STRING .</pre>
                   8416: </div>
1.37      cvs      8417: <hr />
1.18      cvs      8418: </div>
1.1       cvs      8419: 
1.18      cvs      8420: <div class="chapter">
1.37      cvs      8421: <h1><a name="sect7" id="sect7">Character coding</a></h1>
1.1       cvs      8422: 
1.18      cvs      8423: <div class="section">
1.37      cvs      8424: <h2><a name="sectb71" id="sectb71">Characters</a></h2>
1.1       cvs      8425: 
1.43    ! quint    8426: <p>The characters of the Latin script follow the encoding defined in the ISO
        !          8427: 8859-1 (ISO Latin-1) standard. The characters of the Greek script follow the
        !          8428: encoding defined by Adobe for its Symbol font (Adobe FontSpecific).</p>
1.37      cvs      8429: 
                   8430: <p>Characters whose octal code is greater than 0200 are written in the form
                   8431: of their octal code preceded by a backslash character (``\''). For example,
                   8432: the French word 'Résumé' is written <tt>R\351sum\351</tt>.</p>
1.30      cvs      8433: 
                   8434: <p>To the ISO 8859-1 encoding four characters with the following codes have
1.37      cvs      8435: been added:<br />
                   8436: <tt>212</tt>: line break<br />
                   8437: <tt>240</tt>: sticky space<br />
                   8438: <tt>201</tt>: thin space<br />
1.18      cvs      8439: <tt>202</tt>: en space</p>
1.30      cvs      8440: 
                   8441: <p>The <tt>212</tt> character is a ``line break'' character which forces a
1.37      cvs      8442: line break. The <tt>240</tt> character is a ``sticky space'', which cannot be
1.18      cvs      8443: replaced by a line break.</p>
                   8444: </div>
1.1       cvs      8445: 
1.18      cvs      8446: <div class="section">
1.37      cvs      8447: <h2><a name="sectb72" id="sectb72">Symbols</a></h2>
1.1       cvs      8448: 
1.37      cvs      8449: <p>The table below gives the codes for the symbols of Thot. Symbols can be
                   8450: used in presentation schemas constants and in transcoding rules of
                   8451: translation schemas. Each symbol is represented by a single character.</p>
1.18      cvs      8452: <ul>
1.40      quint    8453:   <li><tt>r</tt> : a radical</li>
                   8454:   <li><tt>i</tt> : a simple integral</li>
                   8455:   <li><tt>c</tt> : a curvilinear integral</li>
                   8456:   <li><tt>d</tt> : a double integral</li>
                   8457:   <li><tt>t</tt> : a triple integral</li>
1.39      cvs      8458:   <li><code>o</code>: an over brace</li>
                   8459:   <li><code>u</code>: an under brace</li>
1.40      quint    8460:   <li><tt>S</tt> : the summation symbol</li>
                   8461:   <li><tt>P</tt> : the product symbol</li>
                   8462:   <li><tt>U</tt> : the union symbol</li>
                   8463:   <li><tt>I</tt> : the intersection symbol</li>
                   8464:   <li><tt>R</tt> : a right arrow</li>
                   8465:   <li><tt>L</tt> : a left arrow</li>
                   8466:   <li><tt>&lt;</tt> : an opening pointy bracket</li>
                   8467:   <li><tt>&gt;</tt> : a closing pointy bracket</li>
                   8468:   <li><tt>^</tt> : an up arrow</li>
                   8469:   <li><tt>V</tt> : a down arrow</li>
                   8470:   <li><tt>(</tt> : an opening parenthesis</li>
                   8471:   <li><tt>)</tt> : a closing parenthesis</li>
                   8472:   <li><tt>{</tt> : an opening brace</li>
                   8473:   <li><tt>}</tt> : a closing brace</li>
                   8474:   <li><tt>[</tt> : an opening square bracket</li>
                   8475:   <li><tt>]</tt> : a closing square bracket</li>
1.18      cvs      8476: </ul>
                   8477: </div>
1.1       cvs      8478: 
1.18      cvs      8479: <div class="section">
1.37      cvs      8480: <h2><a name="sectb73" id="sectb73">Graphical elements</a></h2>
1.1       cvs      8481: 
1.30      cvs      8482: <p>The table below gives the codes for the graphical elements of Thot. These
1.1       cvs      8483: elements can be used in presentation schemas constants and in transcoding
1.37      cvs      8484: rules of translation schemas. Each graphical element is represented by a
1.18      cvs      8485: single character.</p>
                   8486: <ul>
1.30      cvs      8487:   <li>a: a circle</li>
                   8488:   <li><p><tt>A</tt>: an open curve with an arrow head at the end</p>
                   8489:   </li>
1.40      quint    8490:   <li><tt>b</tt> : a horizontal line along the lower side of the box</li>
                   8491:   <li><tt>B</tt> : an open curve</li>
                   8492:   <li><tt>c</tt> : an ellipse inscribed in the box</li>
                   8493:   <li><tt>C</tt> : a rectangle with rounded corners</li>
                   8494:   <li><tt>D</tt> : an open curve with two arrow heads</li>
                   8495:   <li><tt>e</tt> : The northwest/southeast diagonal of the box with an
                   8496:     arrowhead at the bottom</li>
                   8497:   <li><tt>E</tt> : The southwest/northeast diagonal of the box with an
                   8498:     arrowhead at the top</li>
                   8499:   <li><tt>F</tt> : an open curve with an arrow head at start</li>
                   8500:   <li><tt>g</tt> : a line from the origin of the box to its opposite
                   8501:   corner</li>
                   8502:   <li><tt>h</tt> : a horizontal line as wide as the box and placed in its
                   8503:     middle</li>
                   8504:   <li><tt>l</tt> : a vertical line on the left side of the box</li>
                   8505:   <li><tt>L</tt> : a lozenge</li>
                   8506:   <li><tt>M</tt> : an open broken line with two arrow heads</li>
                   8507:   <li><tt>N</tt> : an open broken line with an arrow head at start</li>
                   8508:   <li><tt>o</tt> : The southwest/northeast diagonal of the box with an
                   8509:     arrowhead at the bottom</li>
                   8510:   <li><tt>O</tt> : The northwest/southeast diagonal of the box with an
                   8511:     arrowhead at the top</li>
                   8512:   <li><tt>p</tt> : a polygon</li>
                   8513:   <li><tt>P</tt> : a rectangle with round corners and a horizontal bar at the
                   8514:     top</li>
                   8515:   <li><tt>Q</tt> : an ellipse with a horizontal bar at the top</li>
                   8516:   <li><tt>r</tt> : a vertical line on the right side of the box</li>
                   8517:   <li><tt>R</tt> : a rectangle which is the shape of the box</li>
                   8518:   <li><tt>s</tt> : a closed curve</li>
                   8519:   <li><tt>S</tt> : an open broken line</li>
                   8520:   <li><tt>t</tt> : a horizontal line along the upper side of the box</li>
                   8521:   <li><tt>U</tt> : an open broken line with an arrow head at the end</li>
                   8522:   <li><tt>v</tt> : a vertical line as tall as the box and placed in its
                   8523:   middle</li>
                   8524:   <li><tt>V</tt> : a down arrow as tall as the box and in its middle</li>
1.30      cvs      8525:   <li>w: a segment (2 points)</li>
1.40      quint    8526:   <li><tt>W</tt> : the upper right corner</li>
1.30      cvs      8527:   <li>x: a segment (2 points) with an arrow head at the end</li>
1.40      quint    8528:   <li><tt>X</tt> : the lower right corner</li>
1.30      cvs      8529:   <li>y: a segment (2 points) with an arrow head at the end</li>
1.40      quint    8530:   <li><tt>Y</tt> : the lower left corner</li>
1.30      cvs      8531:   <li>z: a segment (2 points) with an arrow head at the end</li>
1.40      quint    8532:   <li><tt>Z</tt> : the upper left corner</li>
                   8533:   <li><tt>space</tt> : a transparent element</li>
                   8534:   <li><tt>^</tt> : an up arrow as tall as the box and in its middle</li>
                   8535:   <li><tt>&gt;</tt> : a right arrow as long as the box's width and in its
                   8536:     middle</li>
                   8537:   <li><tt>&gt;</tt> : a left arrow as long as the box's width and in its
                   8538:     middle</li>
                   8539:   <li><tt>/</tt> : The southwest/northeast diagonal of the box</li>
                   8540:   <li><tt>\</tt> : the northwest/southeast diagonal of the box</li>
1.18      cvs      8541: </ul>
1.37      cvs      8542: <hr />
1.18      cvs      8543: </div>
                   8544: </div>
                   8545: </body>
                   8546: </html>

Webmaster