Guidelines for Encoding Typographical Features

In the originals, the semantic structure of a passage is usually illustrated by typographical highlights. The annotation of the full text primarily follows semantic criteria, so that the respective semantic category is assigned to the transcribed text.

The typographical appearance of the original is also documented as precisely as possible, especially if the semantic structure of a passage is not immediately recognizable.

Typographical features of the original are represented by the universal attributes @rendition and @rend, which can be assigned to the following elements of the basic format: <byline>, <cell>, <dateline>, <div>, <figure>, <floatingText>, <formula>, <fw>, <head>, <hi>, <l>, <lg>, <milestone>, <p>
Note: Alternative regulation phase 1: The <hi> element, which contains the @rendition attribute, is used to tag typographic features.

The <hi> element is used especially for tagging typographical features on the character level.

Typographical markups can extend over a page break or a column break.

The attributes @rendition and @rend are mutually exclusive. The @rendition attribute contains a fixed list of possible values for tagging common typographical features (see below) and should therefore be preferred to the @rend attribute. Additional typographical features that cannot be displayed with the values listed below can be displayed in the @rend attribute. In @rend, natural language information is possible for the typographical realization of the respective tagged text passages.

The following values can be used for @rendition:

Attribute Value Pair Meaning CSS Implementation in the DTA
rendition="#aq" change to Antiqua font in Fraktur works font-family:sans-serif
rendition="#b" bold text font-weight:bold
rendition="#blue" blue font color:blue
rendition="#c" centered text display:block; text-align:center
rendition="#et" indented text display:block; margin-left:2em; text-indent:0
rendition="#f" change to Fraktur font in Antiqua works border:1px dotted silver
rendition="#fr" Fraktur change border:1px dotted silver
rendition="#g" spaced letters letter-spacing:0.125em
rendition="#i" italics font-style:italic
rendition="#in" initial, ornamented initial font-size:150%
rendition="#k" small caps font-variant:small-caps
rendition="#red" red font color:red
rendition="#right" right alignment display:block; text-align:right
rendition="#sub" subscript vertical-align:sub; font-size:.7em
rendition="#sup" superscript vertical-align:super; font-size:.7em
rendition="#u" printed underlining text-decoration:underline
rendition="#uu" double underlining border-bottom:double 3px #000
rendition="#v" vertically printed text  
rendition="#s" crossed out text text-decoration:line-through
rendition="#et2" (level 3:) double indented text display:block; margin-left:4em; text-indent:0
rendition="#et3" (level 3:) triple indented text display:block; margin-left:6em; text-indent:0
rendition="#smaller" (level 3:) scaled down font compared to the basic text font-size:smaller
rendition="#larger" (level 3:) enlarged font compared to the basic text font-size:larger