- Moved TAS code to psi - Updated programmers documentation SKIPPED: psi/make_gen psi/nextrics.c psi/t_conv.c psi/t_conv.f psi/t_rlp.c psi/t_rlp.f psi/t_update.c psi/t_update.f psi/hardsup/el734_utility.c psi/hardsup/makefile_alpha
50 lines
837 B
TeX
50 lines
837 B
TeX
% Copyleft (c) 1997-2000 by Mark Koennecke at PSI, Switzerland.
|
|
%
|
|
% major upgrade: Mark Koennecke, July 2003
|
|
%
|
|
%
|
|
|
|
\documentclass[12pt]{report}
|
|
\usepackage{epsf}
|
|
\setlength{\oddsidemargin}{-.1in}
|
|
\setlength{\evensidemargin}{0in}
|
|
\setlength{\topmargin}{0in}
|
|
\addtolength{\topmargin}{-\headheight}
|
|
\addtolength{\topmargin}{-\headsep}
|
|
\setlength{\textheight}{8.9in}
|
|
\setlength{\textwidth}{6.2in}
|
|
\setlength{\marginparwidth}{0.5in}
|
|
|
|
\begin{document}
|
|
\title{The SICS Programmers Reference}
|
|
|
|
\author{Mark K\"onnecke\\
|
|
Labor f\"ur Neutronenstreuung\\
|
|
Paul Scherrer Institut\\
|
|
CH-5232 Villigen PSI\\
|
|
Switzerland\\
|
|
Mark.Koennecke@psi.ch \\
|
|
}
|
|
|
|
|
|
\maketitle
|
|
\tableofcontents
|
|
\include{overview}
|
|
\include{proto}
|
|
\include{kernelguide}
|
|
\include{command}
|
|
%%\include{oguide}
|
|
\include{sicsdriver}
|
|
\include{site}
|
|
\end{document}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|