ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/tex/manual/SCRAM.tex
Revision: 1.20
Committed: Fri Oct 11 15:05:15 2002 UTC (22 years, 7 months ago) by sashby
Content type: application/x-tex
Branch: MAIN
Changes since 1.19: +4 -5 lines
Log Message:
Some changes to docs. Added tool template function to generate tool file templates.

File Contents

# User Rev Content
1 sashby 1.12 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2     % SCRAM manual %
3     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4 sashby 1.20 % Revision : $Id: SCRAM.tex,v 1.19 2002/10/04 16:55:27 sashby Exp $
5 sashby 1.12 % : %
6     % : %
7     % : %
8     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9 sashby 1.16 \documentclass[12pt,twoside]{report}
10 sashby 1.12 \usepackage{a4p}
11 sashby 1.16 \usepackage{epsfig}
12 sashby 1.12 \usepackage{html}
13     \usepackage{makeidx}
14 sashby 1.17 \usepackage{tabularx}
15 sashby 1.12
16     %% Begin the document:
17     \begin{document}
18     \pagestyle{plain}
19     \oddsidemargin=-0.25cm
20     \topmargin=-1.5cm
21     \setlength{\textwidth}{16.5cm}
22     \setlength{\textheight}{24.0cm}
23     \headheight 0.0cm
24     \footskip 35pt
25     \parskip 2ex plus 2pt minus 1pt
26    
27     %% Include definitions:
28     \include{defs}
29    
30     % Heading for title page:
31     \begin{titlepage}
32 sashby 1.13 \vspace{5cm}
33 sashby 1.12 \begin{center}
34     {\Large\bf SCRAM User Manual } \\ \vspace{1cm}
35     \end{center}
36    
37     %% Author and contact info:
38 sashby 1.13 \vspace{5cm}
39 sashby 1.12 \begin{center}
40     \begin{indentlist}{2.5cm}{3.0cm}
41     \indentitem{Documentation author:}\authorname
42     \indentitem{Contributors:}
43 sashby 1.19 \indentitem{Release Version:}\thisrelease
44 sashby 1.12 \end{indentlist}
45     \end{center}
46     \vspace{3cm}
47    
48     %% A brief synopsis:
49 sashby 1.15 \noindent \scram ({\bf S}oftware {\bf C}onfiguration
50     {\bf R}elease {\bf A}nd {\bf M}anagement) is a tool
51 sashby 1.12 originally conceived for the software development environment of a
52 sashby 1.13 high-energy physics experiment at CERN. It provides a set of
53 sashby 1.12 commands allowing users to develop and test code in different physical
54     locations while ensuring that a common configuration is available, but
55 sashby 1.13 also allowing developers the flexibility to easily choose different
56     tools as they wish (compilers, external packages \etc).
57 sashby 1.12
58    
59 sashby 1.13 \noindent Further information can be obtained from the \url{\scram home page}
60     {http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
61     which can be found at
62    
63     \texttt{http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
64 sashby 1.12
65 sashby 1.13 \bigskip\bigskip
66     \bigskip\bigskip
67 sashby 1.12
68 sashby 1.13 \begin{center}
69 sashby 1.12 \textbf{Please report bugs to \email{\scramdevelopers}}
70 sashby 1.13 \end{center}
71 sashby 1.12
72     \end{titlepage}
73     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
74    
75 sashby 1.20 \include{introduction}
76     \include{scram-install}
77 sashby 1.18 \include{scram-overview}
78 sashby 1.19 \include{scram-projects}
79     \include{extracts}
80 sashby 1.20 \include{scram-help}
81 sashby 1.12
82     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
83    
84    
85     \end{document}
86 sashby 1.19
87    
88    
89