ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/tex/manual/SCRAM.tex
Revision: 1.29
Committed: Mon Nov 11 17:28:56 2002 UTC (22 years, 6 months ago) by sashby
Content type: application/x-tex
Branch: MAIN
Changes since 1.28: +8 -13 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.29 % Revision : $Id: SCRAM.tex,v 1.28 2002/11/11 12:57:11 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     \begin{center}
33     \textbf{SCRAM User Manual}
34     \end{center}
35     \end{htmlonly}
36 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
37     %% Author and contact info: %%
38     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
39 sashby 1.13 \vspace{5cm}
40 sashby 1.12 \begin{center}
41     \begin{indentlist}{2.5cm}{3.0cm}
42     \indentitem{Documentation author:}\authorname
43 sashby 1.28 \indentitem{SCRAM Release:}\thisrelease
44 sashby 1.12 \end{indentlist}
45     \end{center}
46     \vspace{3cm}
47 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
48     %% A brief synopsis: %%
49     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
50 sashby 1.29 \ni SCRAM ({\bf S}oftware {\bf C}onfiguration
51 sashby 1.24 {\bf R}elease {\bf A}nd {\bf M}anagement) is a configuration
52     management and build tool originally conceived for the software
53     development environment of a high-energy physics experiment at
54     CERN. It provides a set of commands allowing users to develop and test
55     code in different physical locations while ensuring that a common
56     configuration is available, but also allowing developers the
57     flexibility to easily choose different tools as they wish (compilers, external packages \etc).
58 sashby 1.12
59 sashby 1.25 \ni Further information can be obtained from the \url{\scram home page}
60 sashby 1.13 {http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
61     which can be found at
62 sashby 1.29 \begin{center}
63     \texttt{http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
64     \end{center}
65 sashby 1.13 \bigskip\bigskip
66     \bigskip\bigskip
67     \begin{center}
68 sashby 1.12 \textbf{Please report bugs to \email{\scramdevelopers}}
69 sashby 1.13 \end{center}
70 sashby 1.12 \end{titlepage}
71 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
72 sashby 1.28 \pagenumbering{roman}
73     \tableofcontents % Contents
74     \pagestyle{fancy}
75     \pagenumbering{arabic}
76 sashby 1.24 \include{scram-main} % Main text
77 sashby 1.28 %% Now the index:
78 sashby 1.27 \small
79     \printindex
80     \normalsize
81 sashby 1.28 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
82 sashby 1.12 \end{document}