Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > ePub

Notices

Reply
 
Thread Tools Search this Thread
Old 02-14-2017, 03:23 PM   #1
ChipSuey
Member
ChipSuey began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Aug 2016
Device: none
ADE reversing pages?

Hi, I've got quite a tricky issue (that's driving myself and a less than understanding customer) a bit crazy.

An epub (created from InDesign and cleaned up/edited in Calibre) is displaying correctly in every ereader/app EXCEPT for ADE (v 4.5.133054), where the pages are reversed in 2 page view. In one page/large font view, it proceeds correctly, but in 2 page view the "pages" reverse- so chapter 1 would start on the right, then continue on the left.

I've looked for page-break coding in the CSS and the actual ePub and nothing's coming up.

Everything looks right in iBooks, the mobi looks good in Kindle, etc...
It's just ADE that's causing this problem, and I can't get the guy to budge and accept that it's garbage software, for the most part.

I can't post the epub as it's not mine to do so, but I've attached a screenshot of the 2 page spread in ADE so you can get an idea of what to look for.

If this belongs in the ADE common bugs thread, I'll be happy to post it there but I wasn't sure.

I've attached an image to this thread- hopefully it works correctly?

Anyway, I appreciate any help someone can give me, as I think I'm going nuts here.

Thanks all!
Attached Thumbnails
Click image for larger version

Name:	Screen Shot 2017-02-14 at 3.00.31 PM.png
Views:	222
Size:	308.9 KB
ID:	154985  
ChipSuey is offline   Reply With Quote
Old 02-14-2017, 04:04 PM   #2
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,897
Karma: 128597114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
ADE is the most used program for viewing ePub. So garbage or not it has to work with ADE. That said, there is a noticeable error with your ePub. you have an extra > before the header for Scene 8. So that to me means there is something wrong with the code. ADE can be a stickler for correct code. So that could be why you have a display error.

There is no way anyone will be able to see what's wrong unless you post the CSS and the XML file for Scene 8.
JSWolf is offline   Reply With Quote
Old 02-14-2017, 08:34 PM   #3
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,093
Karma: 18727053
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Check to see if you have some kind of a direction right-to-left command either in the header at the top of the page, or in the .opf...or possibly as a setting in the ADE?? It should be set to left-to-right (ltr).

That seems like it would cause what you were seeing...
Turtle91 is online now   Reply With Quote
Old 02-15-2017, 08:28 AM   #4
ChipSuey
Member
ChipSuey began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Aug 2016
Device: none
Quote:
Originally Posted by JSWolf View Post
ADE is the most used program for viewing ePub. So garbage or not it has to work with ADE. That said, there is a noticeable error with your ePub. you have an extra > before the header for Scene 8. So that to me means there is something wrong with the code. ADE can be a stickler for correct code. So that could be why you have a display error.

There is no way anyone will be able to see what's wrong unless you post the CSS and the XML file for Scene 8.
Oh- didn't even see that, it was a stray bit of code left over from a change that's gone now- but this is affecting the entire book, not just this chapter. I'll try to do some more digging, a directional command may do it.
ChipSuey is offline   Reply With Quote
Old 02-15-2017, 08:44 AM   #5
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,897
Karma: 128597114
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Without posting the code, it's all just guessing.
JSWolf is offline   Reply With Quote
Old 02-15-2017, 09:12 AM   #6
ChipSuey
Member
ChipSuey began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Aug 2016
Device: none
I was able to attach the content.opf file, but I can't seem to upload the css or xhtml file, so I'm posting them as text here (snippets)

Chapter 8 (since that was the example I gave before)

<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<title>The Other La Bohème</title>

<link href="../stylesheet.css" rel="stylesheet" type="text/css"/>
<link href="../page_styles.css" rel="stylesheet" type="text/css"/>
</head>
<body id="AAN1104_Digest-11" lang="en-US" class="calibre">
<div class="_idgenobjectstyleoverride1">
<p class="bookbaby-formatting_centered"><span class="charoverride4">Scene 8</span></p>
<p class="bookbaby-formatting_between-titles"><img class="_idgenobjectattribute3" src="image/16.png" alt=""/></p>
<p class="bookbaby-formatting_drop-caps"><span class="_idgendropcap">O</span>n a Friday John a quiet<span class="widow"> corner.</span></p>

