layout (hendiLetters)
Back
<layout> (layout) describes how text is laid out on the page or surface of the object, including information about any ruling, pricking, or other evidence of page-preparation techniques.
Other Customizations
Attributes
columns
(columns)
specifies the number of columns per page
Datatype
teidata.count
streams
(textual streams)
indicates the number of streams per page, each of which contains an independent textual stream
Datatype
teidata.count
ruledLines
(ruled lines)
specifies the number of ruled lines per column
Datatype
teidata.count
writtenLines
(written lines)
specifies the number of written lines per column
Datatype
teidata.count
Example
<layout columns="1" ruledLines="25 32">
Most pages have between 25 and 32 long lines ruled in lead.</layout>
Example
<layout columns="2" ruledLines="42">
<p>2 columns of 42 lines ruled in ink, with central rule
between the columns.</p>
</layout>
Example
<layout columns="1 2" writtenLines="40 50">
<p>Some pages have 2 columns, with central rule
between the columns; each column with between 40 and 50 lines of writing.</p>
</layout>
Example
<layout streams="3" columns="3"/> <div type="page">
<ab><pb/>
一二三<cb type="top-stream"/>
一二三<cb type="mid-stream"/>
一二三<cb type="bottom-stream"/> <!-- cb here for demo purposes -->
</ab>
</div>