Skip to content

Commit f466c6d

Browse files
committed
STYLE: Remove redundant comment and adjust LaTeXWrapper.sh formatting
The 3 times running of latex has been done with cmake logic since 2015.
1 parent 2f1c288 commit f466c6d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

SoftwareGuide/LaTeXWrapper.sh.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
TEXINPUTS=$TEXINPUTS:${ITK_TEXINPUTS}
44
export TEXINPUTS
55

6-
# NOTE: Run 3 times just to get all dependencies resolved.
7-
${LATEX_COMPILER} -shell-escape "$@"
8-
6+
${LATEX_COMPILER} -shell-escape "$@"

0 commit comments

Comments
 (0)