ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/tex/manual/SCRAM.tex
Revision: 1.34
Committed: Mon Nov 18 17:02:18 2002 UTC (22 years, 5 months ago) by sashby
Content type: application/x-tex
Branch: MAIN
CVS Tags: v102p1, V1_0_1, V1_0_0, V1_pre0, V0_19_7
Branch point for: SCRAM_V1_BRANCH
Changes since 1.33: +4 -5 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 sashby 1.29 \documentclass[12pt,twoside]{report}
2 sashby 1.12 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3     % SCRAM manual %
4     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5 sashby 1.34 % Revision : $Id: SCRAM.tex,v 1.33 2002/11/18 14:49:56 sashby Exp $
6 sashby 1.12 % : %
7     % : %
8     % : %
9     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
10 sashby 1.29 %% Import style defaults, make index and start document:
11 sashby 1.28 \usepackage{style}
12 sashby 1.27 \makeindex
13 sashby 1.12 \begin{document}
14     \footskip 35pt
15     \parskip 2ex plus 2pt minus 1pt
16 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17     %% Include definitions: %%
18     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19 sashby 1.12 \include{defs}
20 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21     %% Heading for title page: %%
22     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23 sashby 1.28 \pagestyle{empty}
24 sashby 1.12 \begin{titlepage}
25 sashby 1.29 \vspace{8cm}
26 sashby 1.26 \begin{latexonly}
27     \begin{center}
28     {\Large\bf SCRAM User Manual } \\ \vspace{1cm}
29     \end{center}
30     \end{latexonly}
31     \begin{htmlonly}
32 sashby 1.33 \begin{rawhtml}
33     <center>
34     <H1>SCRAM</H1>
35     <font color=red>S</font>oftware <font color=red>C</font>onfiguration,
36     <font color=red>R</font>elease <font color=red>A</font>nd
37     <font color=red>M</font>anagement
38     </center>
39     \end{rawhtml}
40 sashby 1.26 \end{htmlonly}
41 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
42     %% Author and contact info: %%
43     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
44 sashby 1.13 \vspace{5cm}
45 sashby 1.12 \begin{center}
46     \begin{indentlist}{2.5cm}{3.0cm}
47 sashby 1.30 \indentitem{Documentation Author:}\authorname
48 sashby 1.28 \indentitem{SCRAM Release:}\thisrelease
49 sashby 1.31 \indentitem{Release Date:}\today
50 sashby 1.12 \end{indentlist}
51     \end{center}
52     \vspace{3cm}
53 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
54     %% A brief synopsis: %%
55     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
56 sashby 1.29 \ni SCRAM ({\bf S}oftware {\bf C}onfiguration
57 sashby 1.24 {\bf R}elease {\bf A}nd {\bf M}anagement) is a configuration
58     management and build tool originally conceived for the software
59     development environment of a high-energy physics experiment at
60     CERN. It provides a set of commands allowing users to develop and test
61     code in different physical locations while ensuring that a common
62     configuration is available, but also allowing developers the
63     flexibility to easily choose different tools as they wish (compilers, external packages \etc).
64 sashby 1.12
65 sashby 1.34 \ni Further information can be obtained from the SCRAM home page which can be found at
66 sashby 1.29 \begin{center}
67     \texttt{http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
68     \end{center}
69 sashby 1.13 \bigskip\bigskip
70     \bigskip\bigskip
71     \begin{center}
72 sashby 1.34 \textbf{Please report bugs to \scramdevelopers}
73 sashby 1.13 \end{center}
74 sashby 1.12 \end{titlepage}
75 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
76 sashby 1.30 \pagestyle{plain}
77 sashby 1.28 \pagenumbering{roman}
78     \tableofcontents % Contents
79 sashby 1.30 \pagenumbering{arabic}
80 sashby 1.28 \pagestyle{fancy}
81 sashby 1.24 \include{scram-main} % Main text
82 sashby 1.28 %% Now the index:
83 sashby 1.27 \small
84     \printindex
85     \normalsize
86 sashby 1.28 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
87 sashby 1.12 \end{document}
88 sashby 1.34
89 sashby 1.32