michal-h21 / tex4ebook

Converter from LaTeX to ebook formats (epub, mobi). Using tex4ht and texlua scripts.
314 stars 33 forks source link

Conversion of PDF graphics to SVG using the `svg` option doesn't work #120

Open claell opened 1 year ago

claell commented 1 year ago

In https://github.com/michal-h21/tex4ebook/issues/118#issuecomment-1761691558, the svg option is mentioned to make tex4ebook convert PDF graphics not to PNG but to SVG. Unfortunately, this doesn't seem to have an effect for me. The graphics are still converted to PNG, even with this option.

michal-h21 commented 1 year ago

I've found this later too. It seems that PNG is hardcoded as the output image format for Epub. But SVG seems to work with Epub 3. I've removed this hardcoded value rrom TeX4ebook sources, so it shouldn't happen in the future. In the meantime, you can select SVG also using this configuration:

  \Configure{Picture}{.svg}
claell commented 1 year ago

Ah, thanks for investigating and the quick fix. I'll probably use the sources anyway for the time being (due to #115). And I'd be happy to use EPUB3, if it wasn't for #119. 😄

But EPUB also supports SVG, right? (Not that it was hardcoded because EPUB expects PNGs).

michal-h21 commented 1 year ago

Yes, Epub should support SVG, but the other question is how well is that supported by reading applications. They often don't support some features.

claell commented 1 year ago

True, I'll make sure to test!

claell commented 10 months ago

Hm, neither with the update version of tex4ebook, nor with the provide configuration, I can get it to work:

Configuration:

\Preamble{xhtml}
\begin{document}
\Configure{Picture}{.svg}
\EndPreamble

Not sure, what causes this, maybe PDF images can't get converted to SVG?

michal-h21 commented 10 months ago

Can you post output of the tex4ebook -a debug -c config.cfg filename.tex command? Add other options if you use them, the important one is -a debug. It should print what command is used for the conversion from PDF to SVG and if there were any errors. I think pdf2svg is used by default.

claell commented 10 months ago

Sure, here it is:

[INFO]    mkparams: Output dir: 
[INFO]    mkparams: Compiler: latex
[INFO]    mkparams: Latex options: -jobname="generated-latex-2852"
[INFO]    mkparams: tex4ht.sty: tex4ebook.cfg,svg p-indent,charset=utf-8
[INFO]    mkparams: tex4ht:  -cmozhtf -utf8
[INFO]    mkparams: build_file: generated-latex-2852.mk4
[INFO]    mkparams: Output format: epub3
[STATUS]  tex4ebook: Conversion started
[STATUS]  tex4ebook: Input file: generated-latex-2852.tex
[INFO]    mkutils: Load extension       common_domfilters
[INFO]    tex4ebook: No conffile
[INFO]    mkutils: Cannot open config file      generated-latex-2852.mk4
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/generated-latex-2852.epub
[INFO]    exec_epub: dir        generated-latex-2852-epub3/META-INF
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/META-INF/container.xml
[INFO]    exec_epub: remove dir generated-latex-2852-epub3/META-INF
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/mimetype
[INFO]    exec_epub: dir        generated-latex-2852-epub3/OEBPS
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/content.opf
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852.css
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852.ncx
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch1.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch10.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch11.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch12.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch13.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch14.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch15.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch2.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch3.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch4.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch5.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch6.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch7.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch8.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852ch9.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852li1.xhtml
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/generated-latex-2852li2.xhtml
[INFO]    exec_epub: dir        generated-latex-2852-epub3/OEBPS/images
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/images/arthur-conan-doyle-.png
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/images/Galaxy Publishing Logo-1.png
[INFO]    exec_epub: remove file        generated-latex-2852-epub3/OEBPS/images/Galaxy Publishing Logo-2.png
[INFO]    exec_epub: remove dir generated-latex-2852-epub3/OEBPS/images
[INFO]    exec_epub: remove dir generated-latex-2852-epub3/OEBPS
[INFO]    exec_epub: remove dir generated-latex-2852-epub3
[INFO]    make4ht-lib: setting param correct_exit
[INFO]    make4ht-lib: setting param correct_exit
[INFO]    make4ht-lib: setting param correct_exit
[INFO]    exec_epub: Output file: generated-latex-2852.epub
[INFO]    htlatex: LaTeX call: latex --interaction=errorstopmode  -jobname="generated-latex-2852"   \makeatletter\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expandafter\Link\fi}\def\Link#1.a.b.c.{\let\HCode\documentstyle\def\documentstyle{\let\documentstyle\HCode\expandafter\def\csname tex4ht\endcsname{#1,html}\def\HCode####1{\documentstyle[tex4ht,}\@ifnextchar[{\HCode}{\documentstyle[tex4ht]}}\RequirePackage[#1,html]{tex4ht}\RequirePackage{tex4ebook}\Configure{ext}{xhtml}}\makeatother\HCode tex4ebook.cfg,svg p-indent,charset=utf-8,charset=utf-8,epub3,html5,uni-html4.a.b.c.\input "\detokenize{generated-latex-2852.tex}"
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=latex)
 restricted \write18 enabled.
