diff options
author | xue <> | 2006-01-29 03:30:41 +0000 |
---|---|---|
committer | xue <> | 2006-01-29 03:30:41 +0000 |
commit | d21b8fb8679e42cee8ffcff9f5bf201f6fa5d3d7 (patch) | |
tree | 1c7af3184679ea07eb6fff392b56d2c6f25af262 /buildscripts/texbuilder/build.php | |
parent | b69c890891147d8edfb4c2542ee290702afbe45a (diff) |
Added PDF download to quickstart.
Diffstat (limited to 'buildscripts/texbuilder/build.php')
-rw-r--r-- | buildscripts/texbuilder/build.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/texbuilder/build.php b/buildscripts/texbuilder/build.php index 7e2c4e54..8b3fa844 100644 --- a/buildscripts/texbuilder/build.php +++ b/buildscripts/texbuilder/build.php @@ -231,7 +231,7 @@ foreach($pages as $chapter => $sections) if($count > 1)
{
- echo "** Use Latex and pdfText to compile the main tex file. **\n";
+ echo "** Use pdftex to compile prado3_quick_start.tex to obtain PDF version of quickstart tutorial. **\n";
}
|