-
Notifications
You must be signed in to change notification settings - Fork 33
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
No epub file produced #76
Comments
Try to add also the |
Thanks for your return; I am trying to make a minimal example, but now I get even less than before... Screen output : Minimal code:
The file toy just contains an image:
|
This error is caused by missing
Your sample file compiles without errors for me (I just don't include the picture you use in |
I get these sort of errors for the figures: ! LaTeX Error: File `"img/convexe1.xbb"' not found. See the LaTeX manual or LaTeX Companion for explanation. The file compiles just fine with pdflatex (images are available in both eps and pdf) ; The now full debug command gives the following messages at the end: [INFO] mkutils: Copy: copy "content.opf" "poly_ao101-epub\OEBPS" |
It is really strange that you get errors for missing
But you should get at most warning when they are missing. Anyway, you get real errors here:
It seems that it fails to call chained commands. Could you try to execute the following code?
Do you get the same error for the first line? It is basically the same as tex4ebook is running on the lines where you get error. If it works, you will get |
Thank you ; With those zip commands it actually works and creates the .epub file ; I have some further observations/questions
As a last question, how can I add a fourth cover page (backpage) to the book ? Would that be through the configuration file? |
|
Thank you. Indeed, with svg the images have improved -- it is even slightly better in epub3, but that requires a special reader ; As for the bibliography, attached is a sample file (in fact I include two files, the one here being "disposable") -- I guess I can ofcourse simply pick up the .bbl file and use the HCode flag, but that seems like a work around.
|
OK, so it seems that the issue is really something in how Miktex invokes I can get the bibliography, using the following build file:
Save it as
|
I am using the following command (on Windows) :
tex4ebook -f epub -c sample --jobname myjob --output-dir .build --tidy main.tex
sample is the file containing (not really sure what this file is for):
\Preamble{xhtml}
\CutAt{section}
\begin{document}
\EndPreamble
The whole process runs for quite some time, produces a bunch of files (all at the location where the command is executed and not in the .build folder as I would expect) and copies them to a folder myjob-epub ;
tidy seems to not find a file or path
HTML Tidy for Windows version 5.7.17
Le chemin d’accès spécifié est introuvable.
Le chemin d’accès spécifié est introuvable.
Le chemin d’accès spécifié est introuvable.
Le fichier spécifié est introuvable.
[STATUS] tex4ebook: Conversion finished
However in the end, I do not get a myjob.epub file at all ;
Any help is appreciated !
The text was updated successfully, but these errors were encountered: