[tex4ht] [bug #430] Please support document class scrreprt with dblatex

2019-07-05 Thread Michal Hoftich
Follow-up Comment #1, bug #430 (project tex4ht): Thanks for the report. I've added the support for Koma classes as well as Memoir to the tex4ht sources. You can try to place the updated docbook.4ht to the directory with your document to test it. (file #318)

[tex4ht] [bug #430] Please support document class scrreprt with dblatex

2019-07-05 Thread Hilmar Preusse
URL: Summary: Please support document class scrreprt with dblatex Project: tex4ht Submitted by: hpreusse Submitted on: Fri 05 Jul 2019 06:57:21 PM EEST Category: None

Re: [tex4ht] Problem with tex4ht after latest update, adjustbox problem

2019-07-05 Thread Michal Hoftich
Hi Nasser, > TL 2019 on linux. I did a diff and I see some new additions in > html4.4ht related to adjustbox which looks like the cause of this > problem. I don't get any error with your test file. Maybe you have a older version of adjustbox.4ht somewhere? From your log I can see that there is

[tex4ht] Problem with tex4ht after latest update, adjustbox problem

2019-07-05 Thread Nasser M. Abbasi
After update TL 2019 just now, I started getting errors compiling some files. Here is MWE == make4ht -ulm default foo.tex 'htm,mathjax' .. (/mnt/g/public_html/styles/adjustbox.4ht (/usr/local/texlive/2019/texmf-dist/tex/generic/tex4ht/html4.4ht

[tex4ht] [bug #429] htlatex: Does not delete intermediate files

2019-07-05 Thread Michal Hoftich
Follow-up Comment #4, bug #429 (project tex4ht): You can use a simple wrapper around htlatex if you don't mind the issues I described in my previous post. This version is for Unix based OSes: #!/bin/bash htlatex "$@" base=${1%.tex} rm $base.dvi rm $base.idv rm $base.lg rm $base.tmp # following

[tex4ht] [bug #429] htlatex: Does not delete intermediate files

2019-07-05 Thread Hilmar Preusse
Follow-up Comment #3, bug #429 (project tex4ht): I'm aware that TeX related programs are not very good in deleting intermediate files. However in this case we speak about htlatex, some kind of wrapper script. I would expect that this script cares about intermediate files, which are not needed any