「《法鼓全集 2020 紀念版》標記手冊」:修訂間差異

出自DILA Wiki
imported>Chengen.xie
imported>Chengen.xie
行 62: 行 62:
==p 段落==
==p 段落==
===@rend===
===@rend===
====未指定====
*未指定rend屬性時:預設為縮排2字
*未指定rend屬性時:預設為縮排2字
<syntaxhighlight lang="XML">
<syntaxhighlight lang="XML">
行 67: 行 68:
</syntaxhighlight>
</syntaxhighlight>


====rend =??? ====
*指定段落樣式為第一行凸排
*指定段落樣式為第一行凸排
<syntaxhighlight lang="XML">
<syntaxhighlight lang="XML">
行 72: 行 74:
</syntaxhighlight>
</syntaxhighlight>


====rend =??? ====
*指定段落樣式為齊行
*指定段落樣式為齊行
<syntaxhighlight lang="XML">
<syntaxhighlight lang="XML">

於 2020年3月11日 (三) 14:22 的修訂

標記規範參考來源

標記說明

teiHeader

<teiHeader>
	<fileDesc>
		<titleStmt>
			<title>法鼓全集2020紀念版第一輯第一冊 明末佛教研究</title>
			<respStmt>
				<resp>Electronic Version by</resp>
				<name>法鼓文理學院 Dharma Drum Institute of Liberal Arts</name>
			</respStmt>
		</titleStmt>
	        <editionStmt>
		        <edition>Version 1.0 (UTF-8)<date>2020/03/30</date></edition>
	        </editionStmt>
	        <sourceDesc>
		        <biblStruct>
			        <monogr>
			        	<title>明末佛教研究</title>
				        <imprint>
					        <pubPlace>台灣‧台北</pubPlace>
					        <publisher>法鼓文化</publisher>
        					<date>2020-12</date>
	        			</imprint>
		        	</monogr>
			        <series>
				        <title>法鼓全集</title>
				        <biblScope type="vol">第一輯‧第一册</biblScope>
			        </series>
		        </biblStruct>
        	</sourceDesc>
        </fileDesc>
</teiHeader>

div 區塊

@type

type="part" 章、篇

  • 定義:目錄中第一層次的文義單位。
  • 主要為文章(篇) 或書籍的章。
<div type="part">
    <head>波羅蜜</head>
    <p>全名為波羅蜜多,是梵文pāramitā的音譯,中國人喜歡簡略,往往把「多」字......</p>
</div>

type="section" 節

  • 定義:目錄中第二層次的文義單位。
  • n 的值為章節,例如:第一章第一節 標示為 1.1
<div n="1.1" type="section">
    <head>一、提要</head>
    <p>《法華經》自稱是「諸經中王」,不論從理論方面或實踐方面來看,的...</p>
</div>

p 段落

@rend

未指定

  • 未指定rend屬性時:預設為縮排2字
  <p>《法華經》自稱是「諸經中王」,不論從理論方面或實踐方面來看,的...</p>

rend =???

  • 指定段落樣式為第一行凸排
  <p rend="???">《法華經》自稱是「諸經中王」,不論從理論方面或實踐方面來看,的...</p>

rend =???

  • 指定段落樣式為齊行
  <p rend="???">《法華經》自稱是「諸經中王」,不論從理論方面或實踐方面來看,的...</p>

note 註解

@resp

resp="author" 原註(聖嚴法師)

  • n 的值為註解編號,例如註解1為 n="1"
<note resp="author" n="1">印順長老於二○○五年圓寂。</note>

resp="editor" 校註(法鼓文化)

  • n 的值為註解編號,例如註解5為 n="5"
<note resp="editor" n="5">參見《法華傳記》卷二(T51, no. 2068, p. 53c16-p. 56a7)。</note>

bibl 書目&出處

@source

  • CBETA出處
<bibl source="T22n1428_p0580b15">《大正藏》一二.三四五頁下</bibl>
  • 全集出處
<bibl source="FGQJ.J3.V8.P22-P23">
    <title level="a">〈童年和少年〉</title><title level="m">《聖嚴法師學思歷程》</title>,法鼓全集3輯8冊,法鼓文化,頁22-23
</bibl>
  • 不夠清楚時
<bibl>《大正藏》一二.三四五頁下</bibl>