diff options
author | prashantsinalkar | 2016-11-25 10:19:21 +0530 |
---|---|---|
committer | prashantsinalkar | 2016-11-25 10:19:21 +0530 |
commit | b49a0530c023c6c7444a56f300c48479bd623627 (patch) | |
tree | 8823c7c00af01f1e9b8d4573d60f3bf7d96fa415 | |
parent | ec373279a2725ab55f95e4aa7202bd432f258cc8 (diff) | |
download | scilab_textbook_companion-b49a0530c023c6c7444a56f300c48479bd623627.tar.gz scilab_textbook_companion-b49a0530c023c6c7444a56f300c48479bd623627.tar.bz2 scilab_textbook_companion-b49a0530c023c6c7444a56f300c48479bd623627.zip |
fixed book lable
-rwxr-xr-x | pdf/generate_pdf.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf/generate_pdf.inc b/pdf/generate_pdf.inc index e65f2c6..8ba025a 100755 --- a/pdf/generate_pdf.inc +++ b/pdf/generate_pdf.inc @@ -86,7 +86,7 @@ function generate_pdf() $pdf->Ln(0); $pdf->Cell(240, 8, 'He/she has coded '. $number_of_example .' solved examples using Scilab from the', '0', '1', 'C'); $pdf->Ln(0); - $pdf->Cell(240, 8, 'book: ' . $data2->book . ', Author: ' . $data2->author . '.', '0', '1', 'C'); + $pdf->Cell(240, 8, 'Book: ' . $data2->book . ', Author: ' . $data2->author . '.', '0', '1', 'C'); $pdf->Ln(0); } //strtolower($data3->branch) != "others" else @@ -98,7 +98,7 @@ function generate_pdf() $pdf->Ln(0); $pdf->Cell(240, 8, 'He/she has coded '. $number_of_example .' solved examples using Scilab from the', '0', '1', 'C'); $pdf->Ln(0); - $pdf->Cell(240, 8, 'textbook: ' . $data2->book . ', Author: ' . $data2->author . '.', '0', '1', 'C'); + $pdf->Cell(240, 8, 'Book: ' . $data2->book . ', Author: ' . $data2->author . '.', '0', '1', 'C'); $pdf->Ln(0); } $proposal_get_id = 0; |