michal-h21 / make4ht

Build system for tex4ht
132 stars 15 forks source link

Put odt file into output folder when using "--format odt -d myfolder" command #69

Closed ThiloteE closed 9 months ago

ThiloteE commented 2 years ago

Yesterday, I updated to the newest development version of make4ht on miktex (version 0.3l) and it compiles odt again.

grafik

compiling the MWE from https://github.com/michal-h21/make4ht/issues/58#issuecomment-1000961270 via lua > bibtex (biber) > lua > lua and then converting via make4ht --format odt --lua -d odt --loglevel debug testthis.tex the outcome is thus:

michal-h21 commented 2 years ago

Thanks for the report. It seems that copying of the output files to the output directory happens before the ODT file is packed, so you will not get anything in the output directory in the first run, and then you will get older version of the ODT file. It should be fixed now in make4ht sources.

ThiloteE commented 2 years ago

Probably fixed by https://github.com/michal-h21/make4ht/commit/5b6e6e7048554006ef2aa77ee858a74493749f15, https://github.com/michal-h21/make4ht/commit/cdb150bc418dc966029c8b0112c4a4c10bec6afe and https://github.com/michal-h21/make4ht/commit/61e13aa31259303aae0697b7d6d069e404b84209

michal-h21 commented 2 years ago

I hope so.