「《新修華嚴經疏鈔》數位典藏平台建置專案工作手冊」:修訂間差異
出自DILA Wiki
imported>Sinyue (→table) |
imported>Sinyue (→table) |
||
行 82: | 行 82: | ||
*row元素表示表格的一列 | *row元素表示表格的一列 | ||
*cell元素表示表格的一格 | *cell元素表示表格的一格 | ||
===左邊標題欄有框線 === | |||
<table rend="table-col-head"> | |||
=CSS= | =CSS= |
於 2016年1月5日 (二) 10:28 的修訂
Namespaces
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="application/xml"
schematypens="http://purl.oclc.org/dsdl/schematron"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
TeiHeader
<teiHeader>
<fileDesc>
<titleStmt>
<title>新修華嚴經疏鈔</title>
<funder>財團法人台北市華嚴蓮社</funder>
<principal>賢度法師</principal>
</titleStmt>
<editionStmt>
<edition>Version 1.0, TEI P5 <date when="2015"/></edition>
</editionStmt>
<publicationStmt>
<p>本電子檔智慧財產權屬於台北市華嚴蓮社,不得散佈發行。</p>
</publicationStmt>
<sourceDesc>
<bibl>
<title>新修華嚴經疏鈔</title>
<respStmt><resp>發行人</resp><name>成一長老</name></respStmt>
<publisher>財團法人台北市華嚴蓮社</publisher>
<respStmt><resp>主編</resp><name>華嚴編藏會</name></respStmt>
<pubPlace>台北市,台灣</pubPlace>
<date when="2001-07-01">中華民國九〇年七月一日</date>
</bibl>
</sourceDesc>
</fileDesc>
<revisionDesc>
<change when="2015-04"><name>周邦信</name> MS Word 轉為 TEI P5 標記</change>
</revisionDesc>
</teiHeader>
XML Elements
front
- TEI 定義:<front> (正文前資訊) 包含位於文件最前端、正文之前的項目 (標頭、題名頁、前言、獻詞等) 。
div
章節皆以 div 元素標示。
head
TEI 定義:(標題)包含任何種類的標題,如章節、列表、詞彙表、寫本描述等的標題。
<div><head>…</head></div>
opener
TEI 定義:<opener> 匯集日期地點、署名、稱呼語及其他在區段開端出現的類似措辭,尤指信件開頭。
著作全集中,章節標題前出現的書名,以 opener 元素標記。
p
標記散文的段落。
lg
TEI 定義:<lg> (行組) 包含形式上視為一組的詩行,例如詩節、疊句、韻文段落等。
lg 是 line group,裡面包一個或多個<l> (line)。
pb
頁碼記錄於 pb 元素的 n 屬性,例如:
<pb n="1"/>
- 空白頁的頁碼亦標示出。
graphic
TEI定義:<graphic> indicates the location of an inline graphic, illustration, or figure. 行中的小圖, 以<graphic>標記。
seg
在 TEI 的中英文解釋:
<seg> (arbitrary segment) represents any segmentation of text below the ‘chunk’ level.
<seg> (隨機分割) 包含文件中任何隨機字詞層次的單元 (包括其他分割元素)。
note
雙行夾註:<note place="inline2">
label
TEI 的 label 元素定義:包含和列表中某項目相關聯的標號;在詞彙表中則用來標記被定義的字詞。
某些段落開頭會有粗體字表示本段落的標題,我們也以 label 元素標記。
list
- list:(list) 包含以列表方式呈現的任何連續項目。
- item:包含列表中的一個項目。
table
TEI的定義:
以表格形式呈現、包含在直行橫列中的文字內容。- row元素表示表格的一列
- cell元素表示表格的一格
左邊標題欄有框線
CSS
邊界
margin
text(文字)
縮排
- 首行縮排2個字:text-indent:2em(負值變成凸排)
- text-indent為0時,不須加em值:text-indent:0
垂直對齊
- 上標:vertical-align:super