source: git/doc/tutor.tex @ 7483ff3

spielwiese
Last change on this file since 7483ff3 was 5b54c8b, checked in by Hans Schönemann <hannes@…>, 26 years ago
* hannes: modified header, added tutor.tex, proc.tex git-svn-id: file:///usr/local/Singular/svn/trunk@1465 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 2.4 KB
Line 
1\input texinfo    @c -*-texinfo-*-
2@comment %**start of header
3@set VERSION 1.2
4@c ---------------------------------------------------------------------------
5
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@ifinfo
15this is the texinfo file with the Singular Tutorial (version @value{VERSION})
16@end ifinfo
17@c
18@titlepage
19@sp 2
20@center @titlefont{Singular}
21@sp 2
22@center A Computer Algebra System for Commutative Algebra, Algebraic Geometry
23@center  and Singularity Theory
24@sp 5
25@center @titlefont{Tutorial}
26@center Version @value{VERSION}
27@sp 2
28@center Singular is created and its development is directed and coordinated by
29@center G.-M. Greuel, G. Pfister and H.Schoenemann
30@center with contributions by
31@center O. Bachmann, W. Decker, C. Gorzel, H. Grassmann, K. Krueger, B. Martin, M. Messollen,
32@center W. Neumann, Th. Nuessler, W. Pohl, T. Siebert, R. Stobbe, T. Wichmann
33@sp 2
34@author Fachbereich Mathematik und Zentrum fuer Computeralgebra
35@author Universitaet Kaiserslautern
36@author D-67653 Kaiserslautern
37@end titlepage
38@c ----------------------------------------------------------------------------
39@node    Top, ,    (dir),    (dir)
40@ifinfo
41q: quit help, m: menu item, n: next node, p: previous node, u: up
42@sp 1
43@center Singular Tutorial
44@center Version @value{VERSION}
45@center A Computer Algebra System for Commutative Algebra, Algebraic Geometry
46@center and Singularity Theory
47@sp 2
48@center University of Kaiserslautern
49@center Department of Mathematics and Centre for Computer algebra
50@end ifinfo
51@menu
52* Preface
53* Getting started::
54* Examples::
55* Writing procedures::
56* Index::
57@end menu
58@c ----------------------------------------------------------------------------
59@node Preface, Getting started, (dir),  (dir)
60@chapter Preface
61@include copyright.tex
62@c ----------------------------------------------------------------------------
63@node Getting started, Examples, Preface, Top
64@include start.tex
65@c ----------------------------------------------------------------------------
66@node Examples,Writing procedures,Getting started,Top
67@include examples.tex
68@c ----------------------------------------------------------------------------
69@node Writing procedures,Index,Examples,Top
70@include proc.tex
71@c ------------------------------------------------------------------
72@node Index,,Writing procedures,Top
73@chapter Index
74@printindex cp
75@contents
76@bye
Note: See TracBrowser for help on using the repository browser.