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 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
\input texinfo @c -*-texinfo-*-
@comment Id: tutor.tex,v 1.1 2003/08/08 14:27:06 pertusus Exp $
@c ---------------------------------------------------------------------------
@comment %**start of header
@c -----------------------
@setfilename tutor.hlp
@settitle Singular Tutorial
@iftex
@afourpaper
@finalout
@end iftex
@comment %**end of header
@c ------------------------
@set VERSION 1.2
@c ------------------------
@html
<CENTER><A HREF="http://www.mathematik.uni-kl.de/~zca/Singular" TARGET="_parent">
<IMG SRC="images/singular.jpg"></A></CENTER><BR>
@end html
@ifinfo
this is the texinfo file with the Singular Tutorial (version @value{VERSION})
@end ifinfo
@c
@c ----------------------------------------------------------------------------
@node Top, Preface, (dir), (dir)
@ifinfo
@c q: quit help, m: menu item, n: next node, p: previous node, u: up
@sp 1
@center Singular Tutorial
@center Version @value{VERSION}
@center A Computer Algebra System for Polynomial Computations
@sp 2
@center University of Kaiserslautern
@center Department of Mathematics and Centre for Computer algebra
@end ifinfo
@menu
* Preface::
* Introduction::
* Getting started::
* Examples::
@end menu
@c ----------------------------------------------------------------------------
@node Preface, Introduction, (dir), (dir)
@chapter Preface
@cindex Preface
@include copyright.tex
@c ----------------------------------------------------------------------------
@node Introduction, Examples, Preface, Top
@chapter Introduction
@cindex Introduction
@include start.tex
@c ----------------------------------------------------------------------------
@node Examples,Index,Introduction, Top
@chapter Examples
@cindex Examples
@include examples.tex
@c ----------------------------------------------------------------------------
@node ,,Examples,Top
@contents
@bye
|