ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/tex/manual/SCRAM.tex
Revision: 1.28
Committed: Mon Nov 11 12:57:11 2002 UTC (22 years, 6 months ago) by sashby
Content type: application/x-tex
Branch: MAIN
Changes since 1.27: +12 -38 lines
Log Message:
Added style custom files.

File Contents

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