diff options
Diffstat (limited to 'latex/latex_test.sh')
-rwxr-xr-x | latex/latex_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/latex/latex_test.sh b/latex/latex_test.sh index ab5bfb64d..9282a2d7f 100755 --- a/latex/latex_test.sh +++ b/latex/latex_test.sh @@ -95,7 +95,7 @@ while IFS=# read col1 col2 col3 col4 col5 col6 col7 col8 col9; do if grep -c ".jpg\|.JPEG\|.png\|.PNG\|.jpeg\|.JPG" $CURDIR/Code_Result_files then echo \\newpage >> $CURDIR/TEX - echo \\vspace*{3cm}>>$CURDIR/TEX + echo \\vspace*{3cm}>>$CURDIR/TEX echo \\listoffigures >> $CURDIR/TEX full_flag=1 fi |