ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/tex/manual/SCRAM.tex
Revision: 1.12
Committed: Tue Aug 20 10:39:15 2002 UTC (22 years, 8 months ago) by sashby
Content type: application/x-tex
Branch: MAIN
Changes since 1.11: +90 -0 lines
Log Message:
Added new files to SCRAM manual sources.

File Contents

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