-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Komascript and include #110
Comments
I think the problem in this case is with I was able to fix this particular issue with the following configuration file:
But problems appear as soon as you use other commands that both |
Thanks @michal-h21 , I used a symlink and it worked... as you say a lot clashed, tabelofcontents etc... |
* Add chemfig package Somhow forgot it in chemical equation commit 8004497b * Change links colors to codeblue Closes #142 * Use KOMA-Script and twosided printing Because it looks better. Also gets rid of headers/footers on empty pages * Fix tex4ebook and komascript clash See michal-h21/tex4ebook#110 * Factor out packages into a sty file Separates style details out of the main file, now that we start having more and more style-related settings. * Remove parskip Not needed with Koma-script * Remove tocloft package Not needed with koma-script * Use tocbasics instead of floats to please kpmascript internal algorithm * Add a bit more breathing space in ToC so they are not stuck together at 11.11 onwards...
I am happy to close it, although I naively think it should compile with htlatex if it compiles with pdf/lualtatex. Probably not realistic 😄 Thanks for all your work. |
Ideally it should compile, but clashes like this are hard to resolve automatically. Or maybe even impossible :/ |
Hello,
I am having a weird issue with the following
`❯ cat book.tex
\documentclass{scrbook}
\begin{document}
\chapter{Preface}
\end{document}
❯ cat ko.tex
\input{book.tex`
Both compile fine with pdflatex, but only book.tex works with tex4ebook/make4ht
`tex4ht/unicode.4ht))
(/usr/local/texlive/2023/texmf-dist/tex/latex/l3backend/l3backend-dvips.def)
(./ko.aux) [1] [2]
! TeX capacity exceeded, sorry [grouping levels=255].
\adv:c #1->\bgroup
\def :temp {#1}\tmp:cnt #1\afterassignment :gplus \mth:...
l.3 \chapter{Preface}
Output written on ko.dvi (2 pages, 14552 bytes).
Transcript written on ko.log.
[FATAL] make4ht-lib: Fatal error. Command htlatex returned exit code 1`
Not using komascript is fine, removing the \chapter{} also is ok.
❯ make4ht -version make4ht version v0.3m
❯ tex4ebook -version tex4ebook v0.3i
The text was updated successfully, but these errors were encountered: