commit c261d3b91e8545589772ea409342bc26132a866f
Author: Pavel Sanda <[email protected]>
Date: Tue May 20 21:54:08 2025 +0200
Fix #13132 - Extend default length of tex logs
---
src/LyX.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/LyX.cpp b/src/LyX.cpp
index 8c15ff9891..8c467f5e6a 100644
--- a/src/LyX.cpp
+++ b/src/LyX.cpp
@@ -981,6 +981,9 @@ bool LyX::init()
// The language may have been set to someting useful through prefs
setLocale();
+ //LaTeX log parsing is better with long lines (bug #13132)
+ setEnv("max_print_line","999");
+
if (!readEncodingsFile("encodings", "unicodesymbols"))
return false;
if (!readLanguagesFile("languages"))
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs