Page 3 of 33

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Sun Jan 08, 2012 7:11 am
by Simon
and could you please write you local time. mine ist GMT+1 16:11

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Sun Jan 08, 2012 7:18 am
by BeginnerXP
My time zone is GMT+7, currently 10:18PM

I checked a few more ePub: Toradora, To Aru Majustu no Index, Suzumiya Haruhi; all of them have problem with page before image went blank half way even when image is at thumbnail size. Probably iBooks being dumb or something.

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Sun Jan 08, 2012 8:14 am
by Simon
Please try this one >>SAO - Volume 1<<
There are more 3 more images(the picture with the GM) with some changes to the configuration.

And yes most likely iBooks
ereader.jpg
GMT+7, Russia?

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Sun Jan 08, 2012 8:13 pm
by BeginnerXP
All first 3 images look the same (bad), while the last image is smaller but still had border/placement issue.
Image

I think the best way to handle Light Novels with epub is to just omit images within text and adding them at the end of the chapter instead by forcing new page. For me it'll look better than having some pages went blank half way when there's an image on the next page.
I tried making test epub but found more issues, like getting blank page after image (probably image size is too big, resized to y=800 still got the same result) or inconsistent line spacing between chapters (might need to make chapter .xhtml template and adding text to it directly).

I live in Thailand (GMT+7) and English isn't my native language so I'm sorry if my English is sometimes hard to understand.

On the side note: Does PRS-T1 supports PDF? and if so how does it look like?

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Sun Jan 08, 2012 10:27 pm
by Simon
BeginnerXP wrote:All first 3 images look the same (bad), while the last image is smaller but still had border/placement issue.
it seems the iBooks does not handle some parts CSS well. Because 2nd and 3rd img schould have been forced to be resiced to your screen like 2nd width 30% and 3rd 16.6%
the last one was have been forced to have height="500" and width="250" pixel.

And i would like to try one more time if you don't mind.

Which sice schould you think the pictures schould have ? height,width?

I will just use minimum of css to what happens.

Germany, mother language Russian. Same here with English.

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Sun Jan 08, 2012 10:53 pm
by Simon
So here one more time >>>SAO - Volume 1<<<

Here some info

1st image

Code: Select all

XHTML
<p><img alt="" class="image-wraper" src="../Images/oooo1.jpg" /></p>
2nd image

Code: Select all

XHTML
<p><img alt="" class="float" src="../Images/oooo1.jpg" /></p>
3rd image

Code: Select all

XHTML
<p><img alt="" class="image-wraper" height="500" width="300" src="../Images/oooo1.jpg" /></p>
CSS

Code: Select all

.image-wrapper {
	float: right;
	width: 250px;
	height: 500px;
	margin-left: 10px
}
.float {
	float: right;
	margin-left: 10px;
}
so thats it. Please try it.

Could you also get some iBooks samples like “Children’s Picture Books” with no DRM; these tend to be fixed-layout books, because we might be able to see how they do it.

I'll be back in 6 hours.

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Mon Jan 09, 2012 6:55 am
by BeginnerXP
Image

3rd Image also has wrong proportion.

I checked a few children's picture book epubs, those are image heavy and not much text so there won't be a problem with layout like light novels.

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Mon Jan 09, 2012 7:03 am
by Simon
it means the 3rd image with right solution would be ok, right ?

what are your sugestions ?
Which height and width schould it have to be ok vor iPad ? max. min. ?

and do you have an iPhone ?

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Mon Jan 09, 2012 8:03 am
by BeginnerXP
Probably 300x400 would be good, or 250x400, need to make sure the image aspect ratio is maintained though. But what do you think about moving images to end of each chapter instead ?

Yes, I do have iPhone 4, but I usually carry iPad with me so I rarely read on the phone.

Update notes: I added To Aru Majutsu no Index volume 21-22 & New Testament 1-3 into my MediaFire PDF folder. Earlier volumes I'll make and add them in a few more days.

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Mon Jan 09, 2012 8:13 am
by Simon
I think its better to heve them there where they belong to. Like the author had made it. Because the pictures are acompanying the text and I as a reader would like to see the pictures along with the text.
Some one should try asking arround what the best method is. But first of all are the "wishes" of the translator. They were the ones who translated the text/novel and I think its better to ask them first how they have it in their minds. We should respect their wishes.

That's what i think.

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Mon Jan 09, 2012 8:58 am
by carj
well you're right on that part about asking the translators what they feel but also remember that we do this PDF, epubs, mobi for ourselves most of the time so you can always go along with what you feel like doing on those files

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Mon Jan 09, 2012 10:07 am
by Simon
carj wrote:well you're right on that part about asking the translators what they feel but also remember that we do this PDF, epubs, mobi for ourselves most of the time so you can always go along with what you feel like doing on those files
d
You are right. Still I personaly try to find the middle. Because "I"(most part makes Calibre) make it, change and adjust it. Trying to make it not to fancy(don't know if this word is right) and not to simple.
Spoiler! :
And I feel somehow delighted when something doesn't go as it should or there are some wishes that could be made possible. This way I/you can learn much more and be more flexible.

Still I'm used to this kind of thing. Working in the Government, IT-Branch. They have always extra wishes.

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Mon Jan 09, 2012 10:11 am
by carj
i get exactly what u mean xD and yea the word is right if i didn't misunderstand what you wanted to say

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Mon Jan 09, 2012 10:30 am
by Simon
^^ I think so too.

Still I want to test some things with css so the ePUB would be realy fully portable. The best example ist iBooks like you can see in the upper posts. And its not a realy good way to work with hardcoded atributes like height and width. Exception is if you target a specific hardware. Because iPhone has 960 x 640 Pixel and your N8(I think you wrote it somewhere) has 640 x 360 Pixel. And something like 250x400 picture is not very good to this to things. so i would like to work with >%<.
Spoiler! :
And if someone is bored and want to know little more about ePUB here >>>The Standards of ePUB<<< READ AND UNDERSTAND IT

Re: Sword Art Online - PDF/EPUB/MOBI Versions

Posted: Mon Jan 09, 2012 12:31 pm
by carj
i haven't tried the epubs yet cuz i start classes today n ive been going around preparing for the last couple of days

when i get used to my new schedule ill start looking into the epubs again =P since i wanna do the TAMnI ones