![]() |
#31 | |
Chief Bohemian Misfit
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 571
Karma: 462964
Join Date: May 2013
Device: iPad, ADE
|
Quote:
![]() If you're going to set margins at all, wouldn't they be better done in px? In that regard, I only have an ipad myself (apart from the ADE reader for PC, which I only just downloaded this morning), and in ibooks -- when you have it in the two-page landscape mode -- the viewing area is so small to begin with that I don't know why you would want to make it any smaller than it already is. I suppose there might be some contexts, but just for general "book reading" I can't imagine why anyone would want to (except, perhaps, for what I was thinking of doing before, using a background image on every page -- an idea which I've now scrapped). |
|
![]() |
![]() |
![]() |
#32 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,142
Karma: 144284184
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Margins and Indents are best as em. A % can make them change too much based on the screen size of the device you are reading on.
|
![]() |
![]() |
![]() |
#33 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
|
I personally don't use percentages at all, only for line heights if I have to.
|
![]() |
![]() |
![]() |
#34 | |
frumious Bandersnatch
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,543
Karma: 19001583
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
|
Quote:
But if you mean page margins, I would still avoid px, because it might not work as you expect. In CSS, "px" is not a real pixel, but some kind of absolute unit whose size depends on the "typical viewing distance". I wouldn't be surprised if some reader implements it simply as a pixel, though, and even if the implementation is correct, I wouldn't trust what the developer thought was a typical viewing distance... If you want some absolute (resolution and font size independent) unit, use "mm", "cm", "in", "pt" or "pc". |
|
![]() |
![]() |
![]() |
#35 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,142
Karma: 144284184
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
|
![]() |
![]() |
![]() |
#36 | |||
Bookmaker & Cat Slave
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
|
Quote:
Quote:
Quote:
Hitch |
|||
![]() |
![]() |
![]() |
#37 | ||
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 697
Karma: 150000
Join Date: Feb 2010
Device: none
|
Quote:
Quote:
Albert, whose situation is significantly different than that of Hitch. Gottseidank. |
||
![]() |
![]() |
![]() |
#38 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
|
ADE:
the previous 1.7 version is much better then the current 2.0 version. For some reason v1.7 will auto associate for ascm files & thus will open library loan downloads correctly , but v2.0 will not. ( in windows 7), and in my view the layout in 1.7 is nicer. Google will find you an installer. To remove the 2 page display, just click enlarge text size, button, you then get a single page, as you would in an e-reader. ADE is a very good PC tool for testing how epubs will look, & whether they will work ok, on sony e-readers. A crash in ADE <= > crash on sony reader (1:1 match in my experience) - whereas sigil & calibre are both too tolerant - a book can be fine in both of those yet can crash on reader or CSS can fail to work correctly on an ADE-based e-reader. I don't know how folks test for kobo, nook etc, maybe they just buy all the devices |
![]() |
![]() |
![]() |
#39 | ||
Chief Bohemian Misfit
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 571
Karma: 462964
Join Date: May 2013
Device: iPad, ADE
|
Quote:
![]() Quote:
![]() Well, my book does seem to work okay on the iPad (in iBooks, at least). How blasphemous is it to design for just one reader/platform? Thanks again so much for your input! Ron ![]() |
||
![]() |
![]() |
![]() |
#40 | |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
|
Quote:
expect to see lots of text appearing as ????? on less functional e-readers or lots of "cant show this character" icons .A version for Kindle is probably a non-starter for the same reasons. but the good news is that all the ( non-apple) e-readers I know off can display PDF so you could have stopped at the "working PDF" stage & be well into your next project already ![]() |
|
![]() |
![]() |
![]() |
#41 | |
The Grand Mouse 高貴的老鼠
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 73,653
Karma: 315126578
Join Date: Jul 2007
Location: Norfolk, England
Device: Kindle Oasis
|
Quote:
Indents (such as first line of paragraph indents) are certainly best done in em. Margins (of the whole page) are best set to zero (or not set at all). Let the ebook rendering device set what margins it likes. If you feel you must provide default page margins, set them to an absolute measurement, e.g. 12pt Pixels should not be used, unless you really are interested in the resolution of the display device. |
|
![]() |
![]() |
![]() |
#42 | |
Chief Bohemian Misfit
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 571
Karma: 462964
Join Date: May 2013
Device: iPad, ADE
|
Quote:
In that regard, is there a recommended way for including both things in one epub, i.e. to have the main/modern text, and then "embed" (somehow) the PDF version into that? I suppose one would just create a link in the epub to the PDF file? Or is there a better way? I still think it would be soooooo nice to have this epub version of that "olde" version, even though I only know for sure that it works okay in iBooks on the iPad (since I can't test it anywhere else). Is it terribly wrong to design an epub specifically for just one platform? Like, I could include a note that the work is "oPtimized for iBooks" (or something), and at that particular "olde" section state that "the following pages may not display correctly in readers other than iBooks" (or whatever). Is that such a terrible thing to do? |
|
![]() |
![]() |
![]() |
#43 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
|
Don't worry about the fonts. Most readers work fine with embedded fonts and displaying all the characters in the font as long as the embedding is done correctly.
You can of course limit it to iBooks if you want, it is your book. But you will loose a big portion of the potential market. |
![]() |
![]() |
![]() |
#44 |
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 79,142
Karma: 144284184
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
That is not true. I do have ADE 2.0 installed here under Windows 7 and it is associated with .acsm files and ePub do open with ADE 2.0 when I download the .acsm files. I still have ADE 1.7 installed. I had ADE 1.7 installed when I installed ADE 2.0.
|
![]() |
![]() |
![]() |
#45 | |
Chief Bohemian Misfit
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 571
Karma: 462964
Join Date: May 2013
Device: iPad, ADE
|
Quote:
It's definitely been a learning -- and, by extension, decision-making -- process for me! ![]() |
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Font Embedding? | teh603 | Writer2ePub | 75 | 01-08-2013 07:57 PM |
Another problem embedding font | Alabala | ePub | 26 | 08-02-2012 05:19 PM |
Font embedding | sachin | Sigil | 36 | 03-30-2012 03:26 AM |
Font embedding | sachin | Sigil | 3 | 03-21-2012 09:19 AM |
Do I need a font license if all I'm doing is referring to the font (not embedding)? | Stodder | Workshop | 21 | 04-21-2011 04:19 AM |