Thread: Vanity fonts
View Single Post
Old 05-21-2021, 04:49 PM   #21
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by hobnail View Post
Yeah, I recently got one like that, a freebie on ereaderiq. They put a non-breaking space between p tags, between all paragraphs.
WTF. It's like pressing ENTER ENTER ENTER in your documents.

And this is in trade published books?

Report it.

Quote:
Originally Posted by Hitch View Post
(And WHAT is with trade pubbed books today coming in Kindle with block-style, space-between paragraphs, for novels? I mean, talk about STEAM!)
... what? Are you serious?

I could maybe see a self-help book, programming book, or something like that... but a novel‽

Quote:
Originally Posted by JSWolf View Post
I cannot stand that and I will go into the code and fix it. Good thing I know what I am doing so it doesn't take too long.

I would love a job reformatting commercial eBooks.
Do it. Go to your favorite author, publisher, non-profit, etc... and clean it up for them.

There are plenty of abysmal ebooks out there that need reformatting.

Heck, that's how I got started.

Side Note: I even used this method in 2018:

I purchased an ebook from one of the podcasters I listen to.

He only had an Amazon/Kindle version for sale, so I wanted to create an EPUB so it could be sold on all the other stores.

Turns out it was a Word->Kindle conversion... and there were busted footnotes, broken URLs, and other issues.

I blew him away by pointing out tons of errors/typos.

He gave me the original source files, and I was able to generate a super clean, amazing EPUB (and better Kindle version too!).

Now he's one of my best clients/buddies, and I've done 6+ books for them (with more on the way).

But note, you'd probably want to be less abrasive with your "my way or the highway" demeanor.

Quote:
Originally Posted by JSWolf View Post
But not one like that Churchill eBook. Way too many footnotes to deal with.
Meh. You know regex.

So once you spot the pattern, it's usually just a handful of regex to normalize the text.

I just reduce everything down to the super-clean:

Code:
<sup>1</sup>
then run my usual Saved Searches on it to instantly produce the footnote code.

Quote:
Originally Posted by Hitch View Post
Buddy, you say that NOW. I know you and I think that your head would explode after your 4th-5th book. ;-) If you even made it that far.
lol, but every book that's ever passed through JSWolf's clutches turns out perfectly crisp and clean!

In that entire Calibre library of his, there must be hundreds, thousands, millions! He's outproduced us all!

Quote:
Originally Posted by Hitch View Post
It seems like a perfect gig for a perfectionist...but, hell, ask Tex, the biggest perfectionist I know. He'll tell you and you KNOW he has mad formatting skills. Trust me.

Last edited by Tex2002ans; 05-21-2021 at 05:06 PM.
Tex2002ans is offline   Reply With Quote