ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/tex/manual/SCRAM.tex
Revision: 1.24
Committed: Tue Oct 29 14:19:33 2002 UTC (22 years, 6 months ago) by sashby
Content type: application/x-tex
Branch: MAIN
Changes since 1.23: +25 -35 lines
Log Message:
Merging.

File Contents

# User Rev Content
1 sashby 1.12 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2     % SCRAM manual %
3     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4 sashby 1.24 % Revision : $Id: SCRAM.tex,v 1.23 2002/10/29 13:57:51 sashby Exp $
5 sashby 1.12 % : %
6     % : %
7     % : %
8     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9 sashby 1.16 \documentclass[12pt,twoside]{report}
10 sashby 1.21 \usepackage{a4}
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 %% Begin the document:
16     \begin{document}
17     \pagestyle{plain}
18 sashby 1.21 %% This stuff taken from a4p.sty:
19     \newlength{\dinwidth}
20     \newlength{\dinmargin}
21     \setlength{\dinwidth}{21.0cm}
22     \setlength{\textheight}{24.2cm}
23     \setlength{\textwidth}{17.0cm}
24     \setlength{\dinmargin}{\dinwidth}
25     \addtolength{\dinmargin}{-\textwidth}
26     \setlength{\dinmargin}{0.5\dinmargin}
27     \setlength{\oddsidemargin}{-1.0in}
28     \addtolength{\oddsidemargin}{\dinmargin}
29     \setlength{\evensidemargin}{\oddsidemargin}
30     \setlength{\marginparwidth}{0.9\dinmargin}
31     \setlength{\marginparsep}{8pt}
32     \setlength{\marginparpush}{5pt}
33     \setlength{\topmargin}{-42pt}
34     \setlength{\headheight}{12pt}
35     \setlength{\headsep}{30pt}
36     \setlength{\footskip}{24pt}
37     %%%%
38 sashby 1.12 \oddsidemargin=-0.25cm
39     \topmargin=-1.5cm
40 sashby 1.21 %%\setlength{\textwidth}{16.5cm}
41     %%\setlength{\textheight}{24.0cm}
42     %%\headheight 0.0cm
43 sashby 1.12 \footskip 35pt
44     \parskip 2ex plus 2pt minus 1pt
45 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
46     %% Include definitions: %%
47     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
48 sashby 1.12 \include{defs}
49 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
50     %% Heading for title page: %%
51     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
52 sashby 1.12 \begin{titlepage}
53 sashby 1.13 \vspace{5cm}
54 sashby 1.12 \begin{center}
55     {\Large\bf SCRAM User Manual } \\ \vspace{1cm}
56     \end{center}
57 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
58     %% Author and contact info: %%
59     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
60 sashby 1.13 \vspace{5cm}
61 sashby 1.12 \begin{center}
62     \begin{indentlist}{2.5cm}{3.0cm}
63     \indentitem{Documentation author:}\authorname
64     \indentitem{Contributors:}
65 sashby 1.19 \indentitem{Release Version:}\thisrelease
66 sashby 1.12 \end{indentlist}
67     \end{center}
68     \vspace{3cm}
69 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
70     %% A brief synopsis: %%
71     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
72     \ni \scram ({\bf S}oftware {\bf C}onfiguration
73     {\bf R}elease {\bf A}nd {\bf M}anagement) is a configuration
74     management and build tool originally conceived for the software
75     development environment of a high-energy physics experiment at
76     CERN. It provides a set of commands allowing users to develop and test
77     code in different physical locations while ensuring that a common
78     configuration is available, but also allowing developers the
79     flexibility to easily choose different tools as they wish (compilers, external packages \etc).
80 sashby 1.12
81 sashby 1.13 \noindent Further information can be obtained from the \url{\scram home page}
82     {http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
83     which can be found at
84    
85     \texttt{http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
86 sashby 1.12
87 sashby 1.13 \bigskip\bigskip
88     \bigskip\bigskip
89 sashby 1.12
90 sashby 1.13 \begin{center}
91 sashby 1.12 \textbf{Please report bugs to \email{\scramdevelopers}}
92 sashby 1.13 \end{center}
93 sashby 1.12 \end{titlepage}
94 sashby 1.24 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
95 sashby 1.23 \tableofcontents % Contents
96     \listoffigures % Figures
97     \listoftables % Tables
98 sashby 1.24 %\clearemptydoublepage % ---------
99     \include{scram-main} % Main text
100     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
101 sashby 1.12 \end{document}