From d21b8fb8679e42cee8ffcff9f5bf201f6fa5d3d7 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 29 Jan 2006 03:30:41 +0000 Subject: Added PDF download to quickstart. --- buildscripts/texbuilder/build.php | 2 +- buildscripts/texbuilder/prado3_quick_start.tex | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'buildscripts/texbuilder') 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. -- cgit v1.2.3