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 [2019/10/21 12:16] – [<note>] 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 94: Line 94:
 ===== <pb> ===== ===== <pb> =====
  
-Indicates a page break+Indicates a page beginning. 
- * the ''n'' attribute indicates the folio or page number.+ 
 + * the ''n'' attribute indicates the folio or page number of the new page.
  
 <code xml>anekaviṣayanihi<pb n="3r"/>tapadānām</code> <code xml>anekaviṣayanihi<pb n="3r"/>tapadānām</code>
  
 > <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> =====