|  01-11-2014, 05:24 PM | #46 | 
| eReader            Posts: 2,750 Karma: 4968470 Join Date: Aug 2007 Device: Note 5; PW3; Nook HD+; ChuWi Hi12; iPad | 
			
			Dammit Hitch, now you're making me feel bad for doing my own. I haven't got any special characters, so it's a really simple Word doc with just a handful of styles though.
		 | 
|   |   | 
|  01-11-2014, 06:43 PM | #47 | |
| Wizard            Posts: 1,760 Karma: 9918418 Join Date: Feb 2013 Location: Here on the perimeter, there are no stars Device: Kobo H2O, iPad mini 3, Kindle Touch | Quote: 
 But no, I always seem to run into the books that define one font for the body, then override that at the paragraph level, and then they change that with a span tag inside every paragraph... In fact, I was just cleaning up a series of ebooks last night. I love the content, but every paragraph looked like this: Code: <p class="c1"><span class="c2"><span><span class=c3">Hey, look, some words!</span></span></span></p> Last edited by Rev. Bob; 01-11-2014 at 06:47 PM. | |
|   |   | 
| Advert | |
|  | 
|  01-11-2014, 06:46 PM | #48 | 
| eReader            Posts: 2,750 Karma: 4968470 Join Date: Aug 2007 Device: Note 5; PW3; Nook HD+; ChuWi Hi12; iPad | 
			
			I'm using one font, three main styles. That's pretty much it. The styles handle everything.
		 | 
|   |   | 
|  01-11-2014, 06:47 PM | #49 | 
| doofus            Posts: 2,555 Karma: 13089041 Join Date: Sep 2010 Device: Kobo Libra 2, Kindle Voyage | 
			
			There should be no hard coded blank lines between paragraphs. That is what paragraph margins are for.
		 | 
|   |   | 
|  01-11-2014, 07:27 PM | #50 | |
| Grand Sorcerer            Posts: 24,905 Karma: 47303824 Join Date: Jul 2011 Location: Sydney, Australia Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos | Quote: 
 If you are reading the epub version, you can edit it after removing DRM. Or, the Kobo driver in calibre can add some extra CSS during the send that can probably solve this. | |
|   |   | 
| Advert | |
|  | 
|  01-11-2014, 07:55 PM | #51 | |
| Grand Sorcerer            Posts: 7,423 Karma: 52734361 Join Date: Oct 2010 Device: Kindle Fire, Kindle Paperwhite, AGPTek Bluetooth Clip | Quote: 
 A preference for indents does not mean that the use of an extra blank line instead is wrong. ETA: Just curious. Do you folks who change formatting to echo that of paper books want all lines justified? Last edited by Catlady; 01-11-2014 at 08:05 PM. | |
|   |   | 
|  01-11-2014, 08:09 PM | #52 | 
| Wizard            Posts: 3,168 Karma: 37800000 Join Date: Jan 2010 Location: Walton-on-Thames, Surrey, England, UK Device: Kindle Keyboard 3G, Kindle Fire 2, NOOK ST, Kindle HDX, Fire 7" | |
|   |   | 
|  01-11-2014, 08:26 PM | #53 | |
| eReader            Posts: 2,750 Karma: 4968470 Join Date: Aug 2007 Device: Note 5; PW3; Nook HD+; ChuWi Hi12; iPad | Quote: 
 In my own writing, I use a block paragraph with a space before it to start each scene or chapter. I use indented paragraphs thereafter. It makes it easy for readers to see things like changes in POV and reduces reader confusion. If I were to use blank spaces between paragraphs, I'd have to find another way to distinguish scene changes. It's not something I do to replicate a paper book on a screen, it's something I do because it's the most efficient way to delineate the difference between scene and paragraph changes. I do it the same way in print and electrons because both sets of readers need to be able to distinguish the two. On the other hand, I do use ragged right on electronic releases because it reflows better than justified text. So for me, it makes sense to break from print practice on justification but not in paragraphing. In short, I'm not replicating paper so much as applying the same solution to a common problem: how to distinguish new scenes from new paragraphs. | |
