Changeset 33471f8 in git


Ignore:
Timestamp:
Oct 26, 1998, 4:05:51 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
87fba93d132f07f6fde842f563b40f2230b57455
Parents:
10f0276e9dee04b6921eb8cbbca3250eda0d3bc8
Message:
* merged changes from 1-2 Branch


git-svn-id: file:///usr/local/Singular/svn/trunk@2594 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
doc
Files:
5 added
11 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.in

    r10f027 r33471f8  
    7777
    7878usercard.ps: usercard.dvi
    79         ${DVIPS} -t landscape $< -o $@
     79        ${DVIPS} -t landscape -t a4 $< -o $@
    8080
    8181%.ps: %.dvi
  • doc/STYLEGUIDE

    r10f027 r33471f8  
    147147
    148148+ 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 @:
    150151@example
    151152int i=3;
    152153    // Kommentare ueber mehere Zeilen duerfen natuerlich
    153154i;  // mit Leerzeichen beginnen.
     155@{@} // quote von geschweiften Klammern
    154156@expansion{} 3
    155157@end example
     
    220222
    221223------------------------------------------------------------
    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 $
    223225------------------------------------------------------------
  • doc/tutor.tex

    r10f027 r33471f8  
    11\input texinfo    @c -*-texinfo-*-
    2 @comment $Id: tutor.tex,v 1.3 1998-07-09 07:39:12 Singular Exp $
     2@comment $Id: tutor.tex,v 1.4 1998-10-26 15:05:46 obachman Exp $
    33@c ---------------------------------------------------------------------------
    44@comment %**start of header
     
    1414@set VERSION 1.2
    1515@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
    1620@ifinfo
    1721this is the texinfo file with the Singular Tutorial (version @value{VERSION})
    1822@end ifinfo
    1923@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
    4224@c ----------------------------------------------------------------------------
    43 @node    Top, ,    (dir),    (dir)
     25@node    Top, Preface,    (dir),    (dir)
    4426@ifinfo
    45 q: quit help, m: menu item, n: next node, p: previous node, u: up
     27@c q: quit help, m: menu item, n: next node, p: previous node, u: up
    4628@sp 1
    4729@center Singular Tutorial
     
    5335@end ifinfo
    5436@menu
    55 * Preface
     37* Preface::
    5638* Introduction::
     39* Getting started::
    5740* Examples::
    58 * Index::
    5941@end menu
    6042@c ----------------------------------------------------------------------------
     
    7759@include examples.tex
    7860@c ----------------------------------------------------------------------------
    79 @node Index,,Examples,Top
    80 @chapter Index
    81 @printindex cp
     61@node ,,Examples,Top
    8262@contents
    8363@bye
Note: See TracChangeset for help on using the changeset viewer.