entering extended mode
LaTeX2e <2023-11-01>
L3 programming layer <2023-12-11>
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tex4ht.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/usepackage.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/tex4ebook/tex4ebook.sty
(c:/texlive/2023/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(c:/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty
(c:/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty)
(c:/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
(c:/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty))
(c:/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/graphics-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty
(c:/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty)
(c:/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(c:/texlive/2023/texmf-dist/tex/latex/graphics-def/dvips.def))))
(./generated-latex-2852.tex (c:/texlive/2023/texmf-dist/tex/latex/base/book.cls
Document Class: book 2023/05/17 v1.4n Standard LaTeX document class
(c:/texlive/2023/texmf-dist/tex/latex/base/bk10.clo))
(c:/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty)
(c:/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty)
(c:/texlive/2023/texmf-dist/tex/latex/lm/lmodern.sty)
(c:/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty)
(c:/texlive/2023/texmf-dist/tex/latex/lastpage/lastpage.sty
(c:/texlive/2023/texmf-dist/tex/latex/lastpage/lastpage2e.sty
(c:/texlive/2023/texmf-dist/tex/latex/lastpage/lastpagemodern.sty)
)) (./latex_book_generator/book.sty

LaTeX Warning: You have requested package `./latex_book_generator/book',
               but the package provides `book'.

(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/babel-sty-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/babel/babel.sty
(c:/texlive/2023/texmf-dist/tex/generic/babel/txtbabel.def)
(c:/texlive/2023/texmf-dist/tex/generic/babel-english/english.ldf))
(c:/texlive/2023/texmf-dist/tex/generic/babel/locale/en/babel-english.tex)
(c:/texlive/2023/texmf-dist/tex/latex/geometry/geometry.sty
(c:/texlive/2023/texmf-dist/tex/generic/iftex/ifvtex.sty
(c:/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty)))
(c:/texlive/2023/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/xcolor-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty
(c:/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg)
(c:/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx))
(c:/texlive/2023/texmf-dist/tex/latex/microtype/microtype.sty
(c:/texlive/2023/texmf-dist/tex/latex/microtype/microtype-pdftex.def)
(c:/texlive/2023/texmf-dist/tex/latex/microtype/microtype.cfg))
(c:/texlive/2023/texmf-dist/tex/latex/nowidow/nowidow.sty)
(c:/texlive/2023/texmf-dist/tex/latex/truncate/truncate.sty)
(c:/texlive/2023/texmf-dist/tex/latex/hanging/hanging.sty)
(c:/texlive/2023/texmf-dist/tex/latex/changepage/changepage.sty)
(c:/texlive/2023/texmf-dist/tex/latex/emptypage/emptypage.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty
(c:/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty)
(c:/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
(c:/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty
(c:/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty))
(c:/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty)
(c:/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
(c:/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty

Package auxhook Warning: Cannot patch \document,
(auxhook)                using \AtBeginDocument instead.

) (c:/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty
(c:/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty)
(c:/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
(c:/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def)
(c:/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty)
(c:/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def)
(c:/texlive/2023/texmf-dist/tex/latex/url/url.sty)
(c:/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty
(c:/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
(c:/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty)

Package hyperref Message: Stopped early.

) (c:/texlive/2023/texmf-dist/tex/latex/hyperref/htex4ht.def)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/fancyhdr-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/titlesec-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/titlesec/titlesec.sty)
(c:/texlive/2023/texmf-dist/tex/latex/tocloft/tocloft.sty)
(c:/texlive/2023/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/expl3-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/l3kernel/expl3.sty
(c:/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-dvips.def))))
(c:/texlive/2023/texmf-dist/tex/latex/ragged2e/ragged2e.sty) (./tex4ebook.cfg
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tex4ht.4ht
::::::::::::::::::::::::::::::::::::::::::
 TeX4ht info is available in the log file
::::::::::::::::::::::::::::::::::::::::::
) (c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tex4ht.sty
l.870 --- TeX4ht warning --- nonprimitive \everypar ---
--- needs --- tex4ht generated-latex-2852 ---
(./generated-latex-2852.tmp) (./generated-latex-2852.xref)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(generated-latex-2852.4tc)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/latex.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/fontmath.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/latex/tex4ebook/tex4ebook.4ht
(c:/texlive/2023/texmf-dist/tex/latex/tex4ebook/tex4ebook-epub3.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/graphicx.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/graphics.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/dvips.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/book.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/inputenc.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/babel.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/english.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/geometry.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/wrapfig.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/xcolor.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/color.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/color.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/microtype.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/changepage.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/hyperref.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/nameref.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/pd1enc.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/url.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/titlesec.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tocloft.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/latex/lm/t1lmr.fd)
No file generated-latex-2852.aux.
*geometry* driver: auto-detecting
*geometry* detected driver: dvips
) [1] [2]
l.15 --- TeX4ht warning --- File `"./images/Galaxy Publishing Logo.xbb"' not fo
und ---
l.15 --- TeX4ht warning --- Cannot determine size of graphic in "./images/Galax
y Publishing Logo.xbb" (no BoundingBox) ---
l.18 --- TeX4ht warning --- File `"./images/arthur-conan-doyle.xbb"' not found 
---
l.18 --- TeX4ht warning --- Cannot determine size of graphic in "./images/arthu
r-conan-doyle.xbb" (no BoundingBox) ---
[1] [2] [3]
l.19 --- TeX4ht warning --- File `"./images/Galaxy Publishing Logo.xbb"' not fo
und ---
l.19 --- TeX4ht warning --- Cannot determine size of graphic in "./images/Galax
y Publishing Logo.xbb" (no BoundingBox) ---
[1] (c:/texlive/2023/texmf-dist/tex/latex/lm/ts1lmr.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/ot1lmr.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omllmm.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omslmsy.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omxlmex.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/t1lmtt.fd) [2]
! Missing number, treated as zero.
<to be read again>
                   /
l.35 \begin{adjustwidth}{}{2.5em}
                                 %
?

Then, it stops.

claell commented 10 months ago

Ah, I see, with pressing Enter, I can continue the process.

However, I think the provided output should already contain the relevant sections.

michal-h21 commented 10 months ago

The error with adjustwidth is caused by the fact that we expect it to have explicit dimensions in TeX4ht. I've fixed that in the development version. This file, changepage.4ht should fix it for you as well:

% changepage.4ht (2024-01-04-22:00), generated from tex4ht-4ht.tex
% Copyright 2023 TeX Users Group
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
% version 1.3c of this license or (at your option) any
% later version. The latest version of this license is in
%   http://www.latex-project.org/lppl.txt
% and version 1.3c or later is part of all distributions
% of LaTeX version 2005/12/01 or later.
%
% This work has the LPPL maintenance status "maintained".
%
% The Current Maintainer of this work
% is the TeX4ht Project <http://tug.org/tex4ht>.
%
% If you modify this program, changing the
% version identification would be appreciated.
\immediate\write-1{version 2024-01-04-22:00}

\NewConfigure{adjustwidth}{2}

\def\:tempa#1#2{%
  \edef\adjustwidth:left{\if\relax#1\relax0pt\else#1\fi}%
  \edef\adjustwidth:right{\if\relax#2\relax0pt\else#2\fi}%
  \a:adjustwidth%
}
\HLet\adjustwidth\:tempa
\expandafter\HLet\csname adjustwidth*\endcsname\:tempa

\def\:tempa{\b:adjustwidth}
\HLet\endadjustwidth\:tempa
\expandafter\HLet\csname endadjustwidth*\endcsname\:tempa

\Hinput{changepage}
\endinput

Regarding the output of make4ht, actually the most important stuff in this case in near the end of the output, before files are copied to the output directories.

claell commented 10 months ago

Ah, thanks! I managed to find the changed version https://svn.gnu.org.ua/viewvc/tex4ht/trunk/lit/.

How do I use the file that you uploaded?

I'll provide the full output!

claell commented 10 months ago
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=latex)
 restricted \write18 enabled.
entering extended mode
LaTeX2e <2023-11-01>
L3 programming layer <2023-12-11>
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tex4ht.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/usepackage.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/tex4ebook/tex4ebook.sty
(c:/texlive/2023/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(c:/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty
(c:/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty)
(c:/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
(c:/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty))
(c:/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/graphics-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty
(c:/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty)
(c:/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(c:/texlive/2023/texmf-dist/tex/latex/graphics-def/dvips.def))))
(./generated-latex-2852.tex (c:/texlive/2023/texmf-dist/tex/latex/base/book.cls
Document Class: book 2023/05/17 v1.4n Standard LaTeX document class
(c:/texlive/2023/texmf-dist/tex/latex/base/bk10.clo))
(c:/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty)
(c:/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty)
(c:/texlive/2023/texmf-dist/tex/latex/lm/lmodern.sty)
(c:/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty)
(c:/texlive/2023/texmf-dist/tex/latex/lastpage/lastpage.sty
(c:/texlive/2023/texmf-dist/tex/latex/lastpage/lastpage2e.sty
(c:/texlive/2023/texmf-dist/tex/latex/lastpage/lastpagemodern.sty)
)) (./latex_book_generator/book.sty

LaTeX Warning: You have requested package `./latex_book_generator/book',
               but the package provides `book'.

(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/babel-sty-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/babel/babel.sty
(c:/texlive/2023/texmf-dist/tex/generic/babel/txtbabel.def)
(c:/texlive/2023/texmf-dist/tex/generic/babel-english/english.ldf))
(c:/texlive/2023/texmf-dist/tex/generic/babel/locale/en/babel-english.tex)
(c:/texlive/2023/texmf-dist/tex/latex/geometry/geometry.sty
(c:/texlive/2023/texmf-dist/tex/generic/iftex/ifvtex.sty
(c:/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty)))
(c:/texlive/2023/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/xcolor-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty
(c:/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg)
(c:/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx))
(c:/texlive/2023/texmf-dist/tex/latex/microtype/microtype.sty
(c:/texlive/2023/texmf-dist/tex/latex/microtype/microtype-pdftex.def)
(c:/texlive/2023/texmf-dist/tex/latex/microtype/microtype.cfg))
(c:/texlive/2023/texmf-dist/tex/latex/nowidow/nowidow.sty)
(c:/texlive/2023/texmf-dist/tex/latex/truncate/truncate.sty)
(c:/texlive/2023/texmf-dist/tex/latex/hanging/hanging.sty)
(c:/texlive/2023/texmf-dist/tex/latex/changepage/changepage.sty)
(c:/texlive/2023/texmf-dist/tex/latex/emptypage/emptypage.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty
(c:/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty)
(c:/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
(c:/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty
(c:/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty))
(c:/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty)
(c:/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
(c:/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty

Package auxhook Warning: Cannot patch \document,
(auxhook)                using \AtBeginDocument instead.

) (c:/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty
(c:/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty)
(c:/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
(c:/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def)
(c:/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty)
(c:/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def)
(c:/texlive/2023/texmf-dist/tex/latex/url/url.sty)
(c:/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty
(c:/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
(c:/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty)

Package hyperref Message: Stopped early.

) (c:/texlive/2023/texmf-dist/tex/latex/hyperref/htex4ht.def)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/fancyhdr-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/titlesec-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/titlesec/titlesec.sty)
(c:/texlive/2023/texmf-dist/tex/latex/tocloft/tocloft.sty)
(c:/texlive/2023/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/expl3-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/l3kernel/expl3.sty
(c:/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-dvips.def))))
(c:/texlive/2023/texmf-dist/tex/latex/ragged2e/ragged2e.sty) (./tex4ebook.cfg
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tex4ht.4ht
::::::::::::::::::::::::::::::::::::::::::
 TeX4ht info is available in the log file
::::::::::::::::::::::::::::::::::::::::::
) (c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tex4ht.sty
l.870 --- TeX4ht warning --- nonprimitive \everypar ---
--- needs --- tex4ht generated-latex-2852 ---
(./generated-latex-2852.tmp) (./generated-latex-2852.xref)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(generated-latex-2852.4tc)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/latex.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/fontmath.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/latex/tex4ebook/tex4ebook.4ht
(c:/texlive/2023/texmf-dist/tex/latex/tex4ebook/tex4ebook-epub3.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/graphicx.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/graphics.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/dvips.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/book.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/inputenc.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/babel.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/english.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/geometry.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/wrapfig.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/xcolor.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/color.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/color.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/microtype.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/changepage.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/hyperref.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/nameref.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/pd1enc.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/url.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/titlesec.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tocloft.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/latex/lm/t1lmr.fd) (./generated-latex-2852.aux)
*geometry* driver: auto-detecting
*geometry* detected driver: dvips
) [1] [2]
l.15 --- TeX4ht warning --- File `"./images/Galaxy Publishing Logo.xbb"' not fo
und ---
l.15 --- TeX4ht warning --- Cannot determine size of graphic in "./images/Galax
y Publishing Logo.xbb" (no BoundingBox) ---
l.18 --- TeX4ht warning --- File `"./images/arthur-conan-doyle.xbb"' not found
---
l.18 --- TeX4ht warning --- Cannot determine size of graphic in "./images/arthu
r-conan-doyle.xbb" (no BoundingBox) ---
[1] [2] [3]
l.19 --- TeX4ht warning --- File `"./images/Galaxy Publishing Logo.xbb"' not fo
und ---
l.19 --- TeX4ht warning --- Cannot determine size of graphic in "./images/Galax
y Publishing Logo.xbb" (no BoundingBox) ---
[1] (c:/texlive/2023/texmf-dist/tex/latex/lm/ts1lmr.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/ot1lmr.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omllmm.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omslmsy.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omxlmex.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/t1lmtt.fd) [2]
! Missing number, treated as zero.
<to be read again>
                   /
l.35 \begin{adjustwidth}{}{2.5em}
                                 %
?
! Illegal unit of measure (pt inserted).
<to be read again>
                   /
l.35 \begin{adjustwidth}{}{2.5em}
                                 %
?
[3] [4] (./generated-latex-2852.4ct) [5] [6] [1] [2]
Chapter 1.
[3] [4] [5] [6] [7] [8]
Chapter 2.
[9] [10] [11] [12] [13] [14] [15] [16] [17] [18]
Chapter 3.
[19] [20] [21] [22] [23] [24] [25] [26]
Chapter 4.
[27] [28] [29] [30] [31] [32] [33] [34] [35] [36]
Chapter 5.
[37] [38] [39] [40] [41] [42] [43] [44] [45] [46]
Chapter 6.
[47] [48] [49] [50] [51] [52] [53] [54]
Chapter 7.
[55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66]
Chapter 8.
[67] [68] [69] [70] [71] [72] [73] [74]
Chapter 9.
[75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88]
Chapter 10.
[89] [90] [91] [92] [93] [94] [95] [96] [97] [98]
Chapter 11.
[99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110]
Chapter 12.
[111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]
Chapter 13.
[123] [124] [125] [126] [127] [128] [129] [130] [131] [132]
Chapter 14.
[133] [134] [135] [136] [137] [138] [139] [140] [141] [142]
Chapter 15.
[143] [144] [145] [146] [147] [148] [149] (./generated-latex-2852.4ct) [150]
[151] 
enddocument/afterlastpage: lastpage setting LastPage.
(./generated-latex-2852.aux) )
Output written on generated-latex-2852.dvi (162 pages, 542232 bytes).
Transcript written on generated-latex-2852.log.
[INFO]    htlatex: Unsupported file: etoolbox.sty
[INFO]    htlatex: Unsupported file: atbegshi-ltx.sty
[INFO]    htlatex: Unsupported file: kvsetkeys.sty
[INFO]    htlatex: Unsupported file: iftex.sty
[INFO]    htlatex: Unsupported file: nowidow.sty
[INFO]    htlatex: Unsupported file: lastpagemodern.sty
[INFO]    htlatex: Unsupported file: lmodern.sty
[INFO]    htlatex: Unsupported file: letltxmacro.sty
[INFO]    htlatex: Unsupported file: fancyhdr.sty
[INFO]    htlatex: Unsupported file: ragged2e.sty
[INFO]    htlatex: Unsupported file: bitset.sty
[INFO]    htlatex: Unsupported file: ltxcmds.sty
[INFO]    htlatex: Unsupported file: hycolor.sty
[INFO]    htlatex: Unsupported file: kvoptions.sty
[INFO]    htlatex: Unsupported file: xparse.sty
[INFO]    htlatex: Unsupported file: pdftexcmds.sty
[INFO]    htlatex: Unsupported file: trig.sty
[INFO]    htlatex: Unsupported file: truncate.sty
[INFO]    htlatex: Unsupported file: pdfescape.sty
[INFO]    htlatex: Unsupported file: expl3.sty
[INFO]    htlatex: Unsupported file: infwarerr.sty
[INFO]    htlatex: Unsupported file: lastpage.sty
[INFO]    htlatex: Unsupported file: auxhook.sty
[INFO]    htlatex: Unsupported file: gettitlestring.sty
[INFO]    htlatex: Unsupported file: ifvtex.sty
[INFO]    htlatex: Unsupported file: refcount.sty
[INFO]    htlatex: Unsupported file: emptypage.sty
[INFO]    htlatex: Unsupported file: intcalc.sty
[INFO]    htlatex: Unsupported file: bigintcalc.sty
[INFO]    htlatex: Unsupported file: kvdefinekeys.sty
[INFO]    htlatex: Unsupported file: textcomp.sty
[INFO]    htlatex: Unsupported file: hanging.sty
[INFO]    htlatex: Unsupported file: lastpage2e.sty
[INFO]    htlatex: Unsupported file: fontenc.sty
[INFO]    htlatex: Unsupported file: keyval.sty
[INFO]    mkutils:  svgp-indent,charset=utf-8,epub3,html5,uni-html4,html,xh
[INFO]    mkutils: executing: tex4ht  -cmozhtf -utf8 -cmozhtf -utf8 -g.svg "generated-latex-2852.dvi"
----------------------------
tex4ht.c (2023-10-13-15:32 kpathsea)
tex4ht -cmozhtf
  -utf8
  -cmozhtf
  -utf8
  -g.svg
  generated-latex-2852.dvi
(c:/texlive/2023/texmf-dist/tex4ht/base/unix/tex4ht.env)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/mozilla/charset/unicode.4hf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ec-lmri10.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf)
Searching `lm-ec.htf' for `ec-lmri10.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ec.htf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ec-lmtt10.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf)
Searching `lm-ec.htf' for `ec-lmtt10.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ec.htf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ts1-lmr10.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/ts1-.htf)
Searching `lm-ts1.htf' for `ts1-lmr10.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ts1.htf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ec-lmri12.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf)
Searching `lm-ec.htf' for `ec-lmri12.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ec.htf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ec-lmri12.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf)
Searching `lm-ec.htf' for `ec-lmri12.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ec.htf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ec-lmr12.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf)
Searching `lm-ec.htf' for `ec-lmr12.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ec.htf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ec-lmr10.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf)
Searching `lm-ec.htf' for `ec-lmr10.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ec.htf)
[1 file generated-latex-2852.xhtml
 file generated-latex-2852.css
 file generated-latex-2852.tmp
] [2]
[3] [4] [5] [6] [7] [8 file generated-latex-2852li1.xhtml
] [9] [10 file generated-latex-2852li2.xhtml
] [11] [12]
[13] [14 file generated-latex-2852ch1.xhtml
] [15] [16] [17] [18] [19] [20 file generated-latex-2852ch2.xhtml
] [21] [22]
[23] [24] [25] [26] [27] [28] [29] [30 file generated-latex-2852ch3.xhtml
] [31] [32]
[33] [34] [35] [36] [37] [38 file generated-latex-2852ch4.xhtml
] [39] [40] [41] [42]
[43] [44] [45] [46] [47] [48 file generated-latex-2852ch5.xhtml
] [49] [50] [51] [52]
[53] [54] [55] [56] [57] [58 file generated-latex-2852ch6.xhtml
] [59] [60] [61] [62]
[63] [64] [65] [66 file generated-latex-2852ch7.xhtml
] [67] [68] [69] [70] [71] [72]
[73] [74] [75] [76] [77] [78 file generated-latex-2852ch8.xhtml
] [79] [80] [81] [82]
[83] [84] [85] [86 file generated-latex-2852ch9.xhtml
] [87] [88] [89] [90] [91] [92]
[93] [94] [95] [96] [97] [98] [99] [100 file generated-latex-2852ch10.xhtml
] [101] [102]
[103] [104] [105] [106] [107] [108] [109] [110 file generated-latex-2852ch11.xhtml
] [111] [112]
[113] [114] [115] [116] [117] [118] [119] [120] [121] [122 file generated-latex-2852ch12.xhtml
]
[123] [124] [125] [126] [127] [128] [129] [130] [131] [132]
[133] [134 file generated-latex-2852ch13.xhtml
] [135] [136] [137] [138] [139] [140] [141] [142]
[143] [144 file generated-latex-2852ch14.xhtml
] [145] [146] [147] [148] [149] [150] [151] [152]
[153] [154 file generated-latex-2852ch15.xhtml
] [155] [156] [157] [158] [159] [160] [161 file generated-latex-2852.ncx
 file content.opf
 file content-part2.opf
] [162]
Execute script `generated-latex-2852.lg'

[INFO]    mkutils: executing: t4ht  "generated-latex-2852.dvi"
----------------------------
t4ht.c (2018-07-04-14:25 kpathsea)
t4ht generated-latex-2852.dvi
(c:/texlive/2023/texmf-dist/tex4ht/base/unix/tex4ht.env)
Entering generated-latex-2852.lg
Entering generated-latex-2852.css
Entering generated-latex-2852.tmp

[INFO]    mkutils: Parse LG
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852.tmp
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852li1.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852li2.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch1.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch2.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch3.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch4.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch5.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch6.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch7.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch8.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch9.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch10.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch11.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch12.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch13.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch14.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch15.xhtml
[INFO]    exec_epub3: write container
[INFO]    mkutils: Copy: copy "generated-latex-2852.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852.css" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    exec_epub: Mimetype for the  tmp extension is not registered
[INFO]    mkutils: Copy: copy "generated-latex-2852li1.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852li2.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch1.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch2.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch3.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch4.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch5.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch6.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch7.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch8.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch9.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch10.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch11.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch12.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch13.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch14.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch15.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852.ncx" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    exec_epub: Mimetype for the  opf extension is not registered
[INFO]    exec_epub: Mimetype for the  opf extension is not registered
[INFO]    mkutils: Copy: copy ".\images\Galaxy Publishing Logo-2.png" "generated-latex-2852-epub3\OEBPS\.\images"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy ".\images\arthur-conan-doyle-.png" "generated-latex-2852-epub3\OEBPS\.\images"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy ".\images\Galaxy Publishing Logo-1.png" "generated-latex-2852-epub3\OEBPS\.\images"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "content.opf" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    exec_epub3: TOC nav found
Der Befehl "tidy" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
[WARNING] exec_epub: tidy command seems missing, you should install it in order
  to make valid epub file
[INFO]    exec_epub: Using regexp based cleaning

zip error: Internal logic error (fstat(stdin))
[INFO]    exec_epub: Pack mimetype 0
[INFO]    exec_epub: Pack metadir 0
[INFO]    exec_epub: Pack outputdir 0
[INFO]    exec_epub: Copy generated epub
[INFO]    mkutils: Copy: copy "generated-latex-2852-epub3\generated-latex-2852.epub" "generated-latex-2852.epub"
        1 Datei(en) kopiert.
[STATUS]  tex4ebook: Conversion finished

There is also some log beforehand (it even scrolled out of the terminal), so I hope, I catched the relevant part now. Else, I'll also paste the "middle" part.

michal-h21 commented 10 months ago

You can put that file to the directory with your TeX file, or wait few days for the TeX Live update.

From the terminal output, it seems that png files are used. I've found that \Configure{Picture}{.svg} in the config file isn't enough to request the SVG output for PDF images, as this setting happens earlier than the config file proceeds. You need to use the "svg" option, as in:

\Preamble{xhtml,svg}
\begin{document}
\EndPreamble
claell commented 10 months ago

Sorry again for the delayed response. I just tested, the changepage.4ht indeed fixes the issue! Thanks for that (I'll also officially update through TeX Live later).

For the other issue, with the new config, it seems that now, there are no SVG files created. The log complains about missing files:

(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/hyperref.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/nameref.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/pd1enc.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/url.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/titlesec.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tocloft.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/latex/lm/t1lmr.fd)
No file generated-latex-2852.aux.
*geometry* driver: auto-detecting
*geometry* detected driver: dvips
) [1] [2]
l.15 --- TeX4ht warning --- File `"./images/Galaxy Publishing Logo.xbb"' not fo
und ---
l.15 --- TeX4ht warning --- Cannot determine size of graphic in "./images/Galax
y Publishing Logo.xbb" (no BoundingBox) ---
l.18 --- TeX4ht warning --- File `"./images/arthur-conan-doyle.xbb"' not found
---
l.18 --- TeX4ht warning --- Cannot determine size of graphic in "./images/arthu
r-conan-doyle.xbb" (no BoundingBox) ---
[1] [2] [3]
l.19 --- TeX4ht warning --- File `"./images/Galaxy Publishing Logo.xbb"' not fo
und ---
l.19 --- TeX4ht warning --- Cannot determine size of graphic in "./images/Galax
y Publishing Logo.xbb" (no BoundingBox) ---
[1] (c:/texlive/2023/texmf-dist/tex/latex/lm/ts1lmr.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/ot1lmr.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omllmm.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omslmsy.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omxlmex.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/t1lmtt.fd) [2] [3] [4]
(./generated-latex-2852.4ct) [5] [6] [1] [2]
Chapter 1.
[3] [4] [5] [6] [7] [8]
Chapter 2.
[9] [10] [11] [12] [13] [14] [15] [16] [17] [18]
Chapter 3.
[19] [20] [21] [22] [23] [24] [25] [26]
Chapter 4.
[27] [28] [29] [30] [31] [32] [33] [34] [35] [36]
Chapter 5.
[37] [38] [39] [40] [41] [42] [43] [44] [45] [46]
Chapter 6.
[47] [48] [49] [50] [51] [52] [53] [54]
Chapter 7.
[55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66]
Chapter 8.
[67] [68] [69] [70] [71] [72] [73] [74]
Chapter 9.
[75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88]
Chapter 10.
[89] [90] [91] [92] [93] [94] [95] [96] [97] [98]
Chapter 11.
[99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110]
Chapter 12.
[111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]
Chapter 13.
[123] [124] [125] [126] [127] [128] [129] [130] [131] [132]
Chapter 14.
[133] [134] [135] [136] [137] [138] [139] [140] [141] [142]
Chapter 15.
[143] [144] [145] [146] [147] [148] [149] (./generated-latex-2852.4ct) [150]
[151]
enddocument/afterlastpage: lastpage setting LastPage.
(./generated-latex-2852.aux)

LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.

Package lastpage Warning: Rerun to get the references right on input line 4510.

 )
Output written on generated-latex-2852.dvi (162 pages, 542584 bytes).
Transcript written on generated-latex-2852.log.
[INFO]    htlatex: Unsupported file: iftex.sty
[INFO]    htlatex: Unsupported file: nowidow.sty
[INFO]    htlatex: Unsupported file: textcomp.sty
[INFO]    htlatex: Unsupported file: fontenc.sty
[INFO]    htlatex: Unsupported file: lastpage.sty
[INFO]    htlatex: Unsupported file: kvsetkeys.sty
[INFO]    htlatex: Unsupported file: lmodern.sty
[INFO]    htlatex: Unsupported file: letltxmacro.sty
[INFO]    htlatex: Unsupported file: ifvtex.sty
[INFO]    htlatex: Unsupported file: gettitlestring.sty
[INFO]    htlatex: Unsupported file: ragged2e.sty
[INFO]    htlatex: Unsupported file: hanging.sty
[INFO]    htlatex: Unsupported file: xparse.sty
[INFO]    htlatex: Unsupported file: kvoptions.sty
[INFO]    htlatex: Unsupported file: expl3.sty
[INFO]    htlatex: Unsupported file: refcount.sty
[INFO]    htlatex: Unsupported file: ltxcmds.sty
[INFO]    htlatex: Unsupported file: atbegshi-ltx.sty
[INFO]    htlatex: Unsupported file: bigintcalc.sty
[INFO]    htlatex: Unsupported file: bitset.sty
[INFO]    htlatex: Unsupported file: intcalc.sty
[INFO]    htlatex: Unsupported file: truncate.sty
[INFO]    htlatex: Unsupported file: lastpagemodern.sty
[INFO]    htlatex: Unsupported file: keyval.sty
[INFO]    htlatex: Unsupported file: hycolor.sty
[INFO]    htlatex: Unsupported file: pdfescape.sty
[INFO]    htlatex: Unsupported file: kvdefinekeys.sty
[INFO]    htlatex: Unsupported file: infwarerr.sty
[INFO]    htlatex: Unsupported file: emptypage.sty
[INFO]    htlatex: Unsupported file: lastpage2e.sty
[INFO]    htlatex: Unsupported file: pdftexcmds.sty
[INFO]    htlatex: Unsupported file: trig.sty
[INFO]    htlatex: Unsupported file: fancyhdr.sty
[INFO]    htlatex: Unsupported file: etoolbox.sty
[INFO]    htlatex: Unsupported file: auxhook.sty
[INFO]    htlatex: LaTeX call: latex --interaction=errorstopmode  -jobname="generated-latex-2852"   \makeatletter\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expandafter\Link\fi}\def\Link#1.a.b.c.{\let\HCode\documentstyle\def\documentstyle{\let\documentstyle\HCode\expandafter\def\csname tex4ht\endcsname{#1,html}\def\HCode####1{\documentstyle[tex4ht,}\@ifnextchar[{\HCode}{\documentstyle[tex4ht]}}\RequirePackage[#1,html]{tex4ht}\RequirePackage{tex4ebook}\Configure{ext}{xhtml}}\makeatother\HCode tex4ebook.cfg,svg p-indent,charset=utf-8,charset=utf-8,epub3,html5,uni-html4.a.b.c.\input "\detokenize{generated-latex-2852.tex}"
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=latex)
 restricted \write18 enabled.
