• 検索結果がありません。

EPUBindle 最近の更新履歴 epubcafé

N/A
N/A
Protected

Academic year: 2018

シェア "EPUBindle 最近の更新履歴 epubcafé"

Copied!
74
0
0

読み込み中.... (全文を見る)

全文

(1)

Kindle 出版

1

(2)

ン ャ ン 株式会社

Kindle 事業部

, 加藤

(3)

» Kindle

» Kindle Format

固定 イアウ

» Kindle い本

(4)

Kindle

(5)

各国 展開

» : 2007

» : 2010

» / / / ン: 2011

» : 2012

» 2012

2013 電子出版飛躍 品揃え 高品質 電子書籍

広 協力 せ い い 思い

5

(6)

Kindle 特徴

»

使いや

Amazon 延長線 電子書籍 購入

簡単

見や 表示

Kindle Paperwhite

Kindle Fire HD

対応

»

作成

Web 技術 使え EPUB 作成

»

買いや

Web

(7)

Kindle ストア

7

(8)
(9)

DEMO

Kindle 機能

9

(10)

日 語表示

»

(11)

文 変更 :

11

(12)

移動

(13)

Kindle Paperwhite 直接 購入

13

(14)

Kindle 出版

(15)

Kindle 出版

» Kindle

Web Amazon 出版

http://kdp.amazon.co.jp/

(16)

Kindle 出版 必要

»

»

1500x2500pix

1000pix 必須

» 情報

価格 著者

(17)

Kindle Format 8

キン フ ー ッ 8

17

(18)

Kindlegen 2.8

IDPF , 電書協 EPUB3 標準

(19)

Kindle Format

» EPUB (.epub)

 HTML5 ,CSS3 記述 .epub

順次 tag, style

» XMDF new! from Kindlegen2.8

.zip

(20)

EPUB Kindlegen . mobi(KF8) 変換

EPUB

Kindlegen.exe

Mobi file

(21)

変換 ン

EPUB

> Kindlegen <ebub_fileneme.epub>

XMDF

> Kindlegen <xmdf_filenem.zip>

21

(22)

XMDF Kindlegen2.8 変換 出版

(23)

KF8 Kindle

(24)

.mobi 結果

» Kindle EPUB

» Kindlegen mobi 変換 表示

» USB PC Mobi Kindle

Documents

» Kindle Paperwhite

» Kindle app for Android/ Kindle Fire

(25)

Tools

»

» https://kdp.amazon.co.jp/self-

publishing/help?topicId=A3IWA2TQYMZ5J6

» US site

» http://www.amazon.com/kindleformat

25

(26)

KindleGen, Kindle

(27)

Kindle EPUB

27

(28)

EPUB

mimetype 中身

Container.xml 中身

<?xml version="1.0" encoding="UTF-8"?>

<container version="1.0"

xmlns="urn:oasis:names:tc:opendocument:xmlns:container"> <rootfiles>

<rootfile full-path="OEBPS/content.opf" media- type="application/oebps-package+xml"/>

</rootfiles>

</container>

(29)

EPUB

»

.epub zip 圧縮 張子 .zip .epub 変更

mimetype 圧縮 .epub

»

.epub

7zip 使

29

echo cd /D C:¥yourfolder¥yourepub cd /D C:¥yourfolder¥yourepub

for /d %%i in (*) do ( echo ch %%i cd %%i

C:¥7-Zip¥7z.exe a -mx=0 -tzip ../%%i.epub mimetype C:¥7-Zip¥7z.exe a -r -tzip ../%%i.epub * -x!mimetype cd..

)

Pause

(30)

KF8 作成 種類

»

(31)

表紙 指定 : Kindlegen 2.8

» jpeg/png, 画像 .opf 指定

<manifest> ...

<item id="cimage" media-type="image/jpeg"

href="other_cover.jpg" properties="cover-image"/>

...

</manifest>

» IDPF3.0, 電書協EPUB3 指定方法

31

(32)

表紙 指定 :(Kindlegen 2.7 2.8 使用可 )

<metadata>

<meta name="cover" content="my-cover-image" />

</metadata> <manifest>

<item href="MyCoverImage.jpg" id="my-cover-image" media-type="image/jpeg" />

</manifest>

(33)

目次 指定

<manifest>

<item id="toc" properties="nav" href="xhtml/toc.xhtml" media-

