Changeset 33471f8 in git
- Timestamp:
- Oct 26, 1998, 4:05:51 PM (25 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 87fba93d132f07f6fde842f563b40f2230b57455
- Parents:
- 10f0276e9dee04b6921eb8cbbca3250eda0d3bc8
- Location:
- doc
- Files:
-
- 5 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.in
r10f027 r33471f8 77 77 78 78 usercard.ps: usercard.dvi 79 ${DVIPS} -t landscape $< -o $@79 ${DVIPS} -t landscape -t a4 $< -o $@ 80 80 81 81 %.ps: %.dvi -
doc/STYLEGUIDE
r10f027 r33471f8 147 147 148 148 + Bei Beispielen, die nicht wirklich von doc2tex gerechnet, muss nach dem 149 @expansion ein Leerzeichen kommen: 149 @expansion ein Leerzeichen kommen, und geschweifte Klammern muessen 150 gequoted werden mit @: 150 151 @example 151 152 int i=3; 152 153 // Kommentare ueber mehere Zeilen duerfen natuerlich 153 154 i; // mit Leerzeichen beginnen. 155 @{@} // quote von geschweiften Klammern 154 156 @expansion{} 3 155 157 @end example … … 220 222 221 223 ------------------------------------------------------------ 222 $Id: STYLEGUIDE,v 1. 8 1998-05-18 19:59:07 wichmann Exp $224 $Id: STYLEGUIDE,v 1.9 1998-10-26 15:05:33 obachman Exp $ 223 225 ------------------------------------------------------------ -
doc/tutor.tex
r10f027 r33471f8 1 1 \input texinfo @c -*-texinfo-*- 2 @comment $Id: tutor.tex,v 1. 3 1998-07-09 07:39:12 SingularExp $2 @comment $Id: tutor.tex,v 1.4 1998-10-26 15:05:46 obachman Exp $ 3 3 @c --------------------------------------------------------------------------- 4 4 @comment %**start of header … … 14 14 @set VERSION 1.2 15 15 @c ------------------------ 16 @html 17 <CENTER><A HREF="http://www.mathematik.uni-kl.de/~zca/Singular" TARGET="_parent"> 18 <IMG SRC="images/singular.jpg"></A></CENTER><BR> 19 @end html 16 20 @ifinfo 17 21 this is the texinfo file with the Singular Tutorial (version @value{VERSION}) 18 22 @end ifinfo 19 23 @c 20 @titlepage21 @sp 222 @center @titlefont{Singular}23 @sp 224 @center A Computer Algebra System for Polynomial Computations25 @sp 526 @center @titlefont{Tutorial}27 @center Version @value{VERSION}28 @sp 229 @center Singular is created and its development is directed and coordinated by30 @center G.-M. Greuel, G. Pfister and H.Schoenemann31 @sp 232 @center with contributions by33 @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. Wichmann35 @sp 236 @author Fachbereich Mathematik37 @author und38 @author Zentrum fuer Computeralgebra39 @author Universitaet Kaiserslautern40 @author D-67653 Kaiserslautern41 @end titlepage42 24 @c ---------------------------------------------------------------------------- 43 @node Top, , (dir), (dir)25 @node Top, Preface, (dir), (dir) 44 26 @ifinfo 45 q: quit help, m: menu item, n: next node, p: previous node, u: up27 @c q: quit help, m: menu item, n: next node, p: previous node, u: up 46 28 @sp 1 47 29 @center Singular Tutorial … … 53 35 @end ifinfo 54 36 @menu 55 * Preface 37 * Preface:: 56 38 * Introduction:: 39 * Getting started:: 57 40 * Examples:: 58 * Index::59 41 @end menu 60 42 @c ---------------------------------------------------------------------------- … … 77 59 @include examples.tex 78 60 @c ---------------------------------------------------------------------------- 79 @node Index,,Examples,Top 80 @chapter Index 81 @printindex cp 61 @node ,,Examples,Top 82 62 @contents 83 63 @bye
Note: See TracChangeset
for help on using the changeset viewer.