Skip to content

Update trans-linebreak.xml #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions guidelines/xml/trans-linebreak.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,13 @@ End license statement: do not remove -->
<ptr target="a"/>
</listRef>--></p>

<p>EpiDoc follows TEI practice in marking line breaks on the support (as opposed to verse lines) using the <gi>lb</gi>,
though the expansion "line-begins" is in many ways a more useful way of thinking about this element. <gi>lb</gi> is an empty element
to mark the point at which the line breaks (or begins).</p>
<p>EpiDoc follows TEI practice in marking line beginnings on the support (as opposed to verse lines) using the <gi>lb</gi>.
<gi>lb</gi> is an empty element to mark the point at which the line begins.</p>

<p>Because there is no containing element encapsulating lines, any information about the numbering, rendition, or condition
of an entire line needs to be marked in an attribute on the preceding <gi>lb</gi>. For this reason, therefore, it is
of an entire line needs to be marked in an attribute in the <gi>lb</gi>. For this reason, therefore, it is
our convention to place an <gi>lb</gi> at the beginning of every epigraphic line in the edition, including the first.
Any <att>rend</att> or numbering attributes on that <gi>lb</gi> refer to all text between the current and the following line-break.
Any <att>rend</att> or numbering attributes on that <gi>lb</gi> refer to all text between the current and the following line-begin.
(See example below.)</p>

<cit>
Expand Down Expand Up @@ -78,6 +77,10 @@ End license statement: do not remove -->
<name>Charlotte Tupman</name>
<name/>
</respStmt></bibl>
<bibl><respStmt>
<resp>author</resp>
<name>Thomas Kollatz</name>
<name/>
</listBibl>
</div>
</div>