entering extended mode
LaTeX2e <2023-11-01>
L3 programming layer <2023-12-11>
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tex4ht.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/usepackage.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/tex4ebook/tex4ebook.sty
(c:/texlive/2023/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(c:/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty
(c:/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty)
(c:/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
(c:/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty))
(c:/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/graphics-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty
(c:/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty)
(c:/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(c:/texlive/2023/texmf-dist/tex/latex/graphics-def/dvips.def))))
(./generated-latex-2852.tex (c:/texlive/2023/texmf-dist/tex/latex/base/book.cls
Document Class: book 2023/05/17 v1.4n Standard LaTeX document class
(c:/texlive/2023/texmf-dist/tex/latex/base/bk10.clo))
(c:/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty)
(c:/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty)
(c:/texlive/2023/texmf-dist/tex/latex/lm/lmodern.sty)
(c:/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty)
(c:/texlive/2023/texmf-dist/tex/latex/lastpage/lastpage.sty
(c:/texlive/2023/texmf-dist/tex/latex/lastpage/lastpage2e.sty
(c:/texlive/2023/texmf-dist/tex/latex/lastpage/lastpagemodern.sty) 
)) (./latex_book_generator/book.sty

LaTeX Warning: You have requested package `./latex_book_generator/book',
               but the package provides `book'.

(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/babel-sty-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/babel/babel.sty
(c:/texlive/2023/texmf-dist/tex/generic/babel/txtbabel.def)
(c:/texlive/2023/texmf-dist/tex/generic/babel-english/english.ldf))
(c:/texlive/2023/texmf-dist/tex/generic/babel/locale/en/babel-english.tex)
(c:/texlive/2023/texmf-dist/tex/latex/geometry/geometry.sty
(c:/texlive/2023/texmf-dist/tex/generic/iftex/ifvtex.sty
(c:/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty)))
(c:/texlive/2023/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/xcolor-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty
(c:/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg)
(c:/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx))
(c:/texlive/2023/texmf-dist/tex/latex/microtype/microtype.sty
(c:/texlive/2023/texmf-dist/tex/latex/microtype/microtype-pdftex.def)
(c:/texlive/2023/texmf-dist/tex/latex/microtype/microtype.cfg))
(c:/texlive/2023/texmf-dist/tex/latex/nowidow/nowidow.sty)
(c:/texlive/2023/texmf-dist/tex/latex/truncate/truncate.sty)
(c:/texlive/2023/texmf-dist/tex/latex/hanging/hanging.sty)
(c:/texlive/2023/texmf-dist/tex/latex/changepage/changepage.sty)
(c:/texlive/2023/texmf-dist/tex/latex/emptypage/emptypage.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty
(c:/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty)
(c:/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
(c:/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty
(c:/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty))
(c:/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty)
(c:/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
(c:/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty

Package auxhook Warning: Cannot patch \document,
(auxhook)                using \AtBeginDocument instead.

) (c:/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty
(c:/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty)
(c:/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
(c:/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def)
(c:/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty)
(c:/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def)
(c:/texlive/2023/texmf-dist/tex/latex/url/url.sty)
(c:/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty
(c:/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
(c:/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty)

Package hyperref Message: Stopped early.

) (c:/texlive/2023/texmf-dist/tex/latex/hyperref/htex4ht.def)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/fancyhdr-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/titlesec-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/titlesec/titlesec.sty)
(c:/texlive/2023/texmf-dist/tex/latex/tocloft/tocloft.sty)
(c:/texlive/2023/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/expl3-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/l3kernel/expl3.sty
(c:/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-dvips.def))))
(c:/texlive/2023/texmf-dist/tex/latex/ragged2e/ragged2e.sty) (./tex4ebook.cfg
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tex4ht.4ht
::::::::::::::::::::::::::::::::::::::::::
 TeX4ht info is available in the log file
::::::::::::::::::::::::::::::::::::::::::
) (c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tex4ht.sty
l.870 --- TeX4ht warning --- nonprimitive \everypar ---
--- needs --- tex4ht generated-latex-2852 ---
(./generated-latex-2852.tmp) (./generated-latex-2852.xref)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(generated-latex-2852.4tc)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/latex.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/fontmath.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/latex/tex4ebook/tex4ebook.4ht
(c:/texlive/2023/texmf-dist/tex/latex/tex4ebook/tex4ebook-epub3.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/graphicx.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/graphics.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/dvips.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/book.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/inputenc.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/babel.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/english.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/geometry.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/wrapfig.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/xcolor.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/color.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/color.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/microtype.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)) (./changepage.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/hyperref.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/nameref.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/pd1enc.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/url.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/titlesec.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tocloft.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/latex/lm/t1lmr.fd) (./generated-latex-2852.aux)
*geometry* driver: auto-detecting
*geometry* detected driver: dvips
) [1] [2]
l.15 --- TeX4ht warning --- File `"./images/Galaxy Publishing Logo.xbb"' not fo
und ---
l.15 --- TeX4ht warning --- Cannot determine size of graphic in "./images/Galax
y Publishing Logo.xbb" (no BoundingBox) ---
l.18 --- TeX4ht warning --- File `"./images/arthur-conan-doyle.xbb"' not found
---
l.18 --- TeX4ht warning --- Cannot determine size of graphic in "./images/arthu
r-conan-doyle.xbb" (no BoundingBox) ---
[1] [2] [3]
l.19 --- TeX4ht warning --- File `"./images/Galaxy Publishing Logo.xbb"' not fo
und ---
l.19 --- TeX4ht warning --- Cannot determine size of graphic in "./images/Galax
y Publishing Logo.xbb" (no BoundingBox) ---
[1] (c:/texlive/2023/texmf-dist/tex/latex/lm/ts1lmr.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/ot1lmr.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omllmm.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omslmsy.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omxlmex.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/t1lmtt.fd) [2] [3] [4]
(./generated-latex-2852.4ct) [5] [6] [1] [2]
Chapter 1.
[3] [4] [5] [6] [7] [8]
Chapter 2.
[9] [10] [11] [12] [13] [14] [15] [16] [17] [18]
Chapter 3.
[19] [20] [21] [22] [23] [24] [25] [26]
Chapter 4.
[27] [28] [29] [30] [31] [32] [33] [34] [35] [36]
Chapter 5.
[37] [38] [39] [40] [41] [42] [43] [44] [45] [46]
Chapter 6.
[47] [48] [49] [50] [51] [52] [53] [54]
Chapter 7.
[55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66]
Chapter 8.
[67] [68] [69] [70] [71] [72] [73] [74]
Chapter 9.
[75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88]
Chapter 10.
[89] [90] [91] [92] [93] [94] [95] [96] [97] [98]
Chapter 11.
[99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110]
Chapter 12.
[111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]
Chapter 13.
[123] [124] [125] [126] [127] [128] [129] [130] [131] [132]
Chapter 14.
[133] [134] [135] [136] [137] [138] [139] [140] [141] [142]
Chapter 15.
[143] [144] [145] [146] [147] [148] [149] (./generated-latex-2852.4ct) [150]
[151]
enddocument/afterlastpage: lastpage setting LastPage.
(./generated-latex-2852.aux) )
Output written on generated-latex-2852.dvi (162 pages, 542584 bytes).
Transcript written on generated-latex-2852.log.
[INFO]    htlatex: Unsupported file: iftex.sty
[INFO]    htlatex: Unsupported file: nowidow.sty
[INFO]    htlatex: Unsupported file: textcomp.sty
[INFO]    htlatex: Unsupported file: fontenc.sty
[INFO]    htlatex: Unsupported file: lastpage.sty
[INFO]    htlatex: Unsupported file: kvsetkeys.sty
[INFO]    htlatex: Unsupported file: lmodern.sty
[INFO]    htlatex: Unsupported file: letltxmacro.sty
[INFO]    htlatex: Unsupported file: ifvtex.sty
[INFO]    htlatex: Unsupported file: gettitlestring.sty
[INFO]    htlatex: Unsupported file: ragged2e.sty
[INFO]    htlatex: Unsupported file: hanging.sty
[INFO]    htlatex: Unsupported file: xparse.sty
[INFO]    htlatex: Unsupported file: kvoptions.sty
[INFO]    htlatex: Unsupported file: expl3.sty
[INFO]    htlatex: Unsupported file: refcount.sty
[INFO]    htlatex: Unsupported file: ltxcmds.sty
[INFO]    htlatex: Unsupported file: atbegshi-ltx.sty
[INFO]    htlatex: Unsupported file: bigintcalc.sty
[INFO]    htlatex: Unsupported file: bitset.sty
[INFO]    htlatex: Unsupported file: intcalc.sty
[INFO]    htlatex: Unsupported file: truncate.sty
[INFO]    htlatex: Unsupported file: lastpagemodern.sty
[INFO]    htlatex: Unsupported file: keyval.sty
[INFO]    htlatex: Unsupported file: hycolor.sty
[INFO]    htlatex: Unsupported file: pdfescape.sty
[INFO]    htlatex: Unsupported file: kvdefinekeys.sty
[INFO]    htlatex: Unsupported file: infwarerr.sty
[INFO]    htlatex: Unsupported file: emptypage.sty
[INFO]    htlatex: Unsupported file: lastpage2e.sty
[INFO]    htlatex: Unsupported file: pdftexcmds.sty
[INFO]    htlatex: Unsupported file: trig.sty
[INFO]    htlatex: Unsupported file: fancyhdr.sty
[INFO]    htlatex: Unsupported file: etoolbox.sty
[INFO]    htlatex: Unsupported file: auxhook.sty
[INFO]    htlatex: LaTeX call: latex --interaction=errorstopmode  -jobname="generated-latex-2852"   \makeatletter\def\HCode{\futurelet\HCode\HChar}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expandafter\Link\fi}\def\Link#1.a.b.c.{\let\HCode\documentstyle\def\documentstyle{\let\documentstyle\HCode\expandafter\def\csname tex4ht\endcsname{#1,html}\def\HCode####1{\documentstyle[tex4ht,}\@ifnextchar[{\HCode}{\documentstyle[tex4ht]}}\RequirePackage[#1,html]{tex4ht}\RequirePackage{tex4ebook}\Configure{ext}{xhtml}}\makeatother\HCode tex4ebook.cfg,svg p-indent,charset=utf-8,charset=utf-8,epub3,html5,uni-html4.a.b.c.\input "\detokenize{generated-latex-2852.tex}"
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=latex)
 restricted \write18 enabled.
entering extended mode
LaTeX2e <2023-11-01>
L3 programming layer <2023-12-11>
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tex4ht.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/usepackage.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/tex4ebook/tex4ebook.sty
(c:/texlive/2023/texmf-dist/tex/latex/etoolbox/etoolbox.sty)
(c:/texlive/2023/texmf-dist/tex/latex/kvoptions/kvoptions.sty
(c:/texlive/2023/texmf-dist/tex/latex/graphics/keyval.sty)
(c:/texlive/2023/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty)
(c:/texlive/2023/texmf-dist/tex/latex/kvsetkeys/kvsetkeys.sty))
(c:/texlive/2023/texmf-dist/tex/latex/graphics/graphicx.sty
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/graphics-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/graphics/graphics.sty
(c:/texlive/2023/texmf-dist/tex/latex/graphics/trig.sty)
(c:/texlive/2023/texmf-dist/tex/latex/graphics-cfg/graphics.cfg)
(c:/texlive/2023/texmf-dist/tex/latex/graphics-def/dvips.def))))
(./generated-latex-2852.tex (c:/texlive/2023/texmf-dist/tex/latex/base/book.cls
Document Class: book 2023/05/17 v1.4n Standard LaTeX document class
(c:/texlive/2023/texmf-dist/tex/latex/base/bk10.clo))
(c:/texlive/2023/texmf-dist/tex/latex/base/fontenc.sty)
(c:/texlive/2023/texmf-dist/tex/latex/base/inputenc.sty)
(c:/texlive/2023/texmf-dist/tex/latex/lm/lmodern.sty)
(c:/texlive/2023/texmf-dist/tex/latex/base/textcomp.sty)
(c:/texlive/2023/texmf-dist/tex/latex/lastpage/lastpage.sty
(c:/texlive/2023/texmf-dist/tex/latex/lastpage/lastpage2e.sty
(c:/texlive/2023/texmf-dist/tex/latex/lastpage/lastpagemodern.sty)
)) (./latex_book_generator/book.sty

LaTeX Warning: You have requested package `./latex_book_generator/book',
               but the package provides `book'.

(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/babel-sty-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/babel/babel.sty
(c:/texlive/2023/texmf-dist/tex/generic/babel/txtbabel.def)
(c:/texlive/2023/texmf-dist/tex/generic/babel-english/english.ldf))
(c:/texlive/2023/texmf-dist/tex/generic/babel/locale/en/babel-english.tex)
(c:/texlive/2023/texmf-dist/tex/latex/geometry/geometry.sty
(c:/texlive/2023/texmf-dist/tex/generic/iftex/ifvtex.sty
(c:/texlive/2023/texmf-dist/tex/generic/iftex/iftex.sty)))
(c:/texlive/2023/texmf-dist/tex/latex/wrapfig/wrapfig.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/xcolor-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/xcolor/xcolor.sty
(c:/texlive/2023/texmf-dist/tex/latex/graphics-cfg/color.cfg)
(c:/texlive/2023/texmf-dist/tex/latex/graphics/mathcolor.ltx))
(c:/texlive/2023/texmf-dist/tex/latex/microtype/microtype.sty
(c:/texlive/2023/texmf-dist/tex/latex/microtype/microtype-pdftex.def)
(c:/texlive/2023/texmf-dist/tex/latex/microtype/microtype.cfg))
(c:/texlive/2023/texmf-dist/tex/latex/nowidow/nowidow.sty)
(c:/texlive/2023/texmf-dist/tex/latex/truncate/truncate.sty)
(c:/texlive/2023/texmf-dist/tex/latex/hanging/hanging.sty)
(c:/texlive/2023/texmf-dist/tex/latex/changepage/changepage.sty)
(c:/texlive/2023/texmf-dist/tex/latex/emptypage/emptypage.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/hyperref-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/hyperref/hyperref.sty
(c:/texlive/2023/texmf-dist/tex/generic/infwarerr/infwarerr.sty)
(c:/texlive/2023/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty)
(c:/texlive/2023/texmf-dist/tex/generic/pdfescape/pdfescape.sty
(c:/texlive/2023/texmf-dist/tex/generic/pdftexcmds/pdftexcmds.sty))
(c:/texlive/2023/texmf-dist/tex/latex/hycolor/hycolor.sty)
(c:/texlive/2023/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty)
(c:/texlive/2023/texmf-dist/tex/latex/auxhook/auxhook.sty

Package auxhook Warning: Cannot patch \document,
(auxhook)                using \AtBeginDocument instead.

) (c:/texlive/2023/texmf-dist/tex/latex/hyperref/nameref.sty
(c:/texlive/2023/texmf-dist/tex/latex/refcount/refcount.sty)
(c:/texlive/2023/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty))
(c:/texlive/2023/texmf-dist/tex/latex/hyperref/pd1enc.def)
(c:/texlive/2023/texmf-dist/tex/generic/intcalc/intcalc.sty)
(c:/texlive/2023/texmf-dist/tex/latex/hyperref/puenc.def)
(c:/texlive/2023/texmf-dist/tex/latex/url/url.sty)
(c:/texlive/2023/texmf-dist/tex/generic/bitset/bitset.sty
(c:/texlive/2023/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty))
(c:/texlive/2023/texmf-dist/tex/latex/base/atbegshi-ltx.sty)

Package hyperref Message: Stopped early.

) (c:/texlive/2023/texmf-dist/tex/latex/hyperref/htex4ht.def)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/fancyhdr-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/titlesec-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/titlesec/titlesec.sty)
(c:/texlive/2023/texmf-dist/tex/latex/tocloft/tocloft.sty)
(c:/texlive/2023/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/expl3-hooks.4ht)
(c:/texlive/2023/texmf-dist/tex/latex/l3kernel/expl3.sty
(c:/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-dvips.def))))
(c:/texlive/2023/texmf-dist/tex/latex/ragged2e/ragged2e.sty) (./tex4ebook.cfg
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tex4ht.4ht
::::::::::::::::::::::::::::::::::::::::::
 TeX4ht info is available in the log file
::::::::::::::::::::::::::::::::::::::::::
) (c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tex4ht.sty
l.870 --- TeX4ht warning --- nonprimitive \everypar ---
--- needs --- tex4ht generated-latex-2852 ---
(./generated-latex-2852.tmp) (./generated-latex-2852.xref)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(generated-latex-2852.4tc)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/latex.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/fontmath.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/latex/tex4ebook/tex4ebook.4ht
(c:/texlive/2023/texmf-dist/tex/latex/tex4ebook/tex4ebook-epub3.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/graphicx.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/graphics.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/dvips.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/book.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/inputenc.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/babel.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/english.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/geometry.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/wrapfig.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/xcolor.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/color.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/color.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/microtype.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht)) (./changepage.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/hyperref.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/nameref.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/pd1enc.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/url.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/titlesec.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/tocloft.4ht
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/unicode.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html4-math.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/svg-option.4ht)
(c:/texlive/2023/texmf-dist/tex/generic/tex4ht/html5.4ht))
(c:/texlive/2023/texmf-dist/tex/latex/lm/t1lmr.fd) (./generated-latex-2852.aux)
*geometry* driver: auto-detecting
*geometry* detected driver: dvips
) [1] [2]
l.15 --- TeX4ht warning --- File `"./images/Galaxy Publishing Logo.xbb"' not fo
und ---
l.15 --- TeX4ht warning --- Cannot determine size of graphic in "./images/Galax
y Publishing Logo.xbb" (no BoundingBox) ---
l.18 --- TeX4ht warning --- File `"./images/arthur-conan-doyle.xbb"' not found 
---
l.18 --- TeX4ht warning --- Cannot determine size of graphic in "./images/arthu
r-conan-doyle.xbb" (no BoundingBox) ---
[1] [2] [3]
l.19 --- TeX4ht warning --- File `"./images/Galaxy Publishing Logo.xbb"' not fo
und ---
l.19 --- TeX4ht warning --- Cannot determine size of graphic in "./images/Galax
y Publishing Logo.xbb" (no BoundingBox) ---
[1] (c:/texlive/2023/texmf-dist/tex/latex/lm/ts1lmr.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/ot1lmr.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omllmm.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omslmsy.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/omxlmex.fd)
(c:/texlive/2023/texmf-dist/tex/latex/lm/t1lmtt.fd) [2] [3] [4]
(./generated-latex-2852.4ct) [5] [6] [1] [2]
Chapter 1.
[3] [4] [5] [6] [7] [8]
Chapter 2.
[9] [10] [11] [12] [13] [14] [15] [16] [17] [18]
Chapter 3.
[19] [20] [21] [22] [23] [24] [25] [26]
Chapter 4.
[27] [28] [29] [30] [31] [32] [33] [34] [35] [36]
Chapter 5.
[37] [38] [39] [40] [41] [42] [43] [44] [45] [46]
Chapter 6.
[47] [48] [49] [50] [51] [52] [53] [54]
Chapter 7.
[55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66]
Chapter 8.
[67] [68] [69] [70] [71] [72] [73] [74]
Chapter 9.
[75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88]
Chapter 10.
[89] [90] [91] [92] [93] [94] [95] [96] [97] [98]
Chapter 11.
[99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110]
Chapter 12.
[111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122]
Chapter 13.
[123] [124] [125] [126] [127] [128] [129] [130] [131] [132]
Chapter 14.
[133] [134] [135] [136] [137] [138] [139] [140] [141] [142]
Chapter 15.
[143] [144] [145] [146] [147] [148] [149] (./generated-latex-2852.4ct) [150]
[151]
enddocument/afterlastpage: lastpage setting LastPage.
(./generated-latex-2852.aux) )
Output written on generated-latex-2852.dvi (162 pages, 542584 bytes).
Transcript written on generated-latex-2852.log.
[INFO]    htlatex: Unsupported file: iftex.sty
[INFO]    htlatex: Unsupported file: nowidow.sty
[INFO]    htlatex: Unsupported file: textcomp.sty
[INFO]    htlatex: Unsupported file: fontenc.sty
[INFO]    htlatex: Unsupported file: lastpage.sty
[INFO]    htlatex: Unsupported file: kvsetkeys.sty
[INFO]    htlatex: Unsupported file: lmodern.sty
[INFO]    htlatex: Unsupported file: letltxmacro.sty
[INFO]    htlatex: Unsupported file: ifvtex.sty
[INFO]    htlatex: Unsupported file: gettitlestring.sty
[INFO]    htlatex: Unsupported file: ragged2e.sty
[INFO]    htlatex: Unsupported file: hanging.sty
[INFO]    htlatex: Unsupported file: xparse.sty
[INFO]    htlatex: Unsupported file: kvoptions.sty
[INFO]    htlatex: Unsupported file: expl3.sty
[INFO]    htlatex: Unsupported file: refcount.sty
[INFO]    htlatex: Unsupported file: ltxcmds.sty
[INFO]    htlatex: Unsupported file: atbegshi-ltx.sty
[INFO]    htlatex: Unsupported file: bigintcalc.sty
[INFO]    htlatex: Unsupported file: bitset.sty
[INFO]    htlatex: Unsupported file: intcalc.sty
[INFO]    htlatex: Unsupported file: truncate.sty
[INFO]    htlatex: Unsupported file: lastpagemodern.sty
[INFO]    htlatex: Unsupported file: keyval.sty
[INFO]    htlatex: Unsupported file: hycolor.sty
[INFO]    htlatex: Unsupported file: pdfescape.sty
[INFO]    htlatex: Unsupported file: kvdefinekeys.sty
[INFO]    htlatex: Unsupported file: infwarerr.sty
[INFO]    htlatex: Unsupported file: emptypage.sty
[INFO]    htlatex: Unsupported file: lastpage2e.sty
[INFO]    htlatex: Unsupported file: pdftexcmds.sty
[INFO]    htlatex: Unsupported file: trig.sty
[INFO]    htlatex: Unsupported file: fancyhdr.sty
[INFO]    htlatex: Unsupported file: etoolbox.sty
[INFO]    htlatex: Unsupported file: auxhook.sty
[INFO]    mkutils:  svgp-indent,charset=utf-8,epub3,html5,uni-html4,html,xh
[INFO]    mkutils: executing: tex4ht  -cmozhtf -utf8 -cmozhtf -utf8 -g.svg "generated-latex-2852.dvi"
----------------------------
tex4ht.c (2023-10-13-15:32 kpathsea)
tex4ht -cmozhtf
  -utf8
  -cmozhtf
  -utf8
  -g.svg
  generated-latex-2852.dvi
(c:/texlive/2023/texmf-dist/tex4ht/base/unix/tex4ht.env)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/mozilla/charset/unicode.4hf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ec-lmri10.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf)
Searching `lm-ec.htf' for `ec-lmri10.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ec.htf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ec-lmtt10.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf)
Searching `lm-ec.htf' for `ec-lmtt10.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ec.htf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ts1-lmr10.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/ts1-.htf)
Searching `lm-ts1.htf' for `ts1-lmr10.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ts1.htf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ec-lmri12.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf)
Searching `lm-ec.htf' for `ec-lmri12.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ec.htf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ec-lmri12.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf)
Searching `lm-ec.htf' for `ec-lmri12.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ec.htf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ec-lmr12.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf)
Searching `lm-ec.htf' for `ec-lmr12.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ec.htf)
(c:/texlive/2023/texmf-dist/fonts/tfm/public/lm/ec-lmr10.tfm)
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/alias/lm/lm-ec/ec-lm.htf)
Searching `lm-ec.htf' for `ec-lmr10.htf'
(c:/texlive/2023/texmf-dist/tex4ht/ht-fonts/unicode/lm/lm-ec.htf)
[1 file generated-latex-2852.xhtml
 file generated-latex-2852.css
 file generated-latex-2852.tmp
] [2]
[3] [4] [5] [6] [7] [8 file generated-latex-2852li1.xhtml
] [9] [10 file generated-latex-2852li2.xhtml
] [11] [12]
[13] [14 file generated-latex-2852ch1.xhtml
] [15] [16] [17] [18] [19] [20 file generated-latex-2852ch2.xhtml
] [21] [22]
[23] [24] [25] [26] [27] [28] [29] [30 file generated-latex-2852ch3.xhtml
] [31] [32]
[33] [34] [35] [36] [37] [38 file generated-latex-2852ch4.xhtml
] [39] [40] [41] [42]
[43] [44] [45] [46] [47] [48 file generated-latex-2852ch5.xhtml
] [49] [50] [51] [52]
[53] [54] [55] [56] [57] [58 file generated-latex-2852ch6.xhtml
] [59] [60] [61] [62]
[63] [64] [65] [66 file generated-latex-2852ch7.xhtml
] [67] [68] [69] [70] [71] [72]
[73] [74] [75] [76] [77] [78 file generated-latex-2852ch8.xhtml
] [79] [80] [81] [82]
[83] [84] [85] [86 file generated-latex-2852ch9.xhtml
] [87] [88] [89] [90] [91] [92]
[93] [94] [95] [96] [97] [98] [99] [100 file generated-latex-2852ch10.xhtml
] [101] [102]
[103] [104] [105] [106] [107] [108] [109] [110 file generated-latex-2852ch11.xhtml
] [111] [112]
[113] [114] [115] [116] [117] [118] [119] [120] [121] [122 file generated-latex-2852ch12.xhtml
]
[123] [124] [125] [126] [127] [128] [129] [130] [131] [132]
[133] [134 file generated-latex-2852ch13.xhtml
] [135] [136] [137] [138] [139] [140] [141] [142]
[143] [144 file generated-latex-2852ch14.xhtml
] [145] [146] [147] [148] [149] [150] [151] [152]
[153] [154 file generated-latex-2852ch15.xhtml
] [155] [156] [157] [158] [159] [160] [161 file generated-latex-2852.ncx
 file content.opf
 file content-part2.opf
] [162]
Execute script `generated-latex-2852.lg'

[INFO]    mkutils: executing: t4ht  "generated-latex-2852.dvi"
Der Befehl "pdf2svg" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Der Befehl "pdf2svg" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Der Befehl "pdf2svg" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
----------------------------
t4ht.c (2018-07-04-14:25 kpathsea)
t4ht generated-latex-2852.dvi
(c:/texlive/2023/texmf-dist/tex4ht/base/unix/tex4ht.env)
Entering generated-latex-2852.lg
Entering generated-latex-2852.css
Entering generated-latex-2852.tmp
System call: pdf2svg "./images/Galaxy Publishing Logo.pdf" "./images/Galaxy Publishing Logo-2.svg" 2
--- Warning --- System return: 1
System call: pdf2svg "./images/arthur-conan-doyle.pdf" "./images/arthur-conan-doyle-.svg"
--- Warning --- System return: 1
System call: pdf2svg "./images/Galaxy Publishing Logo.pdf" "./images/Galaxy Publishing Logo-1.svg" 1
--- Warning --- System return: 1

[INFO]    mkutils: Parse LG
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852.tmp
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852li1.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852li2.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch1.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch2.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch3.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch4.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch5.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch6.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch7.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch8.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch9.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch10.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch11.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch12.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch13.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch14.xhtml
[INFO]    make4ht-lib: parse_lg process file: generated-latex-2852ch15.xhtml
[INFO]    exec_epub3: write container
[INFO]    mkutils: Copy: copy "generated-latex-2852.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852.css" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    exec_epub: Mimetype for the  tmp extension is not registered
[INFO]    mkutils: Copy: copy "generated-latex-2852li1.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852li2.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch1.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch2.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch3.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch4.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch5.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch6.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch7.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch8.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch9.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch10.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch11.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch12.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch13.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch14.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852ch15.xhtml" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    mkutils: Copy: copy "generated-latex-2852.ncx" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    exec_epub: Mimetype for the  opf extension is not registered
[INFO]    exec_epub: Mimetype for the  opf extension is not registered
[INFO]    mkutils: Copy: copy ".\images\Galaxy Publishing Logo-2.svg" "generated-latex-2852-epub3\OEBPS\.\images"
[ERROR]   mkutils: File ./images/Galaxy Publishing Logo-2.svg doesn't exist
Das System kann die angegebene Datei nicht finden.
[INFO]    mkutils: Copy: copy ".\images\arthur-conan-doyle-.svg" "generated-latex-2852-epub3\OEBPS\.\images"
[ERROR]   mkutils: File ./images/arthur-conan-doyle-.svg doesn't exist
Das System kann die angegebene Datei nicht finden.
[INFO]    mkutils: Copy: copy ".\images\Galaxy Publishing Logo-1.svg" "generated-latex-2852-epub3\OEBPS\.\images"
[ERROR]   mkutils: File ./images/Galaxy Publishing Logo-1.svg doesn't exist
Das System kann die angegebene Datei nicht finden.
[INFO]    mkutils: Copy: copy "content.opf" "generated-latex-2852-epub3\OEBPS"
        1 Datei(en) kopiert.
[INFO]    exec_epub3: TOC nav found
Der Befehl "tidy" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
[WARNING] exec_epub: tidy command seems missing, you should install it in order
  to make valid epub file
[INFO]    exec_epub: Using regexp based cleaning

zip error: Internal logic error (fstat(stdin))
[INFO]    exec_epub: Pack mimetype 0
[INFO]    exec_epub: Pack metadir 0
[INFO]    exec_epub: Pack outputdir 0
[INFO]    exec_epub: Copy generated epub
[INFO]    mkutils: Copy: copy "generated-latex-2852-epub3\generated-latex-2852.epub" "generated-latex-2852.epub"
        1 Datei(en) kopiert.
[STATUS]  tex4ebook: Conversion finished
C:\texlive\2023\bin\windows\runscript.tlu:921: command failed with exit code 1:
texlua c:\texlive\2023\texmf-dist\scripts\tex4ebook\tex4ebook -a debug -c tex4ebook.cfg -f epub3 generated-latex-2852.tex "svg p-indent"

Am I missing something, or hitting the next problem?

michal-h21 commented 10 months ago

It seems that the pdf2svg command fails on your system. Could you run this command and post the terminal output?

  pdf2svg "./images/Galaxy Publishing Logo.pdf" "./images/Galaxy Publishing Logo-2.svg" 2
claell commented 10 months ago

You are right!

pdf2svg "./images/Galaxy Publishing Logo.pdf" "./images/Galaxy Publishing Logo-2.svg" 2
pdf2svg : Die Benennung "pdf2svg" wurde nicht als Name eines Cmdlet, einer Funktion, einer Skriptdatei oder eines ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern enthalten), und wiederholen Sie den Vorgang.
In Zeile:1 Zeichen:1
+ pdf2svg "./images/Galaxy Publishing Logo.pdf" "./images/Galaxy Publis ...
+ ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (pdf2svg:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
michal-h21 commented 10 months ago

Ah, I see. You can try to install pdf2svg from here: https://github.com/jalios/pdf2svg-windows

claell commented 10 months ago

Mh, probably needs to be installed separately. But I found https://github.com/jalios/pdf2svg-windows which seems to be the source for Windows. Not sure how to use that.

Additionally, I saw https://tex.stackexchange.com/a/634821 mentioning that it's unmaintained. And suggesting an alternative that is included in TeX Live and actively maintained. Might that be a possible option (at least in the long run)?

michal-h21 commented 10 months ago

I don't know how to install pdf2svg on Windows, you would probably need to copy the files somewhere in the path where Windows looks for executable files. But as I can see, they use a lot of libraries that may be too old and it could be risky if you accidentally overwrote some library that is already on your system in a newer version.

dvisvgm could work in theory, but I cannot get it to work. Try something like this:

  dvisvgm -P -p 2 "./images/Galaxy Publishing Logo.pdf" -o "./images/Galaxy Publishing Logo-2.svg" 

It should output some page dimensions, but on my system, it prints graphic size: 0pt x 0pt (0mm x 0mm), which is obviously not good. The SVG result also doesn't work.

claell commented 10 months ago

Alright. I'll think about it.

dvisvgm:

dvisvgm -P -p 2 "./images/Galaxy Publishing Logo.pdf" -o "./images/Galaxy Publishing Logo-2.svg" 
The old, written in PostScript, PDF interpreter has been removed entirely.
You should cease using -dNEWDPF as it has no effect nERROR: To process PDF files, either Ghostscript < 10.1 or mutool is required.
The installed Ghostscript version 10.2.1 isn't supported.

Not sure what caused this, I was hoping, TeX Live will ensure things "just work".

In the long run, I am hoping for SVG support that "just works" on multiple OSs, but it seems to be far from trivial.

michal-h21 commented 10 months ago

Maybe the best solution in this case is to convert your PDF files to SVG manually, using for example Inkscape, and include these converted SVG files with TeX4ht. You can use something like \includegraphics{imagenamewithoutextension}, TeX4ht will automatically use the SVG file, while normal LaTeX will use the PDF file, as it doesn't support SVG.

claell commented 9 months ago

That is also an option. But it is also not a good workflow, especially if many graphics are used (not the case for me, but still).

Let's see, maybe a good solution can be found in the future. In general, I want to support lossless formats like SVG, but might use PNG as workaround for now, or convert manually.