layout (hendiAll)
Zurück
<layout>
Andere Schemata
Attribute
columns
Datentyp
teidata.count
streams
Datentyp
teidata.count
ruledLines
Datentyp
teidata.count
writtenLines
Datentyp
teidata.count
Beispiel
<layout columns="1" ruledLines="25 32">
Most pages have between 25 and 32 long lines ruled in lead.</layout>
Beispiel
<layout columns="2" ruledLines="42">
<p>2 columns of 42 lines ruled in ink, with central rule
between the columns.</p>
</layout>
Beispiel
<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>
Beispiel
<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>