Search found 1 match
- Mon Oct 02, 2023 5:37 pm
- Forum: Texmaker and TeXstudio
- Topic: TexMaker limiting log file line length (how to change)
- Replies: 3
- Views: 79095
TexMaker limiting log file line length (how to change)
It seems you've found a solution to your issue with TexMaker limiting the log file line length. Adding the command line argument "-max-print-line=10000" to "pdflatex" in Texmaker's configuration is a clever workaround to increase the line length before wrapping in the generated log file. This should ...