Changeset 7e96fe in git
- Timestamp:
- Apr 8, 2009, 2:44:42 PM (14 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '68d3d68ed95d98fbda368b21fd043075dd4520e0')
- Children:
- 864fc206853dba201196a8f74aeedbdaa613ede0
- Parents:
- efddede91dd5aec8642044e41fb23333688f9f7b
- Location:
- doc
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/COPYING.texi
refdded r7e96fe 1 1 @comment -*-texinfo-*- 2 @comment $Id: COPYING.texi,v 1.4 2 2009-03-10 12:48:59 SingularExp $2 @comment $Id: COPYING.texi,v 1.43 2009-04-08 12:44:41 seelisch Exp $ 3 3 @comment this file contains the copyright notice on Singular 4 4 @ifclear VERSION … … 27 27 This program is free software; you can redistribute it and/or modify 28 28 it under the terms of the GNU General Public License as published by 29 the Free Software Foundation ( version 2 or version 3 of the License).29 the Free Software Foundation (version 2 or version 3 of the License). 30 30 31 31 Some single files have a copyright given within the file: 32 32 Singular/ndbm.* (BSD), kernel/htmlhelp.h (LGPL 2.1+) 33 33 34 The following software used with @sc{Singular} have their own copyright:34 The following software modules shipped with @sc{Singular} have their own copyright: 35 35 the omalloc library, the readline library, 36 36 the Gnu Multiple Precision Library (GMP), … … 39 39 Singular-Factory library, the Singular-libfac library, 40 40 surfex, and, 41 for the Windows distributions the Cygwin DLL and the Cygwin tools (Cygwin), and the41 for the Windows distributions, the Cygwin DLL and the Cygwin tools (Cygwin), and the 42 42 XEmacs editor (XEmacs). 43 43 … … 61 61 62 62 If you want to be informed of new releases, 63 please register yourselfas a @sc{Singular} user by using the63 please register as a @sc{Singular} user by using the 64 64 registration form on the @sc{Singular} homepage 65 65 @uref{http://www.singular.uni-kl.de}. … … 71 71 72 72 73 For the citation of @sc{Singular} see 74 @uref{http://www.singular.uni-kl.de/how_to_cite.html}, 75 for information on how to cite Singular. 73 For information on how to cite @sc{Singular} see 74 @uref{http://www.singular.uni-kl.de/how_to_cite.html}. 76 75 77 76 You can also support @sc{Singular} by informing us about … … 80 79 @heading Availability 81 80 82 The latest information about @sc{Singular} is always available from83 @uref{http://www.singular.uni-kl.de}.81 The latest information regarding the status of @sc{Singular} is always 82 available from @uref{http://www.singular.uni-kl.de}. 84 83 @ifset singularmanual 85 84 The program @sc{Singular} and the above mentioned parts are available via … … 123 122 124 123 The development of @sc{Singular} is directed and coordinated by 125 Gert-Martin Greuel, Gerhard Pfister, and Hans 126 Sch@"onemann. 124 Gert-Martin Greuel, Gerhard Pfister, and Hans Sch@"onemann. 127 125 128 126 @cindex Contributors … … 174 172 @cindex Wichmann, Tim 175 173 176 Further contributions to @sc{Singular} weremade by:174 Further contributions to @sc{Singular} have been made by: 177 175 Daniel Andres, 178 176 Thomas Bayer, … … 285 283 286 284 We should like to acknowledge the financial support given by 287 the Volkswagen-Stiftung, 288 the Deutsche Forschungsgemeinschaft 285 the Volkswagen-Stiftung, the Deutsche Forschungsgemeinschaft 289 286 and the Stiftung f@"ur Innovation des Landes Rheinland-Pfalz 290 287 to the @sc{Singular} project. -
doc/INSTALL_unix.plural.texi
refdded r7e96fe 1 1 @comment -*-texinfo-*- 2 @comment $Id: INSTALL_unix.plural.texi,v 1. 1 2003-05-22 19:15:52 levandovExp $2 @comment $Id: INSTALL_unix.plural.texi,v 1.2 2009-04-08 12:44:41 seelisch Exp $ 3 3 @c FILE: INSTALL_unix.texi 4 4 @c PURPOSE: Installation instruction for Singular on Unix … … 86 86 @c @end smallexample 87 87 88 This creates the the directory Plural/@value{VERSION} with88 This creates the directory Plural/@value{VERSION} with 89 89 @multitable @columnfractions .36 .64 90 90 @item (sub)directories … … 107 107 108 108 For the executable to work, the directory layout must look pretty much 109 like this; the executable looksfor "sibling" directories at run-time109 like this; the executable will look for "sibling" directories at run-time 110 110 to figure out where its @sc{Singular::Plural} libraries and on-line 111 111 documentation files are. These constraints on the local directory layout … … 153 153 154 154 @item 155 If you wish to use any of following features of155 If you wish to use any of the following features of 156 156 @sc{Singular::Plural}, make sure that the respective programs are installed on your system: 157 157 … … 161 161 @tab @uref{http://www.fsf.org/software/emacs/emacs.html,,Emacs} version 162 162 20 or higher, or, @uref{http://www.xemacs.org,,XEmacs} version 20.3 or 163 higher (EPlural is only included in the Linux distribution ,164 on other Unix platforms you can download the163 higher (EPlural is only included in the Linux distribution. 164 On other Unix platforms you can download the 165 165 @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/src/,, 166 166 Singular emacs lisp files} but we give no warranties for specific platforms). … … 186 186 @item Customize the on-line help system: 187 187 188 By default, on-line help is displayed in the@code{html} format using188 By default, on-line help is displayed in @code{html} format using 189 189 the @code{netscape} program. 190 190 … … 229 229 @sc{Singular::Plural} manual can be accessed from stand-alone texinfo 230 230 browser programs such as @code{info} or @code{Emacs}. 231 ( It is not necessary for the use ofthe help system from within @code{Plural}.)231 (This is not a prerequisite for using the help system from within @code{Plural}.) 232 232 @end itemize 233 233 … … 238 238 @enumerate 239 239 @item 240 Make sure that you have read and/or execute permission thefiles and240 Make sure that you have read and/or execute permission for files and 241 241 directories of the Singular distribution. If in doubt, @code{cd} to the 242 242 directory where you unpacked @sc{Singular}, and do (as root, if … … 277 277 This is due to the very restrictive access rights of @code{/dev/pty*} of 278 278 the standard @uref{http:/www.suse.de,SuSE} distribution (starting from 279 version 6.3 on ). As root, do one of the following: Either279 version 6.3 onwards). As root, do one of the following: Either 280 280 @example 281 281 chmod 666 /dev/pty* -
doc/INSTALL_unix.texi
refdded r7e96fe 1 1 @comment -*-texinfo-*- 2 @comment $Id: INSTALL_unix.texi,v 1.2 8 2008-12-15 15:30:30seelisch Exp $2 @comment $Id: INSTALL_unix.texi,v 1.29 2009-04-08 12:44:41 seelisch Exp $ 3 3 @c FILE: INSTALL_unix.texi 4 4 @c PURPOSE: Installation instruction for Singular on Unix … … 91 91 @end smallexample 92 92 93 This creates the the directory Singular/@value{VERSION} with93 This creates the directory Singular/@value{VERSION} with 94 94 @multitable @columnfractions .36 .64 95 95 @item (sub)directories … … 112 112 113 113 For the executable to work, the directory layout must look pretty much 114 like this; the executable looksfor "sibling" directories at run-time114 like this; the executable will look for "sibling" directories at run-time 115 115 to figure out where its @sc{Singular} libraries and on-line 116 116 documentation files are. These constraints on the local directory layout … … 158 158 159 159 @item 160 If you wish to use any of following features of160 If you wish to use any of the following features of 161 161 @sc{Singular}, make sure that the respective programs are installed on your system: 162 162 … … 166 166 @tab @uref{http://www.fsf.org/software/emacs/emacs.html,,Emacs} version 167 167 20 or higher, or, @uref{http://www.xemacs.org,,XEmacs} version 20.3 or 168 higher (ESingular is only included in the Linux distribution ,169 on other Unix platforms you can download the168 higher (ESingular is only included in the Linux distribution. 169 On other Unix platforms you can download the 170 170 @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/src/,, 171 171 Singular emacs lisp files} but we give no warranties for specific platforms). … … 191 191 @item Customize the on-line help system: 192 192 193 By default, on-line help is displayed in the@code{html} format using193 By default, on-line help is displayed in @code{html} format using 194 194 the @code{netscape} program. 195 195 … … 234 234 @sc{Singular} manual can be accessed from stand-alone texinfo 235 235 browser programs such as @code{info} or @code{Emacs}. 236 ( It is not necessary for the use ofthe help system from within @code{Singular}.)236 (This is not a prerequisite for using the help system from within @code{Singular}.) 237 237 @end itemize 238 238 -
doc/INSTALL_win.plural.texi
refdded r7e96fe 1 1 @comment -*-texinfo-*- 2 @comment $Id: INSTALL_win.plural.texi,v 1. 2 2003-07-31 20:14:28 levandovExp $2 @comment $Id: INSTALL_win.plural.texi,v 1.3 2009-04-08 12:44:41 seelisch Exp $ 3 3 @c FILE: INSTALL_unix.texi 4 4 @c PURPOSE: Installation instruction for Singular on Unix … … 60 60 @end smallexample 61 61 62 This creates the the directory @code{Plural/@value{VERSION}} with62 This creates the directory @code{Plural/@value{VERSION}} with 63 63 @multitable @columnfractions .36 .64 64 64 @item (sub)directories … … 81 81 82 82 For the executable to work, the directory layout must look pretty much 83 like this; the executable looksfor "sibling" directories at run-time83 like this; the executable will look for "sibling" directories at run-time 84 84 to figure out where its @sc{Singular::Plural} libraries and on-line 85 85 documentation files are. These constraints on the local directory layout … … 112 112 113 113 @item 114 If you wish to use any of following features of114 If you wish to use any of the following features of 115 115 @sc{Plural}, make sure that the respective programs are installed on your system: 116 116 … … 142 142 @item Customize the on-line help system: 143 143 144 By default, on-line help is displayed in the@code{html} format using144 By default, on-line help is displayed in @code{html} format using 145 145 the default Web browser on your system. 146 146 -
doc/INSTALL_win.texi
refdded r7e96fe 1 1 @comment -*-texinfo-*- 2 @comment $Id: INSTALL_win.texi,v 1.1 5 2008-07-17 12:27:38 wienandExp $2 @comment $Id: INSTALL_win.texi,v 1.16 2009-04-08 12:44:42 seelisch Exp $ 3 3 @c FILE: INSTALL.texi 4 4 @c PURPOSE: Installation instructions for Singular on MSWindows … … 14 14 @end ifclear 15 15 16 @heading For the impatient ( with only one file download):16 @heading For the impatient (single file download): 17 17 @itemize 18 18 @item … … 22 22 @strong{carefully} follow the instructions given there. 23 23 Setup will analyze your system, create the corresponding configuration 24 and give you further tips onthe installation process.24 and give you further tips regarding the installation process. 25 25 (see @uref{http://www.singular.uni-kl.de/WINDOWS/pfwinstall.html}) 26 26 @item … … 31 31 @heading Installation preliminaries 32 32 33 @sc{Singular} is a CYGWIN package on MS Windows : you can install it33 @sc{Singular} is a CYGWIN package on MS Windows. You can install it 34 34 with the Cygwin Installer (Net Install): 35 you will find the packages related to @sc{Singular} under 35 For a minimal installation, the following set of packages is recommended 36 to be chosen when the Cygwin package browser comes up: 36 37 @itemize 37 @item a.Category Math 38 singular-base, singular-share, 39 singular-help (optional, recommended), 40 singular-icons(optional), 41 singular-surf (optional, recommended) 42 @item b.Category Editors 43 emacs or xemacs (optional, needed if you wish to use @sc{Singular (Emacs)} or @sc{ESingular}) 44 @item c.Category Shells 45 rxvt (optional, strongly recommended) 38 @item - singular-base, singular-share, singular-help, singular-icons; 39 @item - rxvt. 40 @end itemize 41 These packages can be complemented by the following, in order to install a full version 42 supporting - among other additional features - the use of @sc{Singular} under (x)emacs and 43 @sc{Singular} Surf: 44 @itemize 45 @item - singular-surf, 46 @item - emacs-X11, xemacs-sumo, 47 @item - xorg-server, xinit. 46 48 @end itemize 47 49 48 Complete installation information s for Windows are available from50 Complete installation information for Windows is available at 49 51 @display 50 52 @uref{http://www.singular.uni-kl.de/WINDOWS/index.html}. -
doc/NEWS.texi
refdded r7e96fe 1 1 @comment -*-texinfo-*- 2 @comment $Id: NEWS.texi,v 1.12 6 2009-04-06 13:25:20 SingularExp $2 @comment $Id: NEWS.texi,v 1.127 2009-04-08 12:44:42 seelisch Exp $ 3 3 @comment this file contains the News about Singular versions 4 4 @comment Unix … … 63 63 @item new build target: libsingular.a (for gfan etc.) 64 64 @item code variants now depend on CPU type, not OS 65 @item better test for built in limits (see @nref{Limitations})66 @item 67 o verloads also operator @code{new(size_t,const std::nothrow_t&)}65 @item better test for built-in limits (see @nref{Limitations}) 66 @item 67 operator @code{new(size_t,const std::nothrow_t&)} now also overloaded 68 68 @end itemize 69 69 … … 107 107 @*(See @nref{surf_lib}). 108 108 @item 109 teachstd.lib: spoly works now in non-commutative algebras and thus standard can be used there.110 However since product criterion is a priori not applicable in non-commutative case,109 teachstd.lib: spoly works now in non-commutative algebras and standard can thus be used there. 110 However, since product criterion is a priori not applicable in the non-commutative case, 111 111 one may want to disable it first (see @code{prodcrit} for details). 112 112 @end itemize … … 330 330 Starting with version 2-0-4, we use NTL (of Victor Shoup) for factoring 331 331 univariate polynomials. The multivariate factorization code in libfac/factory 332 now also works over algebraic extension fields.332 now also works over algebraic field extension. 333 333 334 334 @heading New @sc{Singular} libraries … … 391 391 @heading Noncommutative Extension @sc{Plural} 392 392 393 Starting with version 3-0-0, @sc{Singular} features a393 Starting with version 3-0-0, @sc{Singular} features the 394 394 noncommutative extension @sc{Plural}. It allows to 395 395 set and to compute within noncommutative algebras … … 397 397 bases for left modules, syzygies and resolutions. 398 398 399 T ogether with @sc{Plural} come the following libraries:399 The following libraries come together with @sc{Plural}: 400 400 401 401 @table @asis … … 411 411 noncommutative algebras 412 412 @item @nref{ncdecomp_lib} 413 computes a decomposition of module by its central characters413 computes a decomposition of a module by its central characters 414 414 @item @nref{ncalg_lib}, @nref{nctools_lib} 415 415 contain numerous useful tools for noncommutative algebras … … 430 430 @itemize @bullet 431 431 @item Singular is available for ix86-Linux, 432 SunOS-5, IRIX-6, ix86-Win (runs on Windows 95/98/NT4/2000/XP ),432 SunOS-5, IRIX-6, ix86-Win (runs on Windows 95/98/NT4/2000/XP/Vista), 433 433 FreeBSD, MacOS X, x86_64-Linux (AMD64/Opteron/EM64T), 434 434 IA64-Linux -
doc/README_download.plural.texi
refdded r7e96fe 1 1 @comment -*-texinfo-*- 2 @comment $Id: README_download.plural.texi,v 1. 2 2003-07-31 20:14:28 levandovExp $2 @comment $Id: README_download.plural.texi,v 1.3 2009-04-08 12:44:42 seelisch Exp $ 3 3 @c FILE: README_download.texi 4 @c PURPOSE: download inginstructions, to be includeded in manual and README_ftp4 @c PURPOSE: download instructions, to be includeded in manual and README_ftp 5 5 @c 6 6 -
doc/README_download.texi
refdded r7e96fe 1 1 @comment -*-texinfo-*- 2 @comment $Id: README_download.texi,v 1.1 4 2008-12-11 12:47:33 SingularExp $2 @comment $Id: README_download.texi,v 1.15 2009-04-08 12:44:42 seelisch Exp $ 3 3 @c FILE: README_download.texi 4 @c PURPOSE: download inginstructions, to be includeded in manual and README_ftp4 @c PURPOSE: download instructions, to be includeded in manual and README_ftp 5 5 @c 6 6 … … 32 32 @tab PC's running under Linux with a current @code{libc} version. 33 33 @item @code{ix86-Win} 34 @tab PC's running Windows 95/98/NT/2K/XP which have Cygwin version 1.0 (or34 @tab PC's running Windows 95/98/NT/2K/XP/Vista which have Cygwin version 1.0 (or 35 35 higher) already installed. Unless you are familiar with Cygwin, we 36 36 recommend that you download one of the self-extracting archives as … … 65 65 @sc{Singular} specific subdirectories will be created in such a way 66 66 that multiple versions and multiple architecture dependent files 67 of @sc{Singular} can peaceablycoexist under the same @code{/usr/local/}67 of @sc{Singular} can coexist under the same @code{/usr/local/} 68 68 tree. 69 69 … … 82 82 @end enumerate 83 83 84 @heading To download @sc{Singular} for Windows 95/98/NT/2K/XP 84 @heading To download @sc{Singular} for Windows 95/98/NT/2K/XP/Vista 85 85 86 86 @enumerate … … 88 88 Download one of the following self-extracting archives: 89 89 @table @code 90 @item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Singular-@value{VERSION}- Compact.exe,Singular-@value{VERSION}-Compact.exe}90 @item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Singular-@value{VERSION}-Small.exe,Singular-@value{VERSION}-Small.exe} 91 91 Minimal archive to download. Installs Singular and minimal set of needed 92 92 tools/DLLs. 93 @item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Singular-@value{VERSION}-Typical.exe,Singular-@value{VERSION}-Typical.exe} 94 Typical archive to download. Installs Singular and the XEmacs editor to 95 run ESingular. 93 @item @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Singular-@value{VERSION}-Full.exe,Singular-@value{VERSION}-Full.exe} 94 Complete archive to download. Installs Singular and the XEmacs editor for running ESingular. 96 95 @end table 97 96 … … 101 100 102 101 @item 103 In case of problems, see the created file 104 @code{etc/INSTALL.txt} (which is also located at 105 @uref{ftp://www.mathematik.uni-kl.de/pub/Math/Singular/INSTALL_win.html} 106 for details on how to finish the installation. 102 In case of problems, see consult 103 @uref{http://www.singular.uni-kl.de/Windows/index.html}. 107 104 @end enumerate 108 105 … … 111 108 Mac OsX: it supports currently the follwing versions of OsX: 112 109 10.4/intel, 10.4/powerpc, 10.4/powerpc (transitional), 10.3. 113 If you want to try to intall a binary package, the Unix installation 114 instructions apply. 110 If you would like to install a binary package, Unix installation instructions apply. 115 111 (See @uref{http://fink.sf.net}) 116 112 -
doc/lib2doc.texi
refdded r7e96fe 3 3 @end ifclear 4 4 5 @code{lib2doc} is a utility to generate the stand-alone documentation for 5 @code{lib2doc} is a utility to generate the stand-alone documentation for 6 6 a @sc{Singular} library in various formats. 7 7 … … 48 48 @item make mylib.hlp 49 49 Generates the file @code{mylib.hlp} -- the info file for the documentation 50 of @code{mylib.lib}. This file can be viewed with50 of @code{mylib.lib}. This file can be viewed using 51 51 @smallexample 52 52 info -f mylib.hlp … … 54 54 @item make mylib.dvi 55 55 Generates the file @code{mylib.dvi} -- the dvi file for the documentation 56 of @code{mylib.lib}. This file can be viewed with56 of @code{mylib.lib}. This file can be viewed using 57 57 @smallexample 58 58 xdvi mylib.dvi … … 60 60 @item make mylib.ps 61 61 Generates the file @code{mylib.ps} -- the PostScript file for the documentation 62 of @code{mylib.lib}. This file can be viewed with(for example)62 of @code{mylib.lib}. This file can be viewed using (for example) 63 63 @smallexample 64 64 ghostview mylib.dvi … … 66 66 @item make mylib.html 67 67 Generates the file @code{mylib.html} -- the HTML file for the documentation 68 of @code{mylib.lib}. This file can be viewed with(for example)68 of @code{mylib.lib}. This file can be viewed using (for example) 69 69 @smallexample 70 70 netscape mylib.html
Note: See TracChangeset
for help on using the changeset viewer.