User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:tei [2020/06/06 18:20] – [<pb>] clarification and TEI language dominikwiki:tei [2022/04/25 13:15] (current) dominik
Line 54: Line 54:
 ===== <lb> ===== ===== <lb> =====
  
-Indicates a line break.+Indicates a new line beginning.
  * the ''n'' attribute indicates the line number.  * the ''n'' attribute indicates the line number.
- * if a line break corresponds to a word break, then the space appears before the ''<lb>'' tag.+ * if a line beginning corresponds to a word break, then the space appears before the ''<lb>'' tag.
  
 <code xml>vya-<lb n="5"/>vahāre, ātmā <lb n="6"/>tattvaṃ</code> <code xml>vya-<lb n="5"/>vahāre, ātmā <lb n="6"/>tattvaṃ</code>
Line 101: Line 101:
  
 > <html>anekaviṣayanihi<span class="pb">L</span>tapadānām</html> > <html>anekaviṣayanihi<span class="pb">L</span>tapadānām</html>
 +
 +===== <pc> </pc> =====
 +
 +Used to split compounds words.
 +
 +<code xml>aneka<pc> </pc>viṣaya<pc> </pc>nihita<pc> </pc>padānām</code>
 +
 +> <html>ankeaviṣayanihitapadānām</html>
 +
 +The spaces are not displayed, but variant readings will be split using those spaces as guides. This manual procedure is only needed occasionally, to clarify the critical apparatus in the case of very long or complex compounds.
  
 ===== <retrace> ===== ===== <retrace> =====