elf: Quote: She is too fond of books, and it has turned her brain (Fond of Books)
elf ([personal profile] elf) wrote in [community profile] ebooks2010-11-09 07:46 am

The Random Ebooks Questions Post

Ask your questions! Get answers! Maybe even useful answers!

Ask anything! Ask about ereaders, or filetypes, or conversion methods, or where to find books, or which authors don't like ebooks, or what software works on which computers, or anything else ebook-related. Preferably, put the question, or part of it, in the subject line. That way, the questions will be easy to find, and new readers who show up can see if their question has been asked before.

Feel free to post links to your journal where you've spelled out your questions in detail (or just make a new post here; it's totally fine to make a long post about "thinking about ebook readers; what's the pros & cons of these two?")

Answer questions! If you know about a certain aspect of ebookery, jump in with answers!
eva: (Cloud)

Re: html and Calibre?

[personal profile] eva 2010-11-09 09:29 pm (UTC)(link)
Yes to the second question. I can't tell you the exact name of the menu entries since my system is in German, but you can select the books, rightclick them, and then go to the menu under "Edit Metadata" or similar. There should be an option "Combine book entries" or something like it. Remember which book you selected first and select the appropriate merging option.
stormcloude: don't bother me, I'm reading (spn sam+fanfic)

Re: html and Calibre?

[personal profile] stormcloude 2010-11-09 09:34 pm (UTC)(link)
Great. I will play around with it more and see if I can figure it out. Thank you!
jumpuphigh: Pigeon with text "jumpuphigh" (Default)

Re: AO3 bug with epub files?

[personal profile] jumpuphigh 2010-11-09 10:03 pm (UTC)(link)
It's been a variety of authors and either White Collar or SGA fandom.

I'd offer links to the stories I know failed except I've already forgotten which ones they were. I'll start tracking them now, though.
stormcloude: peace (Default)

Re: html and Calibre?

