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 | |
parent | b69c890891147d8edfb4c2542ee290702afbe45a (diff) |
Added PDF download to quickstart.
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/texbuilder/build.php | 2 | ||||
-rw-r--r-- | buildscripts/texbuilder/prado3_quick_start.tex | 10 |
2 files changed, 6 insertions, 6 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";
}
diff --git a/buildscripts/texbuilder/prado3_quick_start.tex b/buildscripts/texbuilder/prado3_quick_start.tex index 737804c5..cf762f01 100644 --- a/buildscripts/texbuilder/prado3_quick_start.tex +++ b/buildscripts/texbuilder/prado3_quick_start.tex @@ -43,8 +43,8 @@ %----------------- TITLE --------------
\title{\Huge \bfseries Prado Quick Start}
-\author{Qiang Xue \\[7mm] \today}
-\date{ Compiled by Wei Zhuo}
+\author{Qiang Xue, Wei Zhuo\\Copyright 2005-2006.\\All Rights Reserved.}
+\date{\today}
%-------------- BEGIN DOCUMENT ------------------
@@ -52,7 +52,7 @@ \begin{document}
-\maketitle
+\maketitle
\pagestyle{plain}
\addcontentsline{toc}{chapter}{Contents}
@@ -60,11 +60,11 @@ \tableofcontents
\chapter*{Preface}
-\addcontentsline{toc}{chapter}{Preface}
+\addcontentsline{toc}{chapter}{Preface}
Prado quick start doc
\chapter*{License}
-\addcontentsline{toc}{chapter}{License}
+\addcontentsline{toc}{chapter}{License}
PRADO is free software released under the terms of the following BSD license.\\
Copyright 2004-2006, PradoSoft (http://www.pradosoft.com)\\
All rights reserved.
|