|   |   | 
|  01-11-2014, 08:46 PM | #54 | 
| Wizard            Posts: 3,821 Karma: 19162882 Join Date: Nov 2012 Location: Te Riu-a-Māui Device: Kobo Glo | 
			
			Publishers should allow for the fact that the reader can adjust things like spacing between paragraphs, set full-justification or ragged right, etc. (either by a setting on their ereader, or by editing the book's stylesheet.) So alignment for the main text should be left undefined so that the reader can choose full-justification or ragged right themselves. Of course titles, chapter headings, and other text that shouldn't change when the main text alignmant changes should be set by the publisher. Scene breaks should be indicated in a way that allows the user to change the spacing between paragraphs without losing the scene breaks. I.e. indicate a scene break with a special symbol (* * *, etc.), or by capitalising the first few words of the scene, or using a drop-cap, etc. That way the scene break remains visible if the reader changes the paragraph spacing. Edit: If using space alone to indicate a scene break, at least add the space as padding rather than margin, so if the reader chooses to add spacing between paragraphs then the scene break will still be visible as an extra space. Last edited by GeoffR; 01-11-2014 at 08:59 PM. Reason: padding | 
|   |   | 
|  01-11-2014, 08:59 PM | #55 | 
| eReader            Posts: 2,750 Karma: 4968470 Join Date: Aug 2007 Device: Note 5; PW3; Nook HD+; ChuWi Hi12; iPad | 
			
			Readers can and do do whatever they want. The only thing I'm saying is that there are reasons behind the default formats, and that people should be aware of the effects their changes might have.
		 | 
|   |   | 
|  01-11-2014, 09:31 PM | #56 | |
| You kids get off my lawn!            Posts: 4,220 Karma: 73492664 Join Date: Aug 2007 Location: Columbus, Ohio Device: Oasis 2 and Libra H2O and half a dozen older models I can't let go of | Quote: 
 As someone who's worked in mortgage banking for over 28 years, I can promise you, they're usually not smart enough.... | |
|   |   | 
|  01-11-2014, 10:32 PM | #57 | 
| Ex-Helpdesk Junkie            Posts: 19,421 Karma: 85400180 Join Date: Nov 2012 Location: The Beaten Path, USA, Roundworld, This Side of Infinity Device: Kindle Touch fw5.3.7 (Wifi only) | 
			
			Well, this thread is a depressing lesson in human stupidity.   Why DO they do these things? Personally, if editing an ebook to adjust for my personal preferences, I like to follow a basic rule of <h2>Chapter #</h2> <p>paragraph with <b>bold</b> and <i>italic</i> words (maybe).</p> <p class="scenebreak">* * *</p> and a text-indent on the paragraphs, center the chapter, center and marginize the scenebreak. As a reader, mostly of Fiction where pictures are perhaps not as common,  I find it difficult to see why any more than that could ever be needed, although I bet the experts here could find something to prove me wrong.   | 
|   |   | 
|  01-12-2014, 04:46 AM | #58 | |
| Wizard            Posts: 3,465 Karma: 10684861 Join Date: May 2006 Device: PocketBook 360, before it was Sony Reader, cassiopeia A-20 | Quote: 
 | |
|   |   | 
|  01-12-2014, 04:49 AM | #59 | |
| Wizard            Posts: 1,760 Karma: 9918418 Join Date: Feb 2013 Location: Here on the perimeter, there are no stars Device: Kobo H2O, iPad mini 3, Kindle Touch | Quote: 
 | |
|   |   | 
|  01-12-2014, 09:41 AM | #60 | 
| Guru            Posts: 820 Karma: 6528026 Join Date: Sep 2012 Device: Kobo Elipsa | 
			
			Yes! Yes, yes, yes. (And not ALL lines--just the body of the text.) But we've had this particular discussion elsewhere, I believe.
		 Last edited by icallaci; 01-12-2014 at 09:47 AM. | 
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| paper books versus ebooks | bcgirl | General Discussions | 153 | 02-20-2014 08:25 PM | 
| Which paper books would you like to have as ebooks. | alanHd | General Discussions | 124 | 01-10-2014 05:21 PM | 
| Fraction of ebooks vs paper books read? | chlorine | Lounge | 26 | 02-15-2009 12:43 PM | 
| Do you spend differently on ebooks vs. pbooks? | PsyDocJoanne | Deals and Resources (No Self-Promotion or Affiliate Links) | 10 | 10-16-2008 09:06 AM | 
| Paper Books or eBooks? | Bob Russell | Lounge | 15 | 05-18-2005 09:14 AM |