and the stylesheet.css (this one's pretty long)

Code:
._idgendropcap {
    float: left;
    font-family: Champignon, sans-serif;
    font-size: 3.328em;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: -0.2em;
    margin-right: .25em;
    margin-top: -0.023em
    }
._idgendropcap1 {
    float: left;
    font-size: 3.266em;
    line-height: 1;
    margin-bottom: -0.273em;
    margin-right: 0.05em;
    margin-top: -0.064em
    }
._idgenobjectattribute {
    height: 100%;
    min-width: 100%;
    width: 100%
    }
._idgenobjectattribute1 {
    height: 22px;
    width: 62px
    }
._idgenobjectattribute2 {
    height: 44px;
    width: 101px
    }
._idgenobjectattribute3 {
    height: 20px;
    width: 59px
    }
._idgenobjectattribute4 {
    height: 8px;
    width: 31px
    }
._idgenobjectlayout {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center
    }
._idgenobjectlayout1 {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left
    }
._idgenobjectstyleoverride {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    display: inline-block;
    height: 497px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 297px
    }
._idgenobjectstyleoverride1 {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
    }
.act-object {
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 0;
    border-right-style: solid;
    border-right-width: 0;
    border-top-style: solid;
    border-top-width: 0;
    display: inline-block;
    height: 38px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 50%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 297px
    }
.bookbaby-formatting_ {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.417;
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_below-acts {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.417;
    margin-bottom: 36px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 36px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_between-titles {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.417;
    margin-bottom: 36px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_centered {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_centered-curtain {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 72px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_centered1 {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_copyright {
    
    
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.71429em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.722;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_copyright1 {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.71429em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.722;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_drop-caps {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: justify;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_first {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 36px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: justify;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_first-copy {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: justify;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_george {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 72px;
    margin-right: 36px;
    margin-top: 9px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
    .bookbaby-formatting_georgeX {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 72px;
    margin-right: 36px;
    margin-top: 18px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_indent-1-and-and-shadow-for-your {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 108px;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_indent-1-and-and-shadow-for-yourX {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
      margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 108px;
    text-transform: none;
    widows: 2
        }
    
.bookbaby-formatting_indent-inter-one {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 86px;
    margin-right: 36px;
    margin-top: 18px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_indent-the-lord-he-he-though-i-copy {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: left;
    text-decoration: none;
    text-indent: 72px;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_indented {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 72px;
    margin-right: 36px;
    margin-top: 25px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_indented-also {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 54px;
    margin-right: 36px;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_indented-also-copy {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 54px;
    margin-right: 36px;
    margin-top: 18px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_indented-also-with-first-line-indent {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 54px;
    margin-right: 36px;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: left;
    text-decoration: none;
    text-indent: 27px;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_indented-copy {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 72px;
    margin-right: 36px;
    margin-top: 18px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_indented-copy1 {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 72px;
    margin-right: 36px;
    margin-top: 18px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_indented-ith-letter {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 97px;
    margin-right: 36px;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_indented-ith-letter-copy {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 97px;
    margin-right: 36px;
    margin-top: 9px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_indented1 {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 72px;
    margin-right: 36px;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_intermezzo-indent-two {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 86px;
    margin-right: 36px;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_new-indent {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 72px;
    margin-right: 0;
    margin-top: 18px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: justify;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_new-indent-copy {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 72px;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: justify;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_st-body-widow {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: justify;
    text-decoration: none;
    text-indent: 27px;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_st-body-widow-copy {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: justify;
    text-decoration: none;
    text-indent: 27px;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_toc-body-chapter {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.545;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: justify;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_udrai {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: justify;
    text-decoration: none;
    text-indent: 72px;
    text-transform: none;
    widows: 2
    }
.bookbaby-formatting_verranno {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    color: #000;
    display: block;
    font-family: "Minion Pro", serif;
    font-size: 0.85714em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.591;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 18px;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    
    
    text-align: justify;
    text-decoration: none;
    text-indent: 72px;
    text-transform: none;
    widows: 2
    }
.calibre {
    
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    display: block;
    font-size: 1.16667em;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
    }
.calibre1 {
    display: block
    }
.charoverride {
    font-family: "Bernhard Modern BT Bold", serif;
    font-size: 1.28571em;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase
    }
.charoverride1 {
    color: #808285;
    font-family: "L Decoration Pi 1", sans-serif;
    font-style: normal;
    font-weight: normal
    }
.charoverride2 {
    color: #181818
    }
.charoverride3 {
    color: #000
    }
.charoverride4 {
    font-size: 1.33333em;
    line-height: 1.2
    }
.drops {
    font-family: Champignon, sans-serif;
    font-size: 1.16667em;
    font-style: normal;
    font-weight: 500
    }
.drops1 {
    font-family: Champignon, sans-serif;
    font-size: 1.33333em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2
    }
.fix-punc-drops {
    font-family: "Minion Pro", serif;
    font-size: 0.71429em;
    font-style: normal;
    font-weight: normal
    }
.italic {
    font-style: italic;
    font-weight: normal
    }
.italic1 {
    color: #000;
    font-style: italic;
    font-weight: normal
    }
.italic2 {
    font-size: 1.33333em;
    font-style: italic;
    font-weight: normal;
    line-height: 1.2
    }
.paraoverride {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    display: block;
    margin-bottom: 54px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    orphans: 2;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
    widows: 2
    }
.scene-object {
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 0;
    border-right-style: solid;
    border-right-width: 0;
    border-top-style: solid;
    border-top-width: 0;
    display: inline-block;
    height: 24px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 297px
    }
.scene-object1 {
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 0;
    border-right-style: solid;
    border-right-width: 0;
    border-top-style: solid;
    border-top-width: 0;
    display: inline-block;
    height: 30px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 297px
    }
.scene-object2 {
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 0;
    border-right-style: solid;
    border-right-width: 0;
    border-top-style: solid;
    border-top-width: 0;
    display: inline-block;
    height: 28px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 297px
    }
.scene-object3 {
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 0;
    border-right-style: solid;
    border-right-width: 0;
    border-top-style: solid;
    border-top-width: 0;
    display: inline-block;
    height: 31px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 297px
    }
.title-page-stuff {
    background-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 0;
    border-right-style: solid;
    border-right-width: 0;
    border-top-style: solid;
    border-top-width: 0;
    display: inline-block;
    height: 366px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 250px
    }
.toc {
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 0;
    border-right-style: solid;
    border-right-width: 0;
    border-top-style: solid;
    border-top-width: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 297px
    }
.widow {
    font-family: "Minion Pro", serif;
    font-style: normal;
    font-weight: normal
    }
.widow1 {
    color: #000;
    font-family: "Minion Pro", serif;
    font-style: normal;
    font-weight: normal
    }
Driving me nuts, this is!
Attached Files
File Type: opf content.opf (7.3 KB, 312 views)

Last edited by DiapDealer; 02-15-2017 at 11:57 AM.
ChipSuey is offline   Reply With Quote
Old 02-15-2017, 09:17 AM   #7
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,554
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@ChipSuey - you could use the Calibre ScrambleEbook plugin to obfuscate the content of the epub and post that version here.

The calibre editor's Live CSS display may also give you a clue as to the offending CSS

BR

Last edited by BetterRed; 02-15-2017 at 09:20 AM.
BetterRed is online now   Reply With Quote
Old 02-15-2017, 09:45 AM   #8
ChipSuey
Member
ChipSuey began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Aug 2016
Device: none
Quote:
Originally Posted by BetterRed View Post
@ChipSuey - you could use the Calibre ScrambleEbook plugin to obfuscate the content of the epub and post that version here.

The calibre editor's Live CSS display may also give you a clue as to the offending CSS

BR
Thanks so much for that! Here's the actual (scrambled) epub file.

Appreciate the help here.
Attached Files
File Type: epub The Other La Boheme - Yorker Keith_scrambled.epub (616.7 KB, 269 views)
ChipSuey is offline   Reply With Quote
Old 02-15-2017, 10:09 AM   #9
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,583
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
In the .opf file there many different language data entries. One of them is Arabic, which is a RTL language.

Code:
    <dc:contributor opf:role="bkp">calibre (2.78.0) [https://calibre-ebook.com]</dc:contributor>
    <dc:language>ar</dc:language>
    <dc:language>de</dc:language>
    <dc:language>en</dc:language>
    <dc:language>fr</dc:language>
    <dc:language>it</dc:language>
Many reading system will only use the first dc language metadata entry = Arabic.
You might want to get rid of all non-English dc language entries.

Code:
    <dc:contributor opf:role="bkp">calibre (2.78.0) [https://calibre-ebook.com]</dc:contributor>
    <dc:language>en</dc:language>
Also note that the Guide section in the .opf file contains the Arabic word for TOC:

Code:
<reference type="toc" title="المحتويات" href="Text/toc.xhtml#calibre_generated_inline_toc"/>
Doitsu is offline   Reply With Quote
Old 02-15-2017, 10:40 AM   #10
ChipSuey
Member
ChipSuey began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Aug 2016
Device: none
Quote:
Originally Posted by Doitsu View Post
In the .opf file there many different language data entries. One of them is Arabic, which is a RTL language.

Code:
    <dc:contributor opf:role="bkp">calibre (2.78.0) [https://calibre-ebook.com]</dc:contributor>
    <dc:language>ar</dc:language>
    <dc:language>de</dc:language>
    <dc:language>en</dc:language>
    <dc:language>fr</dc:language>
    <dc:language>it</dc:language>
Many reading system will only use the first dc language metadata entry = Arabic.
You might want to get rid of all non-English dc language entries.

Code:
    <dc:contributor opf:role="bkp">calibre (2.78.0) [https://calibre-ebook.com]</dc:contributor>
    <dc:language>en</dc:language>
Also note that the Guide section in the .opf file contains the Arabic word for TOC:

Code:
<reference type="toc" title="المحتويات" href="Text/toc.xhtml#calibre_generated_inline_toc"/>

Everything you mentioned was bang on, and removing those lines looks to have fixed things. Thank you so, so much.
Now we've got to put our heads together with our designers and figure out why this happens (and where).

Thanks again for the help!
ChipSuey is offline   Reply With Quote
Old 03-24-2017, 06:16 AM   #11
blackest
Connoisseur
blackest began at the beginning.
 
Posts: 67
Karma: 10
Join Date: Sep 2014
Device: sony prs 2
Quote:
Originally Posted by Doitsu View Post
In the .opf file there many different language data entries. One of them is Arabic, which is a RTL language.

Code:
    <dc:contributor opf:role="bkp">calibre (2.78.0) [https://calibre-ebook.com]</dc:contributor>
    <dc:language>ar</dc:language>
    <dc:language>de</dc:language>
    <dc:language>en</dc:language>
    <dc:language>fr</dc:language>
    <dc:language>it</dc:language>
Many reading system will only use the first dc language metadata entry = Arabic.
You might want to get rid of all non-English dc language entries.

Code:
    <dc:contributor opf:role="bkp">calibre (2.78.0) [https://calibre-ebook.com]</dc:contributor>
    <dc:language>en</dc:language>
Also note that the Guide section in the .opf file contains the Arabic word for TOC:

Code:
<reference type="toc" title="المحتويات" href="Text/toc.xhtml#calibre_generated_inline_toc"/>
I think you may well be right, I am redoing an ebook for a friend and I added the same meta data as the original and ade started doing the reverse pages spread and yes arabic is the first language listed. Dropping that entry further down the language list has resolved the issue.
blackest is offline   Reply With Quote
Old 03-25-2017, 03:27 PM   #12
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,546
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
I understand that some books may contain multi-language content, but can someone explain what is gained (or hoped to be gained) by putting a dc:language entry in the OPF for each language that appears in the book, rather than just the single primary language entry?

If dictionary look-ups are what the eventual goal is, I was under the impression that was better achieved by adding spans around different language sections in the (x)html with the proper "lang" attribute defined.
DiapDealer is offline   Reply With Quote
Old 03-25-2017, 04:31 PM   #13
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,554
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
I've have the paperback edition of this book (as yet unread). Skimming though it there are lots of libretti fragments in Italian, some in French and German perhaps, but I can't see any Arabic, not even Hebrew from Nabucco. Maybe the e-book edition quotes Aida in Arabic for the sake of 'authenticity', despite the fact that Ancient Egyptians never spoke Arabic - they used various Coptic dialects and latterly Greek!

The only rationale I can see for putting all the languages used in a book into the OPF is for cataloguing purposes. But, if its only fragments of conversation, or in this case opera libretti, that wouldn't make much sense (IMO)?

BR
BetterRed is online now   Reply With Quote
Old 03-25-2017, 04:57 PM   #14
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,546
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by BetterRed View Post
But, if its only fragments of conversation, or in this case opera libretti, that wouldn't make much sense (IMO)?
That's where I'm coming from.

Perhaps you're onto something with the "cataloging" thing (though risking breakage for such a thing hardly seems a sound trade-off to me).
DiapDealer is offline   Reply With Quote
Old 03-26-2017, 08:00 AM   #15
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383043
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by BetterRed View Post
I've have the paperback edition of this book (as yet unread). Skimming though it there are lots of libretti fragments in Italian, some in French and German perhaps, but I can't see any Arabic, not even Hebrew from Nabucco. Maybe the e-book edition quotes Aida in Arabic for the sake of 'authenticity', despite the fact that Ancient Egyptians never spoke Arabic - they used various Coptic dialects and latterly Greek!
My inner pedant forces me to point out that "Aida" is actually set during the Egyptian Old Kingdom (approx 2700 - 2200BC), when the language was what Egyptologists refer to as "Old Egyptian" (which was succeeded in turn by "Middle Egyptian" and "Late Egyptian"). Coptic - the final form of the Egyptian spoken and written language - didn't come into being until the 1st century AD.

But the fundamental point - that Arabic is not involved in any way, shape or form - is of course absolutely true .
HarryT is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Humor Ade, George: Ade's Fables. v1. 24 Aug 2015 crutledge ePub Books 0 08-24-2015 07:43 AM
Humor Ade, George: Ade's Fables. v1. 24 Aug 2015 crutledge BBeB/LRF Books 0 08-24-2015 07:41 AM
ADE adds blank pages? Psymon ePub 84 09-28-2014 11:41 AM
Safely reversing some changes K4NT mental2k Kindle Developer's Corner 2 06-26-2013 07:48 AM
Reversing articles order in a custom news recipe? mairabc Calibre 5 12-12-2009 05:24 PM


All times are GMT -4. The time now is 06:14 PM.


MobileRead.com is a privately owned, operated and funded community.