commit 92effae1c7c53d38b17a22efafba619a9c7aef8e
Author: Enrico Forestieri <[email protected]>
Date: Mon Oct 6 10:16:17 2025 +0200
Fix bug #13235
(cherry picked from commit d75d29161ba4ab00a8a0831ad19c35aefc836a97)
---
lib/scripts/clean_dvi.py | 1 +
status.24x | 2 ++
2 files changed, 3 insertions(+)
diff --git a/lib/scripts/clean_dvi.py b/lib/scripts/clean_dvi.py
index 317ea92222..03d069450e 100644
--- a/lib/scripts/clean_dvi.py
+++ b/lib/scripts/clean_dvi.py
@@ -105,6 +105,7 @@ def main(argv):
dt2dv_call = 'dt2dv -si "%s"' % outfile
dt2dv_stdin = os.popen(dt2dv_call, 'w')
dt2dv_stdin.write(dtl_data)
+ dt2dv_stdin.close()
if __name__ == "__main__":
diff --git a/status.24x b/status.24x
index 8c41154f82..fdf01be9f8 100644
--- a/status.24x
+++ b/status.24x
@@ -71,6 +71,8 @@ What's new
- Fix output problem with list preamble and custom item (bug 13208).
+- Fix dvi and postscript command line export on Windows (bug 13235).
+
* USER INTERFACE
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs