diff options
| -rw-r--r-- | buildscripts/texbuilder/build.php | 2 | ||||
| -rw-r--r-- | buildscripts/texbuilder/prado3_quick_start.tex | 10 | ||||
| -rw-r--r-- | demos/quickstart/protected/controls/Layout.tpl | 1 | 
3 files changed, 7 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.
 diff --git a/demos/quickstart/protected/controls/Layout.tpl b/demos/quickstart/protected/controls/Layout.tpl index e874bb37..52eb08f5 100644 --- a/demos/quickstart/protected/controls/Layout.tpl +++ b/demos/quickstart/protected/controls/Layout.tpl @@ -15,6 +15,7 @@  <div id="menu">
  <a href="?">Home</a> |
  <a href="http://www.pradosoft.com">PradoSoft.com</a> |
 +<a href="prado3_quick_start.pdf">Download in PDF</a> |
  <com:TLinkButton Text="Hide TOC" OnClick="toggleTopicPanel" />
  </div>
 | 
