Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > Kindle Formats

Notices

Reply
 
Thread Tools Search this Thread
Old 11-29-2015, 07:21 AM   #1
webnerd
Junior Member
webnerd began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2015
Device: none
MS Word bullets look great on kindle, what's the problem?

Hi, I've read numerous posts saying that Word formatted Bullets won't work on a kindle so i have 2 questions

1. I just tried adding a word document with MS Word bullets added to Amazon kdp. Then i used the Amazon preview to view the bullets on different devices, And it looked perfect on All devices except for the kindle DX where the separation between bullet and text was a bit larger, but not bad.
Does this mean that you can upload word formatted bullets on todays (2015) kindle devices? Or is it still a no-go for some reason?

2. If this is not acceptable, will I need to save the Word document as a HTML file and then add bullets like this and then upload HTML file to KDP?

<.ul>
<.li> item 1 <./li>
<.li> item 2 <./li>
<./ul>

thank you very much for the help!
webnerd is offline   Reply With Quote
Old 11-29-2015, 10:14 AM   #2
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by webnerd View Post
Hi just wondering: If i wanted to write a book about PHP, HTML or CSS, could i just copy and paste RTF code snippets into a word document and upload it to kindle?
If it looks OK in MS Word and the Kindle Previewer/KindleGen generated MOBI book looks OK on an eInk Kindle, then yes.

However, a better solution would be to generate an epub first with Toxaris's Word ePub add-on. This will allow you edit your book with Sigil or Calibre Editor before compiling it with Kindle Previewer/KindleGen.

Quote:
Originally Posted by webnerd View Post
Hi what is the best option for math writers with respect to kindle?
IMHO, the best solution would be to convert all complex equations to SVG or PNG images.

Quote:
Originally Posted by webnerd View Post
Are there any guidelines that tell you how kindle kindle is built to accept mathematical symbols and what it does not accept?
All current Kindle models (Kindle 3 and higher) come with the code2000 fallback font, which contains glyphs for pretty much any mathematical symbol defined in the 2006 Unicode 5.2 standard. For all other symbols you'll need to embed a font.

Quote:
Originally Posted by webnerd View Post
Hi, I've read numerous posts saying that Word formatted Bullets won't work on a kindle[...]
That depends on the HTML code that Word generates. Kindles support both ordererd and unordered lists. For example, the following HTML code works:

Code:
<h4>Unordered list</h4>

  <ul>
    <li>chaos</li>
    <li>mayhem</li>
    <li>pandemonium</li>
  </ul>

  <h4>Ordered list</h4>

  <ol>
    <li>tidiness</li>
    <li>neatness</li>
  </ol>

  <p>Random text between connected list elements.</p>

  <ol start="3">
    <li>orderliness</li>
    <li>trimness</li>
  </ol>
Doitsu is offline   Reply With Quote
Old 11-29-2015, 11:30 AM   #3
webnerd
Junior Member
webnerd began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2015
Device: none
Quote:
However, a better solution would be to generate an epub first with Toxaris's Word ePub add-on. This will allow you edit your book with Sigil or Calibre Editor before compiling it with Kindle Previewer/KindleGen.
Nice I'll look into Calibre

Quote:
All current Kindle models (Kindle 3 and higher) come with the code2000 fallback font, which contains glyphs for pretty much any mathematical symbol defined in the 2006 Unicode 5.2 standard. For all other symbols you'll need to embed a font.
Thank you, I heard that Embedding font's in word for Kindle is a no-go, so i guess checking what math symbols are supported by code2000 is my best bet

Quote:
That depends on the HTML code that Word generates. Kindles support both ordererd and unordered lists. For example, the following HTML code works:
I see, so different versions of Word generate slightly different results of HTML?
webnerd is offline   Reply With Quote
Old 11-29-2015, 12:44 PM   #4
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by webnerd View Post
I heard that Embedding font's in word for Kindle is a no-go [...]
You can embed fonts with Calibre or Sigil, however, IIRC, some KDP authors have reported that KDP will occasionally strip certain fonts from valid ePubs.
You shouldn't have to embed any fonts anyway, because Kindles support pretty much any mathematical symbol out of the box.

Quote:
Originally Posted by webnerd View Post
I see, so different versions of Word generate slightly different results of HTML?
MS Word generally generates lousy HTML code and renders bulleted lists as paragraph tags with lots of spans in them instead of <ul> tags. The Calibre DOCX=>EPUB converter does a much better job.
Doitsu is offline   Reply With Quote
Old 11-29-2015, 03:23 PM   #5
webnerd
Junior Member
webnerd began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2015
Device: none
Quote:
You can embed fonts with Calibre or Sigil, however, IIRC, some KDP authors have reported that KDP will occasionally strip certain fonts from valid ePubs.
You shouldn't have to embed any fonts anyway, because Kindles support pretty much any mathematical symbol out of the box.
Nice, however i do find it a bit frustrating that epub CSS constantly changes and i fear that all the CSS text in sigil or calibre will interfear with the creativity of writing. Have you used indesign? Is the HTMl formatting better than with word? If i were to sit down and learn all this, i could imagine buying a professional book designing software like indesign would pay off in the end?
webnerd is offline   Reply With Quote
Old 11-29-2015, 05:39 PM   #6
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by webnerd View Post
Nice, however i do find it a bit frustrating that epub CSS constantly changes [...]
The CSS doesn't have to change constantly; you could add it once the book is done.

Quote:
Originally Posted by webnerd View Post
Have you used indesign?
Yes. IMHO, it's not exactly an ideal program for ebook writers.

