News:

SMF - Just Installed!

Main Menu

mk4ht oolatex failing

Started by mahesh, Dec 16, 2023, 04:57 AM

Previous topic - Next topic

mahesh

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}