1 |
sashby |
1.12 |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
2 |
|
|
% SCRAM manual %
|
3 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
4 |
sashby |
1.18 |
% Revision : $Id: SCRAM.tex,v 1.17 2002/09/16 15:50:13 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 |
|
|
\end{indentlist}
|
44 |
|
|
\end{center}
|
45 |
|
|
\vspace{3cm}
|
46 |
|
|
|
47 |
|
|
%% A brief synopsis:
|
48 |
sashby |
1.15 |
\noindent \scram ({\bf S}oftware {\bf C}onfiguration
|
49 |
|
|
{\bf R}elease {\bf A}nd {\bf M}anagement) is a tool
|
50 |
sashby |
1.12 |
originally conceived for the software development environment of a
|
51 |
sashby |
1.13 |
high-energy physics experiment at CERN. It provides a set of
|
52 |
sashby |
1.12 |
commands allowing users to develop and test code in different physical
|
53 |
|
|
locations while ensuring that a common configuration is available, but
|
54 |
sashby |
1.13 |
also allowing developers the flexibility to easily choose different
|
55 |
|
|
tools as they wish (compilers, external packages \etc).
|
56 |
sashby |
1.12 |
|
57 |
|
|
|
58 |
sashby |
1.13 |
\noindent Further information can be obtained from the \url{\scram home page}
|
59 |
|
|
{http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
|
60 |
|
|
which can be found at
|
61 |
|
|
|
62 |
|
|
\texttt{http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
|
63 |
sashby |
1.12 |
|
64 |
sashby |
1.13 |
\bigskip\bigskip
|
65 |
|
|
\bigskip\bigskip
|
66 |
sashby |
1.12 |
|
67 |
sashby |
1.13 |
\begin{center}
|
68 |
sashby |
1.12 |
\textbf{Please report bugs to \email{\scramdevelopers}}
|
69 |
sashby |
1.13 |
\end{center}
|
70 |
sashby |
1.12 |
|
71 |
|
|
\end{titlepage}
|
72 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
73 |
|
|
|
74 |
sashby |
1.17 |
%\include{introduction}
|
75 |
|
|
%\include{scram-install}
|
76 |
sashby |
1.18 |
\include{scram-overview}
|
77 |
sashby |
1.17 |
%\include{scram-projects}
|
78 |
|
|
%\include{scram-cm}
|
79 |
sashby |
1.18 |
%\include{scram-help}
|
80 |
sashby |
1.12 |
|
81 |
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
82 |
|
|
|
83 |
|
|
|
84 |
|
|
\end{document}
|