Quote:
Originally Posted by webnerd View Post
Is the HTMl formatting better than with word?
It's usually much better than the HTML output from MS Word, though not perfect. There's also a Kindle plugin.

Quote:
Originally Posted by webnerd View Post
If i were to sit down and learn all this, i could imagine buying a professional book designing software like indesign would pay off in the end?
You might want to look into buying a Wyswig epub editor designed for writers, for example, Jutoh. (You can download a trial version and check it out.)
Doitsu is offline   Reply With Quote
Old 12-01-2015, 07:30 AM   #7
Notjohn
mostly an observer
Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.Notjohn ought to be getting tired of karma fortunes by now.
 
Posts: 1,515
Karma: 987654
Join Date: Dec 2012
Device: Kindle
I only upload epubs built in Sigil. To me, getting Word to behave is much more challenging than using html to begin with. I run my Word docs through Word2CleanHtml dot com online, since my Word 2000 is too venerable to work with a plug-in, and it creates terribly bloated html (yes, the html has improved a lot over time; Word 2013 does a pretty good job). My style sheet is shown on notjohnkdp.blogspot.com

The html tag for a bullet is &bull; -- hardly rocket science.
Notjohn is offline   Reply With Quote
Old 12-01-2015, 08:03 AM   #8
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Notjohn View Post
The html tag for a bullet is &bull; -- hardly rocket science.
IMHO, hard-coding a bullet with &bull; is usually a bad idea, since Kindles support bullet styles in KF8 files and will default to disc bullets in KF7 files.

For example, you could use the following code:

Spoiler:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
  "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title></title>
  <style type="text/css">    
	ul.circle {list-style-type: circle;}	
	ul.square {list-style-type: square;}
	ul.latin {list-style-type: lower-latin;}
  </style>
</head>

<body>
  <h3>Bullet styles</h3>

  <h4>Default disc bullet </h4>
  <ul>
    <li>chaos</li>
    <li>mayhem</li>
    <li>pandemonium</li>
  </ul>

  <h4>Circle</h4>
  <ul class="circle">
    <li>chaos</li>
    <li>mayhem</li>
    <li>pandemonium</li>
  </ul>

  <h4>Square</h4>
  <ul class="square">
    <li>chaos</li>
    <li>mayhem</li>
    <li>pandemonium</li>
  </ul>

  <h4>Lower Latin</h4>
  <ul class="latin">
    <li>chaos</li>
    <li>mayhem</li>
    <li>pandemonium</li>
  </ul>
</body>
</html>
Attached Thumbnails
Click image for larger version

Name:	bullets.png
Views:	415
Size:	15.4 KB
ID:	144217  
Doitsu is offline   Reply With Quote
Old 12-06-2015, 05:07 AM   #9
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,462
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by webnerd View Post
Nice, however i do find it a bit frustrating that epub CSS constantly changes and i fear that all the CSS text in sigil or calibre will interfear with the creativity of writing. Have you used indesign? Is the HTMl formatting better than with word? If i were to sit down and learn all this, i could imagine buying a professional book designing software like indesign would pay off in the end?
Hunh? I don't understand why you think that the CSS text in Sigil or Calibre will "interfear [sic] with the creativity of writing." This makes it sound as if you are drafting in Sigil (or Calibre). As you are not a coder, this is a crap idea. Just write along in Word. If you are smart enough to use Sigil, you can use Word correctly, and generate fairly clean output HTML. Use Word's built in styles faithfully--changing them via the modify option, to whatever you want them to appear as--and you'll be perfectly fine. Output the HTML, and bob's-yer-uncle.

Quote:
Originally Posted by Doitsu View Post
IMHO, hard-coding a bullet with &bull; is usually a bad idea, since Kindles support bullet styles in KF8 files and will default to disc bullets in KF7 files.
Absolutely, There hasn't been a reason to use the bull code for years. Hell, there wasn't any reason to use it in 2009, if memory serves.

Quote:
For example, you could use the following code:
Yup, pretty as a picture.

Hitch
Hitch is offline   Reply With Quote
Old 12-06-2015, 11:05 AM   #10
phillipgessert
Addict
phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.phillipgessert ought to be getting tired of karma fortunes by now.
 
phillipgessert's Avatar
 
Posts: 311
Karma: 3196258
Join Date: Oct 2015
Location: Madison, WI
Device: Kindle 5th Gen
Quote:
Originally Posted by webnerd View Post
Nice, however i do find it a bit frustrating that epub CSS constantly changes and i fear that all the CSS text in sigil or calibre will interfear with the creativity of writing. Have you used indesign? Is the HTMl formatting better than with word? If i were to sit down and learn all this, i could imagine buying a professional book designing software like indesign would pay off in the end?
I would only consider InDesign if you were going to design books for print, and quite a lot of them at that. If you're only buying InDesign in order to occasionally build an ebook, then you're buying a really powerful program for one very narrow purpose, and one it's not particularly good at. Note too that InDesign is not a word processor, few people write book-length materials within it. It's a production and design tool.
phillipgessert is offline   Reply With Quote
Reply

Tags
bullets, kindle bullets, word formatted bullets


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with word selection in C65 AfterGlow edmond Onyx Boox 0 10-23-2015 12:22 PM
Bullets Gerlyn Sigil 0 02-23-2012 08:36 AM
Free book (Kindle) Rain of Bullets [True Crime History] ATDrake Deals and Resources (No Self-Promotion or Affiliate Links) 1 12-03-2011 07:54 PM


All times are GMT -4. The time now is 07:26 AM.


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