Skip to content

Commit 7ea599d

Browse files
committed
ENH: Prevent line wrapping in LaTeX console and log outputs
1 parent e5586fa commit 7ea599d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

SoftwareGuide/LaTeXWrapper.sh.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@
33
TEXINPUTS=$TEXINPUTS:${ITK_TEXINPUTS}
44
export TEXINPUTS
55

6+
# Prevent console and log outputs from latex from wrapping at 80 characters.
7+
export max_print_line=10000
8+
export error_line=254
9+
export half_error_line=238
10+
611
${LATEX_COMPILER} -shell-escape "$@"

0 commit comments

Comments
 (0)