diff options
author | Sashi20 | 2019-06-25 14:10:05 +0530 |
---|---|---|
committer | Sashi20 | 2019-06-25 14:10:05 +0530 |
commit | a0d5d78d2664f9e1abe68b2722a0d15c33955b97 (patch) | |
tree | 3400335baf9ac51090dd2cb9ac008505ca3aff4f /latex/latex_test.sh | |
parent | d9e3be601ad7b8706dd4885fba6e44c23f477ae4 (diff) | |
download | r_textbook_companion-a0d5d78d2664f9e1abe68b2722a0d15c33955b97.tar.gz r_textbook_companion-a0d5d78d2664f9e1abe68b2722a0d15c33955b97.tar.bz2 r_textbook_companion-a0d5d78d2664f9e1abe68b2722a0d15c33955b97.zip |
Enable link to download pdf
Diffstat (limited to 'latex/latex_test.sh')
-rwxr-xr-x | latex/latex_test.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/latex/latex_test.sh b/latex/latex_test.sh index 5d67cb5..ebd71eb 100755 --- a/latex/latex_test.sh +++ b/latex/latex_test.sh @@ -1,9 +1,9 @@ #!/bin/bash clear -Bk_details=$1 -Contrib_details=$2 +CBk_details=$1 +CContrib_details=$2 Data_all=$3 -Dep_dat=$4 +#Dep_dat=$4 CURDIR=$PWD; @@ -24,8 +24,8 @@ fi IFS_old="$IFS" -IFS=# read col1 col2 col3 col4 col5 col6 col7 col8 < $Contrib_details; -IFS=# read colB1 colB2 colB3 colB4 colB5 colB6 colB7 < $Bk_details; +IFS=# read col1 col2 col3 col4 col5 col6 col7 col8 < "$CContrib_details"; +IFS=# read colB1 colB2 colB3 colB4 colB5 colB6 colB7 < "$CBk_details"; col1=${col1/&/\\&}; col2=${col2/&/\\&}; col3=${col3/&/\\&}; @@ -152,7 +152,7 @@ fi j=$col1 done < database_sort -rm Figure_files +#rm Figure_files if [ -s $Dep_dat ] |