|  02-05-2014, 02:57 PM | #31 | |||
| 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 | |||
|   |   | 
|  02-06-2014, 01:49 AM | #32 | 
| Wizard            Posts: 3,720 Karma: 1759970 Join Date: Sep 2010 Device: none | 
			
			A small update. I thought that swapping all occurrences of <small for <span, with  a suitable font size might improve things in ADE. it doesn't. Seems that having multiple spans in the 1st line is what confuses it. the "graceful fall back" idea doesn't really work either, you get a phrase of FULL SIZE CAPS which looks ghastly, if the font-variant is ignored & there are no other qualifiers. I@ve not yet tried the first line CSS option to see if ADE knows that one | 
|   |   | 
|  02-06-2014, 03:13 AM | #33 | |
| frumious Bandersnatch            Posts: 7,570 Karma: 20150435 Join Date: Jan 2008 Location: Spaniard in Sweden Device: Cybook Orizon, Kobo Aura | Quote: 
 Code: <p><span class="first_phrase">This is the first phrase</span> of the chapter...</p>
span.first_phrase {
  font-variant: small-caps;
} | |
|   |   | 
|  02-06-2014, 03:24 AM | #34 | |
| 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: 
 Yes, that would of course work. The problem is, it doesn't provide anything for the readers/devices that don't recognize small-caps, which are unfortunately plentiful. Hmmmph. Maybe a bold? That would not be extra-special, heavens knows, but it would at least be "sumpin-sumpin." Of course, a bolded smallcaps might be overpowering to the page... urghghghg. ADE, why do you have to be so ornery? @Cyb: yes. Breaking the first line with multiple spans just seems to make it go bonkers, no matter what they are. This is what we discovered a few years back with the dreaded Raised-Initial/smallcaps first line effort. Hitch | |
|   |   | 
|  02-06-2014, 03:27 AM | #35 | |
| Wizard            Posts: 3,720 Karma: 1759970 Join Date: Sep 2010 Device: none | Quote: 
 OH & I dared to say "sloppy publishing" in an Amazon review of the latest one- the fanboys(fanpersons) are NOT happy with me. how dare I blame the author , you#re supposed to review only the story not the crap product delivery...  (I'd bought + converted the AZW version, then I spotted & borrowed my library's epub version as a cross check - same hard coded caps & span issues in both) Last edited by cybmole; 02-06-2014 at 03:30 AM. | |
|   |   | 
|  02-06-2014, 03:33 AM | #36 | 
| Unicycle Daredevil            Posts: 13,944 Karma: 185432100 Join Date: Jan 2011 Location: Planet of the Pudding Brains Device: Aura HD (R.I.P. After six years the USB socket died.) tolino shine 3 | 
			
			I'm a bit confused by this discussion. Does the problem only arise when you use some fancy initial together with caps in <small> tags? Because in the last few poetry collections I uploaded here, I faked smallcaps like that, but with just standard initials, and it seems to be working fine; looks nice in ADE and on my Aura HD, and none of the millions of downloaders have complained either. Am I missing something? The point is - I don't want a graceful fallback for ADE, I want to see something smallcappish on my RMSDK-driven reader. And I don't want to embed a font for smallcaps because I've downloaded too many books that do that and then the reader wants to use ligatures and uses lowercase for them and it looks ugly. So am I safe using <small> tags for this limited purpose as long as I don't put other spans in the first line? | 
|   |   | 
|  02-06-2014, 03:51 AM | #37 | 
| Wizard            Posts: 3,720 Karma: 1759970 Join Date: Sep 2010 Device: none | 
			
			yes,a  single <small> tag is fine in ADE , it's when the code dips in and out of small in order to force large 1st letters on some words that the problem arises. I think that with multiple spans the ADE line length algorithm opts for KISS & decides to treat all letters as full size width, & thus generates an over-short line Last edited by cybmole; 02-06-2014 at 04:14 AM. | 
|   |   | 
|  02-06-2014, 06:00 AM | #38 | ||
| frumious Bandersnatch            Posts: 7,570 Karma: 20150435 Join Date: Jan 2008 Location: Spaniard in Sweden Device: Cybook Orizon, Kobo Aura | Quote: 
  Quote: 
 https://www.mobileread.com/forums/sho...d.php?p=744547 It's either smallcaps or bold, but not both   | ||
|   |   | 
|  02-06-2014, 02:53 PM | #39 | ||
| 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: 
 Hitch | ||
|   |   | 
|  06-09-2014, 07:11 PM | #40 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | |
|   |   | 
|  06-09-2014, 07:12 PM | #41 | |
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | Quote: 
 | |
|   |   | 
|  06-09-2014, 07:53 PM | #42 | |
| Grand Sorcerer            Posts: 28,880 Karma: 207000000 Join Date: Jan 2010 Device: Nexus 7, Kindle Fire HD | Quote: 
 I've cracked the hood on many a commercial ePub that contains CSS that ADE is going to ignore (but that Kindlegen and iBooks can utilize). It's not strictly a "ePub-then-KindleBook-after" world out there anymore. *shrugs* Last edited by DiapDealer; 06-09-2014 at 07:57 PM. | |
|   |   | 
|  06-09-2014, 07:56 PM | #43 | 
| Color me gone            Posts: 2,089 Karma: 1445295 Join Date: Apr 2008 Location: Central Oregon Coast Device: PRS-300 | 
			
			Has anybody ever played with using an SVG encapsulated first line as text or graphic to resolve this mess? It'd be interesting to see if we can send a nook into orbit eventually via ADE!
		 | 
|   |   | 
|  06-09-2014, 09:30 PM | #44 | 
| Resident Curmudgeon            Posts: 80,727 Karma: 150249619 Join Date: Nov 2006 Location: Roslindale, Massachusetts Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3 | 
			
			Can someone please post a sample ePub that shows this issue of funk line ending using pseudo small caps with ADE? I don't want to have to reinvent the wheel (so to speak) and I'd like to play around with this.
		 | 
|   |   | 
|  06-09-2014, 09:44 PM | #45 | |
| Wizard            Posts: 2,306 Karma: 13057279 Join Date: Jul 2012 Device: Kobo Forma, Nook | Quote: 
 https://www.mobileread.com/forums/sho...d.php?t=237323 | |
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Valid code for August 2012 Baen Bundle | Papi47 | Deals and Resources (No Self-Promotion or Affiliate Links) | 0 | 12-13-2012 02:52 PM | 
| Fictionwise Code 55% - valid to 05/14/12 | Josieb1 | Deals and Resources (No Self-Promotion or Affiliate Links) | 21 | 05-14-2012 02:55 PM | 
| Valid ePub, but not valid enough for iBooks | MichaelGray | ePub | 46 | 01-14-2011 08:22 AM | 
| 50% Off Promo Code for KoboBooks.com - Valid Dec. 15 Only | G0AT | Kobo Reader | 10 | 12-18-2010 09:42 AM | 
| Why does it have to be so complicated? (Good reader for PDF's) | drumknott | Which one should I buy? | 5 | 11-14-2009 05:43 AM |