1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
\documentstyle[a4,twoside,epsf, graphicx]{sislman}
\def \RR{\hbox{\rm I\negthinspace R}}
\pagestyle{headings}
\makeindex
\begin{document}
\begin{titlepage}
\vspace{5 cm}
\begin{center}
\Huge
\textbf{SISL} \\
\huge
The SINTEF Spline Library \\
\LARGE
(version 4.4)\\
User's Guide \\
\vspace{10 mm}
\large
SINTEF ICT, Applied Mathematics \\
March 18, 2005
\end{center}
\end{titlepage}
\pagenumbering{roman}
\tableofcontents
\cleardoublepage
\pagenumbering{arabic}
\setcounter{page}{1}
\input{foreword}
\input{chap_intro_abridged}
\input{sample_programs}
\input{viewer}
\input{licensing_information}
\cleardoublepage
\end{document}
|