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 4e88d63..9197ab4 100755 --- a/latex/latex_test.sh +++ b/latex/latex_test.sh @@ -41,7 +41,7 @@ colB4=${colB4/&/\\&}; colB5=${colB5/&/\\&}; colB6=${colB6/&/\\&}; colB7=${colB7/&/\\&}; -echo \\title\{R Textbook Companion \for "\\\\"$colB1"\\\\"by $colB2"\\footnote{Funded by a grant from the National Mission on Education through ICT, http://spoken-tutorial.org/NMEICT-Intro. This Textbook Companion and R codes written in it can be downloaded from the \"Textbook Companion Project\" section at the website http://R.in}}" >>$CURDIR/TEX +echo \\title\{R Textbook Companion \for "\\\\"$colB1"\\\\"by $colB2"\\footnote{Funded by a grant from the National Mission on Education through ICT, http://spoken-tutorial.org/NMEICT-Intro. This Textbook Companion and R codes written in it can be downloaded from the \"Textbook Companion Project\" section at the website https://r.fossee.in}}" >>$CURDIR/TEX echo \\author\{ Created by \\\\$col1\\\\$col2\\\\$col3\\\\$col4\\\\ College Teacher\\\\$col5\\\\Cross\-Checked by \\\\$col6\\\\$col8}>>$CURDIR/TEX |