Like MAC has ibooks author for preparing ebooks, are there any applications for Ubuntu?
4 Answers
Yes you can check an application named sigil
$ sudo add-apt-repository ppa:rgibert/ebook
Step 2 : Next, run the following command in the terminal to update your Ubuntu system.
$ sudo apt-get update
Step 3 : Finally, run the following command in the terminal to install Sigil 0.6.0 on your Ubuntu system.
$ sudo apt-get install sigil
- 5,174
You can use LibreOffice.
To create ebooks in the format ePub (.epub), you can install the extension Writer2ePub. There is one tutorial (in Spanish); when I find one in English I'll put the link here.
To create ebooks in the format FictionBook (.fb2), you can use the extension FBTools. They have a tutorial and the download comes with templates (in Russian, but you only need to pay attention to the style).
Finally, you can make an ebook in PDF. Just make sure to structure properly your book, so you can have usable table of contents, indices, references to figures, tables and equations (with hyperlinks and everything). There are several tutorials and templates. I just found this video, but I'm sure you can find better ones.
- 5,529
First, you should not call ibooks author ebook creation software. It is a proprietary tool for creating ebooks which work only in the Apple ibooks program.
I have not played with it in a while, but I've been told that Sigil is the best cross-platform GUI epub creator. http://www.ubuntugeek.com/sigil-the-epub-editor.html
- 213