ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/tex/manual/SCRAM.tex
Revision: 1.35
Committed: Wed Nov 2 16:25:17 2005 UTC (19 years, 6 months ago) by sashby
Content type: application/x-tex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +1 -1 lines
State: FILE REMOVED
Error occurred while calculating annotation data.
Log Message:
Removed older tex files from previous manual

File Contents

# Content
1 \documentclass[12pt,twoside]{report}
2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 % SCRAM manual %
4 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5 % Revision : $Id: SCRAM.tex,v 1.34 2002/11/18 17:02:18 sashby Exp $
6 % : %
7 % : %
8 % : %
9 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
10 %% Import style defaults, make index and start document:
11 \usepackage{style}
12 \makeindex
13 \begin{document}
14 \footskip 35pt
15 \parskip 2ex plus 2pt minus 1pt
16 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17 %% Include definitions: %%
18 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19 \include{defs}
20 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21 %% Heading for title page: %%
22 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
23 \pagestyle{empty}
24 \begin{titlepage}
25 \vspace{8cm}
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{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 \end{htmlonly}
41 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
42 %% Author and contact info: %%
43 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
44 \vspace{5cm}
45 \begin{center}
46 \begin{indentlist}{2.5cm}{3.0cm}
47 \indentitem{Documentation Author:}\authorname
48 \indentitem{SCRAM Release:}\thisrelease
49 \indentitem{Release Date:}\today
50 \end{indentlist}
51 \end{center}
52 \vspace{3cm}
53 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
54 %% A brief synopsis: %%
55 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
56 \ni SCRAM ({\bf S}oftware {\bf C}onfiguration
57 {\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
65 \ni Further information can be obtained from the SCRAM home page which can be found at
66 \begin{center}
67 \texttt{http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
68 \end{center}
69 \bigskip\bigskip
70 \bigskip\bigskip
71 \begin{center}
72 \textbf{Please report bugs to \scramdevelopers}
73 \end{center}
74 \end{titlepage}
75 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
76 \pagestyle{plain}
77 \pagenumbering{roman}
78 \tableofcontents % Contents
79 \pagenumbering{arabic}
80 \pagestyle{fancy}
81 \include{scram-main} % Main text
82 %% Now the index:
83 \small
84 \printindex
85 \normalsize
86 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
87 \end{document}
88
89