Skip to content

Commit

Permalink
Merge pull request #9 from bobbytung/master
Browse files Browse the repository at this point in the history
基於結論的小補充,沒有爭議直接 merge
  • Loading branch information
TDPF authored Oct 4, 2018
2 parents 71b229b + 5ca0051 commit 82027ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Binary file not shown.
10 changes: 7 additions & 3 deletions tdpf-epub3guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,13 @@ html元素內原則上除了排版方向(writing-mode)與全體字體指定

閱讀程式**必需**提供字型,以支援以下兩種字體

等寬的明體字型
- 等寬的明體字型

等寬的黑體字型
- 等寬的黑體字型

**推薦**閱讀程式支援以下字體,以提供最佳排版表現

等寬的楷體字型
- 等寬的楷體字型

同時以上字型**必需**如下指定為「Generic font family」供書檔顯示對應

Expand Down Expand Up @@ -424,6 +424,10 @@ RS可以利用以上標準語法製作不同顯示方式,如跳出式註解,

若要使用 `<table>` 來製作表格,請自行測試顯示效果。各RS間顯示結果不一定一致。

### 數學等計算公式

EPUB規範中雖推薦使用MathML來顯示計算公式,但現在各瀏覽器引擎對MathML顯示的支援狀況還過低,以至於許多使用瀏覽器進行電子書顯示的服務無法提供完善的資源。建議將計算公式處理為透明的PNG圖片插入頁面中,並且按照所佔行數來指定高/寬度。

### 其他CSS的解釋方法

#### <u>書名號與私名號</u>
Expand Down

0 comments on commit 82027ca

Please sign in to comment.