Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Conversion

Notices

Reply
 
Thread Tools Search this Thread
Old 11-13-2015, 09:00 AM   #1
shootist
Zealot
shootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned off
 
Posts: 115
Karma: 97138
Join Date: Jul 2010
Device: nook, prs-650, prs-350, galaxy tab 2
First letter in chapter large and in wrong place, how to change?

I converted a book from azw to epub. Worked beautifully we except the first letter of every chapter is a little large and during conversion it got moved on top of other words. How do I change this?
shootist is offline   Reply With Quote
Old 11-13-2015, 11:25 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 44,017
Karma: 22669822
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Turn off font size rescaling in the look and feel section of the conversion dialog.
kovidgoyal is offline   Reply With Quote
Advert
Old 11-13-2015, 11:57 AM   #3
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,977
Karma: 56143930
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
You could also run it through the editor (analyze what you seeand write the REGEX) and recode it to an Initial Cap

Code:
OLD <P class="xxx">B</p>
<p class="aregularp">ad letter placed.</p>
Code:
Add to CSS:  .bigl {font-size: 1.8em; }
Code:
NEW: +<p class="aregularp"><span class="bigl">B</span>ad letter placed.</p>
theducks is online now   Reply With Quote
Old 11-13-2015, 01:13 PM   #4
shootist
Zealot
shootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned off
 
Posts: 115
Karma: 97138
Join Date: Jul 2010
Device: nook, prs-650, prs-350, galaxy tab 2
Even after disabling font resizing I get this.

Image attached. Images are allowed to be no larger than 600X600 pixels. Please read the posting guidelines.
Attached Thumbnails
Click image for larger version

Name:	e71971af89149b81b304cdf64f51e4e7.jpg
Views:	182
Size:	176.9 KB
ID:	143701  

Last edited by issybird; 11-13-2015 at 01:48 PM.
shootist is offline   Reply With Quote
Old 11-13-2015, 01:31 PM   #5
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 44,017
Karma: 22669822
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
I will need the azw3 file, in that case: https://www.mobileread.com/forums/sho...d.php?t=186697
kovidgoyal is offline   Reply With Quote
Advert
Old 11-13-2015, 01:36 PM   #6
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: 74,627
Karma: 130140792
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
You could also stop converting KF8 > ePub and instead do it the proper way of using KindleUnpack to shift the code from a KF8 container to an ePub container. All you have to do after that is load the ePub into the editor, check for errors, fix all errors and done. The code will not (hardly if at all) be changed. Most KF8 starts life as ePub. So going back won't be much of an issue.
JSWolf is offline   Reply With Quote
Old 11-13-2015, 02:38 PM   #7
shootist
Zealot
shootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned off
 
Posts: 115
Karma: 97138
Join Date: Jul 2010
Device: nook, prs-650, prs-350, galaxy tab 2
Quote:
Originally Posted by kovidgoyal View Post
I will need the azw3 file, in that case: https://www.mobileread.com/forums/sho...d.php?t=186697
Best way to get it to you?
shootist is offline   Reply With Quote
Old 11-13-2015, 03:13 PM   #8
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,679
Karma: 26966376
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by shootist View Post
Best way to get it to you?
@shootist - Click the calibre bug link in the thread Kovid posted, and from there to the calibre bug tracker.

BR
BetterRed is online now   Reply With Quote
Old 11-13-2015, 04:20 PM   #9
shootist
Zealot
shootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned offshootist can read ebooks with the screen turned off
 
Posts: 115
Karma: 97138
Join Date: Jul 2010
Device: nook, prs-650, prs-350, galaxy tab 2
Quote:
Originally Posted by BetterRed View Post
@shootist - Click the calibre bug link in the thread Kovid posted, and from there to the calibre bug tracker.

BR
Thank you. I sent it
shootist is offline   Reply With Quote
Old 11-14-2015, 05:57 AM   #10
Dr. Drib
Grand Sorcerer
Dr. Drib ought to be getting tired of karma fortunes by now.Dr. Drib ought to be getting tired of karma fortunes by now.Dr. Drib ought to be getting tired of karma fortunes by now.Dr. Drib ought to be getting tired of karma fortunes by now.Dr. Drib ought to be getting tired of karma fortunes by now.Dr. Drib ought to be getting tired of karma fortunes by now.Dr. Drib ought to be getting tired of karma fortunes by now.Dr. Drib ought to be getting tired of karma fortunes by now.Dr. Drib ought to be getting tired of karma fortunes by now.Dr. Drib ought to be getting tired of karma fortunes by now.Dr. Drib ought to be getting tired of karma fortunes by now.
 
Dr. Drib's Avatar
 
Posts: 44,824
Karma: 55645321
Join Date: Jan 2007
Location: Peru
Device: Kindle: Oasis 3, Voyage WiFi; Kobo: Libra 2, Aura One
Moderator Notice

shootist:
Please take a few moments to read our Posting Guidelines, in particular the part about the maximum image size allowed (600x600 pixels). Images that violate those guidelines will be deleted.

It is every member's responsibility to read our Posting Guidelines and follow them.

Thanks.
Dr. Drib is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Touch First letter in chapter should be large and bold - it is not. christopher22 Kobo Reader 14 02-13-2015 01:37 PM
Oops Wrong place kennyc Recipes 0 12-31-2012 10:02 AM
Hello, I am new to this so please forgive me if I am in the wrong place.... Dianne_Carol Introduce Yourself 10 07-25-2012 01:08 AM
Books going to wrong place on Fire Roughrider64 Devices 2 01-23-2012 10:50 AM
Periodicals going to wrong place merrygoblin Calibre 2 01-03-2011 05:28 PM


All times are GMT -4. The time now is 06:22 AM.


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