<front>
<front> (正文前資訊) 包含位於文件最前端、正文之前的項目 (標頭、題名頁、前言、獻詞等) 。 4.6 Title Pages 4 Default Text Structure | |
組件 | textstructure — 4 Default Text Structure |
屬性 | att.declaring (@decls) |
屬於 | |
可包含 | |
宣告 |
element front { att.global.attributes, att.declaring.attributes, ( ( model.frontPart | model.pLike.front | model.global )*, ( ( ( ( model.div1Like ), ( model.frontPart | model.div1Like | model.global )* ) | ( ( model.divLike ), ( model.frontPart | model.divLike | model.global )* ) )? ), ( ( ( model.divBottomPart ), ( model.divBottomPart | model.global )* )? ) ) } |
例子 | <front> <epigraph> <quote>小燕子其實也無所愛,只是沉浸在朦朧而飄忽的夏夜夢里罷了。 </quote> </epigraph> <div type="dedication"> <p>《憶》第三十五首</p> </div> </front> |
例子 | <front> <div type="dedication"> <p>聲明啟事</p> </div> <div type="preface"> <head>作者聲明</head> <p>書中所有情節內容皆為虛構,若有雷同,純屬巧合。</p> </div> </front> |