景观固定布局epub 3从indesign文件开始一次仅查看一页 [英] landscape fixed layout epub 3 viewing only 1 page at a time starting from indesign file

查看:244
本文介绍了景观固定布局epub 3从indesign文件开始一次仅查看一页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在创建仅横向模式的indesign cs6 epub3固定版式,一次只能查看一页. 我添加了元

I am creating an indesign cs6 epub3 fixed layout with landscape only mode, viewing only one page at a time. I added the meta

<meta property="rendition:layout">pre-paginated</meta>
<meta property="rendition:orientation">landscape</meta>
<meta property="rendition:spread">none</meta>

我还用css和每个xhtml文件分别指定了宽度和高度

and I also specified the width and height in css and each xhtml file with

<meta name="viewport" content="width=1024, height=768" />

我希望文档仅显示为一个横向页面,而不显示为两面书.有人知道如何实现这一目标吗?

I want the document to appear as one landscape page only, not as a two sides book. Does anyone know how to achieve that?

推荐答案

确保.opf文件中的package元素包括version="3.0"prefix="rendition: http://www.idpf.org/vocab/rendition/#.

Ensure that the package element within the .opf file includes version="3.0" and prefix="rendition: http://www.idpf.org/vocab/rendition/#.

例如

<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="bookid" version="3.0" prefix="rendition: http://www.idpf.org/vocab/rendition/# ibooks:http://vocabulary.itunes.apple.com/rdf/ibooks/vocabulary-extensions-1.0/">

有关更多信息,请参见Liz Castro的固定布局博客文章. http://www.pigsgourdsandwikis.com/2012 /05/readium-displays-fixed-layout-epub-on.html

See Liz Castro's blog post on fixed layouts for more info. http://www.pigsgourdsandwikis.com/2012/05/readium-displays-fixed-layout-epub-on.html

这篇关于景观固定布局epub 3从indesign文件开始一次仅查看一页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