diff options
author | Sashi20 | 2020-01-29 18:28:03 +0530 |
---|---|---|
committer | Sashi20 | 2020-01-29 18:28:03 +0530 |
commit | c6f0bd09ee96f3ffa6b15cb4fc324ddd7ab4623f (patch) | |
tree | e59d7df8b7ff2002edba401b55f14cfe4b0ede59 /latex/latex_test.sh | |
parent | c99b5774efc703602100e315da8b3994670d773c (diff) | |
download | r_textbook_companion-c6f0bd09ee96f3ffa6b15cb4fc324ddd7ab4623f.tar.gz r_textbook_companion-c6f0bd09ee96f3ffa6b15cb4fc324ddd7ab4623f.tar.bz2 r_textbook_companion-c6f0bd09ee96f3ffa6b15cb4fc324ddd7ab4623f.zip |
Hide dependency files displayed after the example code
Diffstat (limited to 'latex/latex_test.sh')
-rwxr-xr-x | latex/latex_test.sh | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/latex/latex_test.sh b/latex/latex_test.sh index c3b3f98..c2f885e 100755 --- a/latex/latex_test.sh +++ b/latex/latex_test.sh @@ -72,7 +72,7 @@ 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\(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 R 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 an R code whose theory is explained in Section 2.3 of the book.">>$CURDIR/TEX echo>>$CURDIR/TEX echo \\tableofcontents >>$CURDIR/TEX @@ -122,18 +122,18 @@ then echo >>$CURDIR/TEX fi -if [ $col7 = D ] -then -#echo check Appendix \\ref{AP:$col9} for dependency \$$col5\$ >> $CURDIR/TEX -echo check Appendix \\ref{AP:$col9} for dependency: {\\begin{alltt} \\hspace{2mm} $col5 \\end{alltt}} >> $CURDIR/TEX -echo >> $CURDIR/TEX -fi +# if [ $col7 = D ] +# then +# #echo check Appendix \\ref{AP:$col9} for dependency \$$col5\$ >> $CURDIR/TEX +# echo check Appendix \\ref{AP:$col9} for dependency: {\\begin{alltt} \\hspace{2mm} $col5 \\end{alltt}} >> $CURDIR/TEX +# echo >> $CURDIR/TEX +# fi -if [ $col7 = X ] -then -echo This code can be downloaded from the website wwww.R.in >> $CURDIR/TEX -fi +# if [ $col7 = X ] +# then +# echo This code can be downloaded from the website wwww.r.fossee.in >> $CURDIR/TEX +# fi if [ $col7 = R ] then |