ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/tex/manual/SCRAM.tex
Revision: 1.33
Committed: Mon Nov 18 14:49:56 2002 UTC (22 years, 5 months ago) by sashby
Content type: application/x-tex
Branch: MAIN
Changes since 1.32: +10 -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.33 % Revision : $Id: SCRAM.tex,v 1.32 2002/11/18 12:15:21 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.33 \ni Further information can be obtained from the \htmladdnormallink{SCRAM home page}
66 sashby 1.13 {http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
67     which can be found at
68 sashby 1.29 \begin{center}
69     \texttt{http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
70     \end{center}
71 sashby 1.13 \bigskip\bigskip
72     \bigskip\bigskip
73     \begin{center}
74 sashby 1.32 \textbf{Please report bugs to \htmladdnormallink{\scramdevelopers}{mailto:\scramdevelopers}}
75 sashby 1.13 \end{center}
76 sashby 1.12 \end{titlepage}
77 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
78 sashby 1.30 \pagestyle{plain}
79 sashby 1.28 \pagenumbering{roman}
80     \tableofcontents % Contents
81 sashby 1.30 \pagenumbering{arabic}
82 sashby 1.28 \pagestyle{fancy}
83 sashby 1.24 \include{scram-main} % Main text
84 sashby 1.28 %% Now the index:
85 sashby 1.27 \small
86     \printindex
87     \normalsize
88 sashby 1.28 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
89 sashby 1.12 \end{document}
90 sashby 1.32