Cobra Forum

Other Discussion and Support => Education & Science => Topic started by: mahesh on Dec 16, 2023, 04:57 AM

Title: mk4ht oolatex failing
Post by: mahesh on Dec 16, 2023, 04:57 AM
Hi!
Has anyone got "mk4ht oolatex" working? When I try:

Code:
mk4ht oolatex tester.tex
I get:

Code:
System return: 0
System call: mv    sxw-tester.dir/tester.odt .
mv: cannot stat 'sxw-tester.dir/tester.odt': No such file or directory
--- Warning --- System return: 256
I have used this approach many years ago, but on Xubuntu 21.10 it ain't working at all. And my latex file is as easy as can be:
Code:
\documentclass[12pt]{article}
\pagestyle{empty}

\begin{document}

\section{TEST 1}

testing

\end{document}