From 96fa3195ca3e86c739c2907f85360bc4dcd95a95 Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Fri, 10 Jan 2020 14:01:36 +0530 Subject: Update project details in info and update text in completed books page --- latex/latex_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'latex/latex_test.sh') 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 -- cgit