[personal profile] stormcloude 2010-11-09 10:25 pm (UTC)(link)
I am in the process of getting a Sony 505 (OMG, Sony's repair service sucks!!) so eventually that's what I'll be converting files for.

But also to get books on the ebookwise, do you think I could convert files to rtf, then copy the rtf files elsewhere to another folder and use them in my ebookwise software? (Ebookwise is notoriously horrible at reading pdfs. That's the format I have the most trouble with for that particular device and finding a better and easier way to convert them would be awesome.)
stormcloude: peace (Default)

Re: html and Calibre?

[personal profile] stormcloude 2010-11-10 03:36 am (UTC)(link)
Actually I think the eBookwise is especially sensitive to pdf files-- mostly because it only accepts a limited number of simple fonts, so if you have anything out of the ordinary, it will really mess up your ebook. Lots of times quotemarks and apostrophes turn into gibberish characters in conversions I've done. I haven't noticed that in the (admittedly very few!) pdfs I've looked at in Calibre.
transcendancing: Darren Hayes quote "Life is for leading, for not people pleasing" (Default)

[personal profile] transcendancing 2010-11-10 04:13 am (UTC)(link)
I have a Kindle ebook, using Kindle for PC. Can someone tell me how to find out what page is what so I can reference my assignment properly? *fretful* WTFpolarbear are 'locations'?

If someone can help me with this I'd be deeply grateful and would give you all the internets. *hopeful*
amalthia: (Default)

Re: AO3 bug with epub files?

[personal profile] amalthia 2010-11-10 04:31 am (UTC)(link)
I run all the A03 fics through an epub conversion but honestly it's just so I can add this css override code to the epubs.

body { margin: 0; }
a {text-decoration: none; color: black;}
a [href] {text-decoration: none; color: black;}
p {margin-top: 0pt; margin-bottom: 0pt; padding: 0pt; text-indent: 15pt; text-align: justify;}
h1 { text-align: center;}
h2 {text-align: center; }
h3 { text-align: center;}
h4 { text-align: center; }
h5 { text-align: center; }
h6 { text-align: center; }
transcendancing: Darren Hayes quote "Life is for leading, for not people pleasing" (Default)

[personal profile] transcendancing 2010-11-10 05:01 am (UTC)(link)
Thanks! There's options for digital docs and citations without page numbers, but the set up of kindle doesn't easily allow paragraph counting etc :P

This website has also come to my attention via twitter, and thought any other readers may find it useful:

http://blog.apastyle.org/apastyle/2009/09/how-do-i-cite-a-kindle.html
transcendancing: Darren Hayes quote "Life is for leading, for not people pleasing" (Default)

[personal profile] transcendancing 2010-11-10 05:02 am (UTC)(link)
That's pretty much my plan. Footnotes for the win!
eva: an image from an old manuscript with a woman playing the organ and a small putto assisting (Default)

Re: Buy now or wait

[personal profile] eva 2010-11-11 10:04 pm (UTC)(link)
Yes, thanks a lot! It's definitely food for thought.
valiha: watercolor painting of my cat Lola (Default)

Re: AO3 bug with epub files?

[personal profile] valiha 2010-11-26 10:27 am (UTC)(link)
I think you can shorten your css by combining the header declarations: h1, h2, h3, h4, h5, h6 {text-align: center} since they're all the same.

And I might be wrong, but I don't think you need the semi-colon if you have only one item.
amalthia: (Default)

Re: AO3 bug with epub files?

[personal profile] amalthia 2010-11-26 10:37 am (UTC)(link)
Good tip. :) I'll have to try it out. So far I haven't really had to worry about length because that code is the default. But it is good to know that I can merge the headings tags into one line.

I'll look into the semi-colon use. I'm not exactly sure what you mean about having only one item? But what I pasted here is generally what I use on every story I convert and the output comes out like I expect. I suspect there is some wiggle room for error though.
valiha: watercolor painting of my cat Lola (Default)

Re: AO3 bug with epub files?

[personal profile] valiha 2010-11-26 11:06 am (UTC)(link)
I meant text-align: center; as one item - I can't remember what it's called at the moment (declaration??), sorry! Obviously, if you want to style several things about your header, you'll use the semi-colon between them. And yes, you can combine several things if you want to style them the same way, just add a comma in between.

Say you want all the headers to be centered, but only h1 to have a bottom border and to be in uppercase.

h1, h2, h3, h4, h5, h6 {text-align: center}
h1 {border-bottom: solid 1px; text-transform: uppercase}

(Gosh, this makes me look like I'm presenting myself as some sort of an experts, which is so far from the truth!)
Edited 2010-11-26 11:08 (UTC)
amalthia: (Default)

Re: AO3 bug with epub files?

[personal profile] amalthia 2010-11-26 10:58 pm (UTC)(link)
I love to learn more and truly I had no clue you could add all the heading tags in one line. All the previous examples I saw online split them up.

I'm thinking to merge h4-h6 into one line since I rarely add anything extra besides centering those headers. It does save space and makes it easier to read the code.

I've been mostly teaching myself css and using the online tutorials but finding best practices and more efficient ways to accomplish the same thing is a bit harder to figure out.
valiha: watercolor painting of my cat Lola (Default)

Re: AO3 bug with epub files?

[personal profile] valiha 2010-11-26 11:29 pm (UTC)(link)
Just have in mind that if you want all of them to be centered, then all should be combined. Then you can "cascade down" and specify the style for only some elements:

All should be centered = h1, h2, h3, h4, h5, h6 {text-align: center}
The first three should be centered + uppercase = h1, h2, h3 {text-transform: uppercase}
The first one should be centered + uppercase + have a bottom border = h1 {border-bottom: solid 1px}

The styles listed first are general, and get more specific the lower you go. The general styles are applied to all the elements unless you override them; so if you don't want h4-6 to be centered, you can leave them out of the first declaration, or override it by adding one more line after h1:

h4, h5, h6 {text-align: left}

I mostly used online tutorials too, but the people at LJ's Smooth Sailing Layout comm helped me a lot while I was modifying my layout. It makes a huge difference when you can ask someone to walk you through the reasons why something is just so. The Web Developer addon for Firefox is priceless too.
valiha: watercolor painting of my cat Lola (Default)

Re: AO3 bug with epub files?

[personal profile] valiha 2010-11-26 11:36 pm (UTC)(link)
Baby-steps, and hand holding, which is what I got at [livejournal.com profile] s2smoothsailing when I was tweaking my LJ layout. They taught me how to have bullets - actual small bullets - show up when hovering over the header navigation [mine is a Western fandom :) ].

I really enjoy css, and whenever I'm afraid to change something, I just make a copy of the files involved - that way I don't risk the originals. I don't remember seeing css tutorials at mobileread; is there a forum or were these snippets mostly offers from other members?
amalthia: (Default)

Re: AO3 bug with epub files?

[personal profile] amalthia 2010-11-26 11:37 pm (UTC)(link)
Most of my css help has come from the Mobile Read forums. :) I'm going to have to find this web developer addon and check out the LJ smooth sailing layout comm. :)

You're right it does help to have someone to help explain things because the tutorials don't always go into great depth as to why css works a certain way and piecing it all together is not easy.

Page 2 of 5