2016/10/25公開版(第三版)で改訂した箇所のみ抜き出しました。特に間違い箇所を訂正したわけではなく、こうした方がより良いだろうという改訂なので、2016/04/12公開版(第一版)、2016/06/14公開版(第二版)でEPUBを作成した方は、必要と思われる箇所のみ参照してください。なお、解説中に表示されている行番号はオリジナル時のもので編集内容により変わってきます。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <? xml version = "1.0" encoding = "UTF-8" ?> <!DOCTYPE html> < html xmlns = "http://www.w3.org/1999/xhtml" xmlns:epub = "http://www.idpf.org/2007/ops" xml:lang = "ja" class = "hltr" > < head > < meta charset = "UTF-8" /> < title >銀色の獅子 -テンプレート版- 表紙</ title > < link rel = "stylesheet" type = "text/css" href="../style/book-style.css&quo t;/> </ head > < body epub:type = "cover" class = "p-cover" > < div class = "main" > < p >< img class = "fit" src = "../image/cover.jpg" alt = "表紙" />& lt;/p> </ div > </ body > </ html > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | <? xml version = "1.0" encoding = "UTF-8" ?> <!DOCTYPE html> < html xmlns = "http://www.w3.org/1999/xhtml" xmlns:epub = "http://www.idpf.org/2007/ops" xml:lang = "ja" > < head > < meta charset = "UTF-8" /> < title >銀色の獅子 -テンプレート版- 表紙</ title > < link rel = "stylesheet" type = "text/css" href = "../style/fixed-layout-jp.cs s" /> < meta name = "viewport" content = "width=1127, height=1600" /> </ head > < body > < div class = "main" > < svg xmlns = "http://www.w3.org/2000/svg" version = "1.1" xmlns:xlink = "http://www.w3.org/1999/xlink" width = "100%" height = "100%" viewBox = "0 0 1127 1600" > < image width = "1127" height = "1600" xlink:href = "../image/cover.jpg" /& gt; </svg> </ div > </ body > </ html > |
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | < div class = "ornament-upper" > < p >< img src = "../image/ornament_u.png" alt = "装飾 上部" /></ p > </ div > < div class = "book-title" > < p >銀色の獅子</ p > </ div > < div class = "book-title-sub" > < p >-テンプレート版-</ p > </ div > < div class = "ornament-middle" > < p >< img src = "../image/deco_l.png" alt = "装飾 ワンポイント" /></ p > </ div > < div class = "author" > < p >Dark Currant</ p > </ div > < div class = "ornament-lower" > < p >< img src = "../image/ornament_l.png" alt = "装飾 下部" /></ p > </ div > |
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | < div class = "ornament-upper" > < p >< img src = "../image/ornament_u.png" alt = "" /></ p > </ div > < div class = "book-title" > < p >銀色の獅子</ p > </ div > < div class = "book-title-sub" > < p >-テンプレート版-</ p > </ div > < div class = "ornament-middle" > < p >< img src = "../image/deco_l.png" alt = "" /></ p > </ div > < div class = "author" > < p >Dark Currant</ p > </ div > < div class = "ornament-lower" > < p >< img src = "../image/ornament_l.png" alt = "" /></ p > </ div > |
17 18 19 20 21 22 23 | < h2 >目次</ h2 > < p >< a href = "p-illustration.xhtml#f-005" >挿絵</ a ></ p > < p >< a href = "p-characters.xhtml#f-006" >登場人物</ a ></ p > < p >< a href = "p-prologue.xhtml#000-00" >プロローグ</ a ></ p > < p >< br /></ p > |
17 18 19 20 21 22 23 | < h2 >目次</ h2 > < p >< a href = "p-illust-01.xhtml" >挿絵1</ a ></ p > < p >< a href = "p-characters.xhtml#f-006" >登場人物</ a ></ p > < p >< a href = "p-prologue.xhtml#000-00" >プロローグ</ a ></ p > < p >< br /></ p > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | <? xml version = "1.0" encoding = "UTF-8" ?> <!DOCTYPE html> < html xmlns = "http://www.w3.org/1999/xhtml" xmlns:epub = "http://www.idpf.org/2007/ops" xml:lang = "ja" class = "hltr" > < head > < meta charset = "UTF-8" /> < title >銀色の獅子 -テンプレート版- 挿絵</ title > < link rel = "stylesheet" type = "text/css" href = "../style/book-style.css" /> </ head > < body class = "p-image" > < div class = "main align-center" > < div id = "f-005" > < p >< img class = "fit" src = "../image/old_paper.jpg" alt = "挿絵" /></ p > </ div > </ div > </ body > </ html > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <? xml version = "1.0" encoding = "UTF-8" ?> <!DOCTYPE html> < html xmlns = "http://www.w3.org/1999/xhtml" xmlns:epub = "http://www.idpf.org/2007/ops" xml:lang = "ja" class = "hltr" > < head > < meta charset = "UTF-8" /> < title >銀色の獅子 -テンプレート版- 挿絵1</ title > < link rel = "stylesheet" type = "text/css" href = "../style/book-style.css" /> </ head > < body class = "p-image" > < div class = "main align-center" > < p >< img class = "fit" src = "../image/illust-01.jpg" alt = "" /></ p > </ div > </ body > </ html > |
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | < div class = "ornament-upper" > < p >< img src = "../image/ornament_u.png" alt = "装飾 上部" /></ p > </ div > < div class = "book-title" > < p >銀色の獅子</ p > </ div > < div class = "book-title-sub" > < p >-テンプレート版-</ p > </ div > < div class = "ornament-middle" > < p >< img src = "../image/deco_s.png" alt = "装飾 ワンポイント" /></ p > </ div > < div class = "author" > < p >著者 Dark Currant</ p > </ div > < div class = "copyright" > < p >© 2016 Dark Currant. All Rights Reserved.</ p > </ div > < div class = "release-date" > < p >2013年1月12日 初版</ p > < p >2016年8月7日 第三版</ p > </ div > < div class = "publisher-data link_none_underline" > < p >EPUB版制作/発行</ p > < p >『Dark Currant's Novels Site』</ p > </ div > < div class = "ornament-lower" > < p >< img src = "../image/ornament_l.png" alt = "装飾 下部" /></ p > </ div > |
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | < div class = "ornament-upper" > < p >< img src = "../image/ornament_u.png" alt = "" /></ p > </ div > < div class = "book-title" > < p >銀色の獅子</ p > </ div > < div class = "book-title-sub" > < p >-テンプレート版-</ p > </ div > < div class = "ornament-middle" > < p >< img src = "../image/deco_s.png" alt = "" /></ p > </ div > < div class = "author" > < p >著者 Dark Currant</ p > </ div > < div class = "copyright" > < p >(C) 2016 Dark Currant.</ p > </ div > < div class = "release-date" > < p >2013年1月12日 初版</ p > < p >2016年8月7日 第三版</ p > </ div > < div class = "publisher-data link_none_underline" > < p >EPUB版制作/発行</ p > < p >『Dark Currant's Novels Site』</ p > </ div > < div class = "ornament-lower" > < p >< img src = "../image/ornament_l.png" alt = "" /></ p > </ div > |
70 71 72 73 | <!-- xhtml --> < item media-type = "application/xhtml+xml" id = "p-cover" href = "xhtml/p-cover.xhtml" /> < item media-type = "application/xhtml+xml" id = "p-titlepage" href = "xhtml/p-titlepage.xhtml" /> < item media-type = "application/xhtml+xml" id = "p-caution" href = "xhtml/p-caution.xhtml" /> |
70 71 72 73 | <!-- xhtml --> < item media-type = "application/xhtml+xml" id = "p-cover" href = "xhtml/p-cover.xhtml" properties = "svg" /> < item media-type = "application/xhtml+xml" id = "p-titlepage" href = "xhtml/p-titlepage.xhtml" /> < item media-type = "application/xhtml+xml" id = "p-caution" href = "xhtml/p-caution.xhtml" /> |
92 93 94 95 96 | < spine page-progression-direction = "rtl" > < itemref linear = "yes" idref = "p-cover" properties = "rendition:page-spread-center" /> < itemref linear = "yes" idref = "p-titlepage" properties = "page-spread-left" /> < itemref linear = "yes" idref = "p-caution" properties = "page-spread-right" /> |
92 93 94 95 96 | < spine page-progression-direction = "rtl" > < itemref linear = "yes" idref = "p-cover" properties = "rendition:layout-pre-paginated rendition:spread-none rendition:page-spread-center" /> < itemref linear = "yes" idref = "p-titlepage" properties = "page-spread-left" /> < itemref linear = "yes" idref = "p-caution" /> |
1 2 3 4 | cd epubcheck java -jar epubcheck-3.0.1.jar c:\ebook\files\ -mode exp -save cd .. pause |
1 2 3 | cd epubcheck java -jar epubcheck.jar c:\ebook\files\ -mode exp -save cd .. |
4. 画像
■禁止事項
- リフロー型でのイメージマップ(クリッカブルマップ)は禁止
- 画像に対するテキストの回り込みは原則禁止 ※横置き画面での表示を意識すること (縦横数文字サイズ程度の画像で、かつ回り込みが効かないRSを許容できる場合は利用可)
- ページフィット画像には、高さや幅・字下げ等の指定をしない(画が潰れたり切れたりする場合あり)
- ページめくりに影響するので、画像のみのページの画像にはリンク指定しない
- CSSページフィット画像のみを囲むリンク指定は禁止(反応しないRSを許容できれば可)
- KADOKAWA-EPUB PORTAL『KADOKAWA-EPUB 制作仕様
『リフロー型制作仕様(KADOKAWA)ver.1.0.1-20160501.pdf』より