Ijust exported this epub, and for whatever reason when it's opened in iBooks it's reading right to left. Like, I have to click on the left to get to the next page. Which displays on the left side. I don't see any settings either in the InDesign export dialogue, or the iBooks controls that would make it do this. Ideas? Oh, CS6 and Mac.
Alan, googling brought me some similar stuff. I did open it in either Calibre or Sigil and found en and tried to add the -US part to it, but couldn't figure out how to save it. But I also assume that just missing the -US wouldn't cause the problem? Other cyberposts suggested it might have a "rtl" bit in the code, but it didn't...
I want to create some ebooks, in the epub format, but some of the works are in languages that read right-to-left (Arabic, Hebrew, and others). I'm currently using Calibre to generate epubs from html, which works great for left-to-right, but I can't figure a way to make it generate epubs that read right-to-left (changing the language in the metadata doesn't do anything).
1) Open the ePub File in an ePub Editor. Here I am using ePub editor Sigil, my favorite. You can see that an epub file is just like a mini web site. Here we can see the single page of XHTML content named Page_1.xhtml. We can also see the cascading style sheet named template.css. The top half of the display shows the WYSIWYG (What You See Is What You Get) editing screen and the bottom half is the XHTML editing screen
Note that the image is placed inline with its line of text. You can see the XHTML code for this image in the XHTML editing screen. This is all you can do with Adobe InDesign CS5. To apply a float left or right along with text wrap, you need to create and apply a float class to the image as we are about to do.
Electronic Publication, also known as EPUB is an e-book file format with the extension: .epub, that can be downloaded and read on devices like smartphones, tablets, computers, or e-readers. It is a technical standard and published by the International Digital Publishing Forum (IDPF).
Always give extra attention to the diacritic position and view especially if it is related to the right to left documents. You must adjust the diacritic setting and review it carefully before you publish.
There is no recommended combination of settings, just choose the best for your publication. Below you can see the most common setting, but you may need to change it depending on the publication nature.
If the document is too long or contains a lot of footnotes and/or any other items that make the file slow, then it is recommended to split the document into many files based on logical order and then combine all the documents together in an InDesign book file (File > New > Book).
A table of contents (TOC) is an essential element of any eBook because it allows a reader to quickly jump to specific sections. Two kinds of TOCs can be included in an eBook: a TOC located at the beginning of the eBook and one that functions as a navigation menu in an eBook reader.
Creating an automatic TOC in InDesign depends on using styles to allow InDesign to recall to the TOC page. InDesign allows you to add the styles you want to include in the TOC, assign certain styles to each entry, add page numbers or exclude them, and many other options.
To create a TOC that functions as a navigation menu, you must set up a TOC style by choosing Layout > Table of Contents Styles. You can then specify the TOC style when you export the EPUB file, then InDesign uses it as the basis for generating the TOC.
ePUB is the preferred format for a broad range of publications. It is considered essential for creating documents adhering to the best practices regarding accessibility. Today, ePub formats are embedded in many systems and workflows for document authoring and publishing and it is not just a distribution file format.
Globalization Partners International (GPI) frequently assists customers with multilingual website design, development and deployment, and has developed a suite of globalization tools to help you achieve your multilingual website localization project goals. You can explore them under the Translation tools and Portals section of our website. You may also find some of the following articles and links useful:
For more information or help with your next website translation project, please do not hesitate to contact us via e-mail at
in...@globalizationpartners.com, or by phone at
(866) 272-5874, or by requesting a free web translation quote on your next website translation project.
For years I have been reading Chinese/Japanese novels on Kindle andGoogle Play Book. While most Japanese books were formatted toscroll from right to left and display texts vertically like realbooks, literally none of the Chinese books I have read do the samething. The more I am used to reading physical books, the more this bugsme.
If want to follow this step-by-step guide, you can download a sampleEPUB here.Althought using advanced EPUB editors like Sigil or Calibre will make your life easier,the ZIP archiver and text editors that came with your systemwill work just as well.
Because EPUB is based on the widely adopted ZIP format, its content canbe easily extracted with ZIP archiver that bundles with most operatingsystems. You may try to extract the content from my sample EPUB file by:
The file mimetype, as the name suggests, specifies the MIME type ofthe ebook. toc.ncx serves as a table of content.META-INF/container.xml indicates the path to the root filecontent.opf. content.opf contains a list of all resources (likeHTML/CSS files) in the ebook and a tag helps specifying pagedirection.
Note that writing-mode in EPUB 3 standard adopted the -epub- prefix, whichborrows properties from CSS Writing Modes 2011-04-28 because when EPUB 3was out, CSS Writing Modes was still a W3C working draft. The rule mighthave changed, or will change in the future, yet -epub- prefix guaranteesbehavior consistent to when EPUB 3 standard was defined.
This section describes the status of this document at the time of its publication. A list of current W3C publications and the latest revision of this technical report can be found in the W3C technical reports index at
A W3C Recommendation is a specification that, after extensive consensus-building, is endorsed by W3C and its Members, and has commitments from Working Group members to royalty-free licensing for implementations. Future updates to this Recommendation may incorporate new features.
This document was produced by a group operating under the W3C Patent Policy. W3C maintains a public list of any patent disclosures made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains Essential Claim(s) must disclose the information in accordance with section 6 of the W3C Patent Policy.
EPUB 3 has been widely adopted as the format for digital books (ebooks), and this revision continuesto increase the format's capabilities to better support a wider range of publication requirements,including complex layouts, rich media and interactivity, and global typography features. Theexpectation is that publishers will utilize the EPUB 3 format for a broad range of content,including books, magazines, and educational, professional, and scientific publications.
These specifications represent the formal list recognized as belonging to EPUB 3 and that containfunctionality normatively referenced as part of the standard. The development of extensionspecifications periodically adds new functionality to EPUB publications. Features and functionalitydefined outside of core revisions to the standard, while not formally recognized in thisspecification, are nonetheless available for EPUB creators and reading system developers touse.
An EPUB publication is, in its most basic sense, a bundle of resources with instructions on how torender those resources to present the content in a logical order. The types of resources that areallowed in EPUB publication, as well as restrictions on their use, are defined in 3. Publication resources.
A ZIP-based archive with the file extension .epub bundles the EPUB publication'sresources for distribution. As conformant ZIP archives, EPUB publications can be unzipped by manysoftware programs, simplifying both their production and consumption.
The container format not only provides a means of determining that the zipped content represents anEPUB publication (the mimetype file), but also provides a universally named directoryof non-normative resources (/META-INF). Key among these resources is thecontainer.xml file, which directs reading systems to the available package documents. Refer to 4. Open Container Format (OCF) for more information about the container format.
An EPUB publication is typically represented by a single package document. This document includesmetadata used by reading systems to present the content to the user, such as the title andauthor for display in a bookshelf as well as rendering metadata (e.g., whether the content isreflowable or has a fixed layout). It also provides a manifest of resources and includes a spine that lists the default sequence in which to render documents as a user progressesthrough the content. Refer to 5. Package document for the requirements for the packagedocument.
An EPUB publication also includes another key file called the EPUB navigation document. Thisdocument provides critical navigation capabilities, such as the table of contents, that allow usersto navigate the content quickly and easily. The navigation document is a specialized type of XHTML content document which also allows EPUB creators to use it in the content (i.e., avoiding onetable of contents for machine processing and another for user consumption). Refer to 7. EPUB navigation document for more information about this document.
EPUB publications by default are intended to reflow to fit the available screen space. It is alsopossible to create publications that have pixel-precise fixed layouts using images and/or CSSpositioning. The metadata to control layouts are defined in 8. Layout rendering control.
3a8082e126