Tagged Questions
4
votes
1answer
149 views
How to convert to odt using xparse and mk4ht oolatex
Both tex4ht and htlatex compile documents with package xparse.
But mk4ht oolatex doesn't. Running it on a document as simple as:
\documentclass{article}
\usepackage{xparse}
\begin{document}
a
...