type="application/xhtml+xml"/>

33

(34)

目次 指定 :(Kindlegen 2.7 2.8 使用可 )

»

論理目次 Toc.ncx ( )

 <manifest>

<item href="toc.ncx" id="ncx" media-type="application/x-

dtbncx+xml" />

 <spine toc="ncx">

» 目次

目次 ン 目次 飛 う

.opf 追加

<guide>

<reference href =“Text/nav.xhtml” title=“toc" type="toc" />

</guide>

(35)

型 文

» 右綴 / 右開 (.opf)

 <spine page-progression- direction=”rtl”>…</spine>

EPUB3

 <meta name="primary-writing-mode" content="vertical-rl"/>

Kindle 専用

» 横書 縦書 (.xHTML / .CSS)

body 指定 (.css )

body {

-webkit-writing-mode: vertical-rl;

}

(36)

日 語用 い

» 縦書

» 方向 ( / )

» 禁則処理 ( 行頭 )

» 縦中横

» 画像外

»

» 圏点 傍点

» 傍線

»

» 表示方向

(37)

文 表示方向

37

(38)

作成時 注意点

» .svg

» 挿絵 画像 画像中 不鮮明 場合販売

» 使用 注意 英語

文 様 い

» 縦書 傍線 : a {text-decoration: overline}

» 背景色 指定 背景色 変更

黒文 黒背景

» display:none, や透明 .gif 空白行 定義

Kindle 計算 問題

(39)

mobi 作成 ン紹

39

(40)

固定

Fixed layout

(41)

固定 (Fixed layout)

»

» 画面 枠い ぱい ン無 表示

» 見開 表示

»

»

»

(42)

Xhtml 記述

» 1 1 画像 配置

» 1 最大画像 800KB

<head>

<title> </title>

</head>

<body>

<img src="../Images/image1.jpg" />

</body>

</html>

(43)

.opf : <meta>

<dc:language>ja</dc:language>

<meta property =“rendition:layout”>pre-paginated</meta>

<meta name="fixed- layout“ content="true" />

<meta property="rendition:orientation">auto</meta>

<meta name="orientation-lock" content="none" />

<meta name="book-type" content="comic" />

<meta content="800x1200" name="original-resolution" />

<meta name="primary-writing-mode" content="horizontal-rl" />

(44)

.opf : <spain> 見開 表示 指定

<spine page-progression-direction="rtl" toc="ncx">

<itemref idref="p1" properties="page-spread-left" />

<itemref idref="p2" properties="page-spread-right layout-blank" />

<itemref idref="p3" properties="page-spread-left" />

<itemref idref="p4" properties="page-spread-right" />

<itemref idref="p5" properties="page-spread-left" />

<itemref idref="p6" properties="page-spread-right" />

(45)

画面 表示

<item href="Images/cover.jpg" id="my-cover-image" media-type="image/jpeg" /

<spine page-progression-direction="rtl" toc="ncx"> <itemref idref="p1" properties="page-spread-left" />

<itemref idref="p2" properties="page-spread-right layout-blank" /> <itemref idref="p3" properties="page-spread-left" />

<itemref idref="p4" properties="page-spread-right" /> <itemref idref="p5" properties="page-spread-left" />

<itemref idref="p6" properties="page-spread-right" /> </spine>

p1

p3 p2

白頁

p5 p4

表紙

p6

(46)

具体例 学ぶ

Kindle い本 イン

(47)

具体例 学ぶ

Kindle い本 イン

ー型 イン

文字色 背景色 指定

color, background-color, border-color – 縦組 行内 文字 左右位置 指定

vertical-align

ージ内 縦組 左右中央揃え 非推奨

固定 イアウ イン

メタ ータ 指定

<metadata> </metadata>

47

(48)

フ ー型 本 作 イン

(49)

文字色 背景色 線 色 指定

color, background-color, border-color

49

ー ンプ 修正 ンプ

(50)

文字色 背景色 線 色 指定

color, background-color, border-color

border-color: #000000; /* border-color: #000000; */

ー ンプ 修正 ンプ

color border-color #000000 background-color

色 あ #ffffff 不必要 指定す ー ー側 背景色 指定

し 場合 見え く 場合 あ す

不必要 色 指定 避け く さい

(51)

縦組 行内 文字 左右位置 指定

vertical-align

51

