summaryrefslogtreecommitdiff
path: root/latex/bck_latex_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'latex/bck_latex_test.sh')
-rwxr-xr-xlatex/bck_latex_test.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/latex/bck_latex_test.sh b/latex/bck_latex_test.sh
index b7c0513..902be7d 100755
--- a/latex/bck_latex_test.sh
+++ b/latex/bck_latex_test.sh
@@ -26,7 +26,7 @@ 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
-echo \\title\{Scilab 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 Scilab codes written in it can be downloaded from the \"Textbook Companion Project\" section at the website http://scilab.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 http://R.in}}" >>$CURDIR/TEX
echo \\author\{ Created by \\\\$col1\\\\$col2\\\\$col3\\\\$col4\\\\ College Teacher\\\\$col5\\\\Cross\-Checked by \\\\$col6\\\\$col8}>>$CURDIR/TEX
@@ -51,13 +51,13 @@ echo >> $CURDIR/TEX
echo \\newpage >> $CURDIR/TEX
echo \\vspace*{3cm}>>$CURDIR/TEX
-echo Scilab numbering policy used in this document and the relation to the above book.>>$CURDIR/TEX
+echo R numbering policy used in this document and the relation to the above book.>>$CURDIR/TEX
echo \\begin{description}>>$CURDIR/TEX
echo \\item[Exa] Example \(Solved example\)>>$CURDIR/TEX
echo \\item[Eqn] Equation \(Particular equation of the above book\)>>$CURDIR/TEX
-echo \\item[AP] Appendix to Example\(Scilab Code that is an Appednix to a particular Example of the above book\)>>$CURDIR/TEX
+echo \\item[AP] Appendix to Example\(R Code that is an Appednix to a particular Example of the above book\)>>$CURDIR/TEX
echo \\end{description}>>$CURDIR/TEX
-echo "For example, Exa~3.51 means solved example 3.51 of this book. Sec~2.3 means a scilab code whose theory is explained in Section 2.3 of the book.">>$CURDIR/TEX
+echo "For example, Exa~3.51 means solved example 3.51 of this book. Sec~2.3 means a R code whose theory is explained in Section 2.3 of the book.">>$CURDIR/TEX
echo>>$CURDIR/TEX
echo \\tableofcontents >>$CURDIR/TEX
@@ -114,7 +114,7 @@ fi
if [ $col7 = X ]
then
-echo This code can be downloaded from the website wwww.scilab.in >> $CURDIR/TEX
+echo This code can be downloaded from the website wwww.R.in >> $CURDIR/TEX
fi
if [ $col7 = R ]