ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/doc/tex/manual/SCRAM.tex
Revision: 1.3
Committed: Fri Jun 21 15:02:19 2002 UTC (22 years, 10 months ago) by sashby
Content type: application/x-tex
Branch: MAIN
CVS Tags: SFATEST
Changes since 1.2: +43 -4 lines
Log Message:
Debug libs now put into separate dir debug under lib dir.

File Contents

# User Rev Content
1 sashby 1.2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2     % SCRAM manual %
3     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4     % modified : Fri Jun 21 14:50:47 2002 / SFA %
5     % : %
6     % : %
7     % : %
8     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9 sashby 1.3 % Revision : $Id: SCRAM.tex,v 1.2 2002/06/21 12:54:42 sashby Exp $
10 sashby 1.2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11     \documentclass[11pt]{report}
12     \usepackage{a4p}
13 sashby 1.3 \usepackage{html}
14     \usepackage{makeidx}
15 sashby 1.2
16 sashby 1.3 %% Begin the document:
17 sashby 1.2 \begin{document}
18     \pagestyle{plain}
19     \oddsidemargin=-0.25cm
20     \topmargin=-1.5cm
21     \setlength{\textwidth}{16.5cm}
22     \setlength{\textheight}{24.0cm}
23     \headheight 0.0cm
24     \footskip 35pt
25     \parskip 2ex plus 2pt minus 1pt
26    
27 sashby 1.3 %% Define some variables here:
28     \newcommand{\authorname}{S.~Ashby, \textsc{CERN EP D}ivision.}
29     \newcommand{\revision}{1.0}
30     \newcommand{\scramdevelopers}{scram-developers@cern.ch}
31     \newcommand{\scram}{\textsc{scram}}
32     \newenvironment{indentlist}[2]{\begin{description}}{\end{description}}
33     \newcommand{\indentitem}[1]{\item[#1]}
34     \newcommand{\url}[2]{\htmladdnormallink{#1}{#2}}
35     \newcommand{\email}[1]{\htmladdnormallink{#1}{mailto:#1}}
36    
37     %% Heading for title page:
38     \begin{titlepage}
39     \begin{center}
40     {\Large\bf SCRAM User Manual } \\ \vspace{1cm}
41     \end{center}
42    
43     %% Author and contact info:
44     \vspace{1cm}
45     \begin{center}
46     \begin{indentlist}{2.5cm}{3.0cm}
47     \indentitem{Documentation author:}\authorname
48     \indentitem{Contributors:}
49     \end{indentlist}
50     \end{center}
51     \vspace{3cm}
52    
53     \indent \scram (\textsc{s}oftware \textsc{c}onfiguration
54     \textsc{r}elease \textsc{a}nd \textsc{m}anagement) is a tool
55     originally conceived for the software development environment of a
56     high-energy physics experiment at \textsc{cern}. It provides a set of
57     commands allowing users to develop and test code in different physical
58     locations while ensuring that a common configuration is available, but
59     also allowing flexibility so that developers can easily choose
60     different tools as they wish (compilers or external packages, etc\.).
61 sashby 1.2
62    
63 sashby 1.3 Further information can be obtained from the \url{SCRAM home page.}
64     {http://cmsdoc.cern.ch/Releases/SCRAM/current/cgi/scrampage.cgi}
65 sashby 1.2
66 sashby 1.3 \textbf{please report bugs to \email{\scramdevelopers}}
67 sashby 1.2
68 sashby 1.3 \end{titlepage}
69     %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
70 sashby 1.2
71    
72    
73    
74    
75    
76    
77    
78    
79    
80    
81    
82    
83    
84    
85    
86    
87    
88    
89     \end{document}