1.) Die allgemeine Datei-Struktur des Handbuchs: ================================================ * singular.doc :     Die grobe Struktur das Handbuches und einige kleine Kapitel (z.B. Preface) * copyright.tex:     Copyright-Notice * start.doc:     Kapitel 2 (Introduction) * general.doc:     Kapitel 3 (General concepts)     Kapitel 3.4 (Libraries), 3.5 (Procedures) und 3.6 (Debugging tools) (ehemals in der eigenen Datei libraries.doc) * types.doc:     Kapitel 4 (Data types) * reference.doc     Kapitel 5 (Functions and system variables) * examples.doc     Kapitel 7 (Examples) * math.doc     Kapitel 8 (Mathematical background) In den Dateien old_***.doc stehen die Abschnitte, die noch nicht (vollstaendig) in die neuen Version gewandert sind. Von hier aus kann man also mit "cut and paste" Texte in das neue Handbuch schieben - sie sollten dann aus den old_* -Dateien gestrichen werden. 2.) Schluesselworte, die von doc2tex gesucht werden: ==================================================== @c lib * -> is substituted by: * @c computed lib >libname< * @example * * @end example * modification for texinfo: @ -> @@, { -> @{, } -> @} * each line "[](..." is followed by * @findex * @c example * -> the text till the next @c example is feed into "Singular -qe", * the text is then substituted by * @c computed example %d * * @expansion{} * .... * in this text, @,{ and } will be substituted by @@, @{ resp. @} * @c ref * -> the text till the next "@c ref" must have the following * syntax: * See @ref{} [; @ref{} [; @ref{} etc.]] . * It will be substituted by: * @menu * *name1:: * .... * @end menu * @iftex * See @ref{} [; @ref{} [; @ref{} etc.]] . * @end iftex * @c include * -> is substituted by: * @c computed include >filename< * * modification for texinfo: @ -> @@, { -> @{, } -> @} ------------------------------------------------------------ $Id: README,v 1.2 1998-05-11 13:17:45 wichmann Exp $ ------------------------------------------------------------