-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can it be converted to amazon kindle format #205
Comments
Doesn't Kindle have a proprietary format? I think epub is the best we
can do.
…On Wed, 21 Aug 2019, 12:50 Siva, ***@***.***> wrote:
Can it be converted to amazon kindle format, it would give to have it in
kindle format.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#205?email_source=notifications&email_token=AABID2JIDAMHVQWNNLE2PALQFUMY7A5CNFSM4IOFFUH2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HGPJLOA>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABID2MDXJAGRPTHNJPYYU3QFUMY7ANCNFSM4IOFFUHQ>
.
|
" AZW that is based on Mobipocket; in fourth generation and later Kindles, AZW3, also called KF8; and in seventh generation and later Kindles, KFX.[1] Kindles do not support the EPUB file format used by many other e-book readers." - Kindle File Format |
Calibre can do this: https://www.epubor.com/how-to-convert-epub-to-azw.html |
I tried to convert pdf to Amazon AZW3 format(using https://pdf2kindle.com/) but the formatting and alignment are getting messed up. Here is the link to download AZW3 format. https://gofile.io/?c=eKueDK I'll try "epub to azw" and keep you updated. |
Hi @TV4Fun
|
Hi @toxicafunk |
@byteshiva, I don't think |
@TV4Fun ,
Error Details
First level Error: Probable Fix: |
It's telling you exactly what you need to do. Just add the `-l` option to
`tex4ebook`
…On Fri, Sep 6, 2019, 9:15 PM Siva ***@***.***> wrote:
@byteshiva <https://github.com/byteshiva>, I don't think index.tex is
meant to be compiled directly. It's referenced by other files. I was
starting from ctfp-reader.tex. I was still running into odd errors that I
couldn't immediately explain there, but at least I had some hope. I haven't
been able to successfully convert this book using tex4ebook yet, but you
could give it a try.
@TV4Fun <https://github.com/TV4Fun> ,
i tried executing ctfp-reader.tex but it threw the following error!!
$/home/tmp/milewski-ctfp-pdf/src] $ tex4ebook -c hej -f epub3 ctfp-reader.tex
*Error Details*
! Fatal Package fontspec Error: The fontspec package requires either XeTeX or
(fontspec) LuaTeX.
(fontspec)
(fontspec) You must change your typesetting engine to,
(fontspec) e.g., "xelatex" or "lualatex"instead of
(fontspec) "latex" or "pdflatex".
For immediate help type H <return>.
...
l.45 \msg_fatal:nn {fontspec} {cannot-use-pdftex}
? H
This is a fatal error: LaTeX will abort.
? H
Sorry, I already gave what help I could...
Maybe you should try asking a human?
An error might have occurred before I noticed any problems.
``If all else fails, read the instructions.''
*First* level Error:
l.45 \msg_fatal:nn {fontspec} {cannot-use-pdftex}
*Probable Fix:*
fontspec-cannot-use-pdftex-on-overleaf
<https://tex.stackexchange.com/questions/400825/fontspec-cannot-use-pdftex-on-overleaf>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#205?email_source=notifications&email_token=ABD4ECANBNJ54P7EKBF7BHTQIMTELA5CNFSM4IOFFUH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6EPUUQ#issuecomment-529070674>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABD4ECHUXGTOW2S2D3XYBNLQIMTELANCNFSM4IOFFUHQ>
.
|
Thanks for pointing it out, I'll try that option.
Ref: https://github.com/michal-h21/tex4ebook
I see in MakeFile, it executes
are there any option for epub!! Related to: #46Result after adding -l option (: Use LuaLaTeX as TeX engine.)added -l option and ran tex4ebook, it seems its looking for locale, Please be noted I'm running it on ubuntu 19.04 using nix-shell, Please guide me if i'm missing something here.
|
I've converted to AZW3 from epub format as stated in #46 More information can be found in the below GIST link, also I have attached AZW3 format file in it. It seems to be rendering fine in Amazon Fire HD Tablet. https://gist.github.com/byteshiva/d1ad7377ecf2e2a625fc58960e252b10 ps:- |
@byteshiva, I doubt you are missing anything. |
I just tried an epub -> mobi conversion on epubconverter.com using this nice project as input. |
@oddg, I've used the same site for conversion from epub to azw3. Its Originally posted by @onlurking in #46 (comment)
|
Can it be converted to amazon kindle format, it would be nice to have it in kindle format.
The text was updated successfully, but these errors were encountered: