Texmaker and TeXstudio ⇒ TexMaker limiting log file line length (how to change)
TexMaker limiting log file line length (how to change)
What specifically is causing the line wrapping and is there an option to not wrap the lines at 80 characters in the generated log file or to at least set the wrapping column to be much greater than 80 characters?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
TexMaker limiting log file line length (how to change)
TexMaker limiting log file line length (how to change)
In Texmaker, under the "Options/Texmaker" menu selection, within the popup "Configure Texmaker" window, in the field for the PdfLaTeX command line, one can add the following option "-max-print-line=10000" (10000 value was arbitrarily chosen) to increase the line length before wrapping greater than the default 79 characters.