Hey, after such a long time I got rid of this error! Thank you again. I made a mistake in the installation: instead of e.g. ~/texmf/tex/generic/tex4ht I saved the files to ~/texmf/tex/tex/generic/tex4ht
-- notice the second "tex". Not TDS compliant and I needed more than an hour to find my mistake. Sometimes texlive is not really user friendly. However, I can compile my files without errors and I'm happy. Have a nice weekend, Alexander Am Freitag, 6. Februar 2015, 16:10:31 schrieb Michal Hoftich: > Dear Alexander, > > you can just test the .4ht files in the zip file. If you want to patch > tex4ht-4ht.tex yourself, you can, you can generate all .4ht with > > tex tex4ht-4ht.tex > > afterwards. > > Best regards, > Michal > > 2015-02-06 15:24 GMT+01:00 AW <alexander.will...@t-online.de>: > > Dear Michal, > > > > thank you very much. > > > > Is it necessary to compile all trunk of tex4ht, or "simply" patch > > tex4ht-4ht.tex? > > > > Regards, > > > > Alexander > > > > Am Freitag, 6. Februar 2015, 12:32:10 schrieb Michal Hoftich: > >> Hi, > >> > >> I've probably forgot to sent new patch for this issue. I am on old TL > >> at the moment, so I can't test it, but patch for tex4ht literary > >> sources and modified scr*.4ht files are placed in the attached zip > >> file, it would be nice if someone could test it. > >> Best regards, > >> Michal > >> > >> 2015-02-06 11:28 GMT+01:00 AW <alexander.will...@t-online.de>: > >> > Hi, > >> > > >> > consider this MWE, please: > >> > \documentclass{scrartcl} > >> > > >> > \usepackage{lmodern, blindtext} > >> > > >> > > >> > \begin{document} > >> > > >> > \blindtext > >> > > >> > \end{document} > >> > > >> > If I run htlatex on this MWE, I still get lots of errors: > >> > > >> > (/local/texlive/2014/texmf-dist/tex/generic/tex4ht/scrartcl.4ht > >> > (/local/texlive/2014/texmf-dist/tex/generic/tex4ht/article.4ht > >> > ! Missing \endcsname inserted. > >> > <to be read again> > >> > > >> > \MessageBreak > >> > > >> > l.225 \:temp{rm} > >> > > >> > ? R > >> > OK, entering \nonstopmode... > >> > ! Undefined control sequence. > >> > \GenericError ... > >> > > >> > #4 \errhelp \@err@ > >> > > >> > ... > >> > l.225 \:temp{rm} > >> > > >> > ! Undefined control sequence. > >> > \GenericError ... > >> > > >> > \let \@err@ > >> > > >> > ... > >> > l.225 \:temp{rm} > >> > > >> > ! Undefined control sequence. > >> > \GenericError ... > >> > > >> > \@empty \def > >> > > >> > \MessageBreak... > >> > l.225 \:temp{rm} > >> > > >> > ! Undefined control sequence. > >> > \GenericError ... > >> > > >> > \endgroup > >> > > >> > l.225 \:temp{rm} > >> > > >> > ! Too many }'s. > >> > \:tempa ...after \:gobble \string #3:\endcsname }} > >> > > >> > l.225 \:temp{rm} > >> > > >> > > >> > And so on. > >> > > >> > I'm using TeXlive 2014 and made an update recently (February 15), which > >> > included an update of tex4ht. KOMA-script is of version 3.15.1910 and > >> > from > >> > the current-repo, see here: http://www.komascript.de/node/1801 > >> > > >> > I'd be glad, if someone could test the MWE and tell me, whether it's a > >> > bug > >> > of tex4ht or of my installation. > >> > > >> > Regards, > >> > > >> > Alexander