ー ンプ 修正 ンプ

(52)

縦組 行内 文字 左右位置 指定

vertical-align

ー ンプ 修正 ンプ

vertical-align: super; /* vertical-align: super; */

ビ 縦中横 傍線 混在す 要素へ vertical-align 指定 期待通

表示さ い場合 あ す

細 い イアウ 調整 vertical-align 指定 避け さい

(53)

ージ内 縦組 左右中央揃え 非推奨

53

ー ンプ 修正 ンプ

(54)

ージ内 縦組 左右中央揃え 非推奨

<html .... class="hltr">

<head> .... </head>

<body class="p-text vrtl block- align-center">

<div class="main">

<p><span class="font-180per">蜘蛛 </span></p>

<p>芥川龍之介</p>

</div>

</body>

</html>

<html .... >

<head> .... </head>

<body class="p-text hltr">

<div class="vrtl block-align- center">

<div class="main">

<p><span class="font-180per">蜘蛛 </span></p>

<p>芥川龍之介</p>

</div>

</div>

</body>

</html>

ー ンプ 修正 ンプ

html body writing-mode 混在す 記述

body 以下 指定し さい

(55)

ージ内 縦組 左右中央揃え 非推奨

55

ー ンプ 修正 ンプ

<html>

</html>

<html>

</html>

<body>

</body>

<body>

</body>

<div>

</div>

(56)

固定 イアウ 型 本 作 イン

(57)

メタ ータ 指定

<metadata> </metadata>

57

ー ンプ 修正 ンプ

(58)

メタ ータ 指定

<metadata> </metadata>

<metadata .... >

<meta

property="rendition:layout">pre- paginated</meta>

<meta

property="rendition:spread">lands cape</meta>

</metadata>

<metadata .... >

<meta

property="rendition:layout">pre- paginated</meta>

<meta name="original-resolution" content="848x1200"/>

<meta name="primary-writing-mode" content="horizontal-rl"/>

<meta name="book-type" content="comic"/>

<meta

property="rendition:spread">lands cape</meta>

</metadata>

ー ンプ 修正 ンプ

KindleGen 2.8 使用し original-resolution primary-writing-mode book-

type 指定 必須

(59)

DEMO

» Kindle Comic Creator

59

(60)

固定

Panel View ( パネ )

(61)

Panel View (

» 起動

»

次 ネ 表示

» “Ordinal”

設定 順番 表示

61

(62)

Kindle Panel View 記述方法

» OPF 機能 設定

» Panel views .html 記述 ン 設定 .css 記述

» 150% 大率 標準 大率

可能

» 指定

場合:元 66%

画面 出 い限界

0.66 x 1.5 1.0

う 画面 い ぱい

応 大率 変え

(63)

ネ 言 : OPF Metadata

<meta name="fixed-layout" content="true" />

<meta name="orientation-lock" content="none" />

<meta name="book-type" content="comic" />

<meta name="RegionMagnification" content="true" />

<meta name="original-resolution" content=“800x1280" />

63

(64)

Kindle Panel View: HTML

»

app-amzn-magnify: Panel View class 呼び出

»

targetID: Panel View 表示 要素 ID

»

Ordinal : 表示順序 指定

<a class =“app-amzn-magnify” … <div class”target-mag-parent”

id=“xxx… 記述

<div class="main">

<div><img alt="Comic Book Images" class="singlePage" src="../Images/01.jpg" /></div>

<div id="page1-1">

<a class="app-amzn-magnify" data-app-amzn-magnify="{‘targetId’:’page1-1- magTargetParent’, ‘ordinal’:1}"></a>

</div>

<div class="target-mag-parent" id="page1-1-magTargetParent"> <div class="target-mag-lb"></div>

<div class="target-mag" id="page1-1-magTarget"><img alt="Comic Book Images" src="../Images/01.jpg" /></div>

</div>

</div>

(65)

CSS: 画面 画像 指定

» 実際 画像 指定

» ( Fire HD 画面 合わせ

)

65

div.main {

position: relative; height: 1280px; width: 800px; }

img.singlePage { position: absolute; height: 1280px; width: 800px; }

(66)

CSS: 大率

» 標準 150% 設定 ( )

» CSS height, width 画像 150%

指定

<div class="target-mag-parent" id="page1-1-magTargetParent"> <div class="target-mag-lb"></div>

<div class="target-mag" id="page1-1-magTarget"><img alt="Comic Book Images" src="../Images/01.jpg" /></div>

</div>

CSS

div.target-mag img { position: absolute;

height: 1920px; (1280x1.5) width: 1200px; (800x 1.5) }

(67)

CSS: 可能 表示画像部 指定

» class =“app-amzn-magnify“

ネ 表示

置 指定

» 表示位

置 指定

» 表示 大画

像 ネ

位置 合わせ 指定

ネ 対

比率 指定

67

/* page1 */

#page1-1 { top: 6.00%; left: 20.00%; height: 60.00%; width: 60.00%; }

#page1-1-magTarget { top: 2.00%;

left: 23.0%;

height: 72.00%; width: 72.00%; }

#page1-1-magTarget img { top: -7.20%;

left: -21.4%; }

(68)

CSS: 大画像 表示

»

#page1-1 {

top: 6.00%;

left: 20.00%;

height: 60.00%;

width: 60.00%;

}

»

表示

#page1-1-magTarget {

top: 2.00%;

left: 23.0%;

height: 72.00%;

width: 72.00%;

}

(69)

CSS: 大画像 表示部 指定

» 表示 表示

い 合う う

150%

像 位置 指定 通常

Top, Left

#page1-1-magTarget img {

top: -7.20%;

left: -21.4%;

}

69

(0,0) (-7.2,-21.4)

(70)

ネ 表示結果

»

大画像表示 窓

大画像 指定 位

置 表示

(71)

»

Amazon

»

Kindle: Fire/Paperwhite iPhone/iPad Android (PC, Mac)..

»

Kindlegen 2.8

XMDF 対応

標準化 対応

固定型 Kindle 記述 必要

»

KindleGen( ) Kindle 変換

»

表現 豊富

»

見開 表示可能

»

ECO-System 整備 (mobi 作成

71

(72)

補足資料

» Kindle

 https://kdp.amazon.co.jp/

» KindleGen, Kindle

 https://kdp.amazon.co.jp/self-

publishing/help?topicId=A3IWA2TQYMZ5J6

» Kindle

http://kindlegen.s3.amazonaws.com/AmazonKindlePublishingGuidelines_J P.pdf

語機能用 補足資料

http://kindlegen.s3.amazonaws.com/AmazonKindlePublishingGuidelines_J P_appendix.pdf

» Panel View

 http://www.amazon.com/kindleformat

(73)

Appendix: XMDF 互換情報 ( 機能

機能

ン画像

flip_animation <flip_animation renewal_time="500ms" >

<flip_animation_source src="aaa9.jpg" type="image/jpeg"/> <flip_animation_source src="aaa2.jpg" type="image/jpeg"/> ...

</flip_animation>

漫画

comic_object_entry <parts_module> <object_table> ...

<comic_object_entry src=”comic9.xml" type="application/x-bvf- comic" object_id="OB0001"/>

</object_table>

</parts_module>

sound_object_entry <parts_module> <object_table> ...

<sound_object_entry src=”movie9.3g2" type=”video/3gpp2” object_id=”OBmv00”/>

</object_table>

</parts_module>

movie_object_entry <parts_module> <object_table> ...

<movie_object_entry src=”movie9.3g2" type=”video/3gpp2” object_id=”OBmv00”/>

</object_table>

</parts_module>

73

(74)

あ う い

参照

Outline

関連したドキュメント

図一1 に示す ような,縦 お よび横 補剛材 で補 剛 された 板要素か らなる断面部材 の全 体剛性 行列 お よび安定係数 行列は局所 座標 系で求 め られた横補 剛材

7IEC で定義されていない出力で 575V 、 50Hz

SD カードが装置に挿入されている場合に表示され ます。 SD カードを取り出す場合はこの項目を選択 します。「 SD

が有意味どころか真ですらあるとすれば,この命題が言及している当の事物も

日臨技認定センターの認定は 5 年毎に登録更新が必要で、更新手続きは有効期間の最終

テストが成功しなかった場合、ダイアログボックスが表示され、 Alienware Command Center の推奨設定を確認するように求め

回転に対応したアプリを表示中に本機の向きを変えると、 が表 示されます。 をタップすると、縦画面/横画面に切り替わりま

福岡市新青果市場は九州の青果物流拠点を期待されている.図 4