source: git/doc/tutor.tex @ 6fc50d

spielwiese
Last change on this file since 6fc50d was 6fc50d, checked in by Hans Schönemann <hannes@…>, 26 years ago
* hannes: fixed references etc. in the include to tutor.tex (Makefile.in copyright.tex examples.doc start.doc tutor.tex) git-svn-id: file:///usr/local/Singular/svn/trunk@2311 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 2.4 KB
Line 
1\input texinfo    @c -*-texinfo-*-
2@comment $Id: tutor.tex,v 1.3 1998-07-09 07:39:12 Singular Exp $
3@c ---------------------------------------------------------------------------
4@comment %**start of header
5@c -----------------------
6@setfilename tutor.hlp
7@settitle Singular Tutorial
8@iftex
9@afourpaper
10@finalout
11@end iftex
12@comment %**end of header
13@c ------------------------
14@set VERSION 1.2
15@c ------------------------
16@ifinfo
17this is the texinfo file with the Singular Tutorial (version @value{VERSION})
18@end ifinfo
19@c
20@titlepage
21@sp 2
22@center @titlefont{Singular}
23@sp 2
24@center A Computer Algebra System for Polynomial Computations
25@sp 5
26@center @titlefont{Tutorial}
27@center Version @value{VERSION}
28@sp 2
29@center Singular is created and its development is directed and coordinated by
30@center G.-M. Greuel, G. Pfister and H.Schoenemann
31@sp 2
32@center with contributions by
33@center O. Bachmann, W. Decker, C. Gorzel, H. Grassmann, A. Heydtmann, K. Krueger, M. Lamm,
34@center B. Martin, M. Messollen, W. Neumann, T. Nuessler, W. Pohl, T. Siebert, R. Stobbe, T. Wichmann
35@sp 2
36@author Fachbereich Mathematik
37@author und
38@author Zentrum fuer Computeralgebra
39@author Universitaet Kaiserslautern
40@author D-67653 Kaiserslautern
41@end titlepage
42@c ----------------------------------------------------------------------------
43@node    Top, ,    (dir),    (dir)
44@ifinfo
45q: quit help, m: menu item, n: next node, p: previous node, u: up
46@sp 1
47@center Singular Tutorial
48@center Version @value{VERSION}
49@center A Computer Algebra System for Polynomial Computations
50@sp 2
51@center University of Kaiserslautern
52@center Department of Mathematics and Centre for Computer algebra
53@end ifinfo
54@menu
55* Preface
56* Introduction::
57* Examples::
58* Index::
59@end menu
60@c ----------------------------------------------------------------------------
61@node Preface, Introduction, (dir),  (dir)
62@chapter Preface
63@cindex Preface
64
65@include copyright.tex
66@c ----------------------------------------------------------------------------
67@node Introduction, Examples, Preface, Top
68@chapter Introduction
69@cindex Introduction
70
71@include start.tex
72@c ----------------------------------------------------------------------------
73@node Examples,Index,Introduction, Top
74@chapter Examples
75@cindex Examples
76
77@include examples.tex
78@c ----------------------------------------------------------------------------
79@node Index,,Examples,Top
80@chapter Index
81@printindex cp
82@contents
83@bye
Note: See TracBrowser for help on using the repository browser.