Changeset e3663f1 in git
- Timestamp:
- Nov 26, 1999, 2:26:58 PM (24 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- a89a22ce7744ac91b8406062c921c8beb8c652a0
- Parents:
- eafea962f93f83bf5e7f3f7080a9b839fb4b3b00
- Location:
- doc
- Files:
-
- 1 added
- 5 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
doc/COPYING.texi
reafea9 re3663f1 1 1 @comment -*-texinfo-*- 2 @comment $Id: copyright.tex,v 1.24 1999-08-24 12:00:38 SingularExp $2 @comment $Id: COPYING.texi,v 1.1 1999-11-26 13:26:54 obachman Exp $ 3 3 @comment this file contains the copyright notice on Singular 4 4 @include version.texi … … 57 57 If you use Singular or parts thereof in a project and/or publish 58 58 results that were partly obtained using @sc{Singular}, we request that you 59 cite @sc{Singular} (see60 @uref{http://www.ma@-the@-ma@-tik.uni-kl.de/~zca/Singular/how_to_cite.html , for information}61 on how to cite Singular) and inform us about it.59 cite @sc{Singular} and inform us about it -- see 60 @uref{http://www.ma@-the@-ma@-tik.uni-kl.de/~zca/Singular/how_to_cite.html}, 61 for information on how to cite Singular. 62 62 63 63 Please send any comments or bug reports to … … 70 70 which are distributed along with these libraries. 71 71 72 @ sectionAvailability72 @heading Availability 73 73 74 74 The latest information about @sc{Singular} is always available from … … 106 106 @end ifset 107 107 108 @ sectionAcknowledgements108 @heading Acknowledgements 109 109 110 110 The development of @sc{Singular} is directed and coordinated by … … 116 116 Hubert Grassmann, 117 117 Kai Kr@"uger, 118 Michael Messollen, 118 119 Wolfgang Neumann, 119 120 Thomas N@"u@ss{}ler, … … 127 128 128 129 @sc{Singular} libraries have furthermore been contributed by 130 Stephan Endra@ss{}, 129 131 Wolfram Decker, 130 132 Anne Fr@"ubis-Kr@"uger, 131 133 Christian Gorzel, 132 134 Agnes Eileen Heydtmann, 135 Dietmar Hillebrand, 133 136 Ulrich Klein, 134 137 Martin Lamm, 135 138 Bernd Martin, 139 Mathias Schulze, 136 140 and 137 M athias Schulze.141 Moritz Wenk. 138 142 139 143 We should like to acknowledge the financial support given by -
doc/Makefile.in
reafea9 re3663f1 2 2 ### 3 3 ### Makefile for Singular documentation 4 ### $Id: Makefile.in,v 1.4 1 1999-11-24 18:50:40obachman Exp $4 ### $Id: Makefile.in,v 1.42 1999-11-26 13:26:54 obachman Exp $ 5 5 ##################################################################### 6 6 SHELL=/bin/sh … … 73 73 # File sets 74 74 # 75 TEX_FILES = copyright.tex 75 STANDALONE_TEXI_FILES = COPYING.texi 76 76 77 DOC2TEX_FILES = \ 77 78 examples.tex general.tex math.tex reference.tex \ … … 163 164 ${PERL5} doc2idx.pl singular.hlp ${HTML_SUBDIR}/${HTML_MANUAL_PREFIX}_cp.idx ${CHKSUM_DB} > singular.idx 164 165 166 ########################################################### 167 # stand-alone targest 168 # 169 170 STANDALONE_TXT_FILES := $(STANDALONE_TEXI_FILES:.texi=.txt) 171 STANDALONE_HTML_FILES := $(STANDALONE_TEXI_FILES:.texi=.html) 172 STANDALONE_FILES := $(STANDALONE_TEXI_FILES:.texi=) 173 165 174 # targets which produce stand-alone documents 166 COPYING: copyright.tex 167 ${MAKEINFO} --no-header --paragraph-indent none -o COPYING copyright.tex 175 %.txt : %.texi 176 ${MAKEINFO} --no-header --paragraph-indent none -o $@ $< 177 178 %.html : %.texi 179 ${TEXI2HTML} -init_file t2h_standalone.init -verbose -split none -o $@ $< 180 181 % : %.txt 182 cp $< $@ 183 184 standalone: standalone-txt standalone-html ${STANDALONE_FILES} 185 186 standalone-html: ${STANDALONE_HTML_FILES} 187 standalone-txt: ${STANDALONE_TXT_FILES} 188 168 189 169 190 ########################################################### … … 244 265 /bin/rm -f singular.hlp manual.hlp ${DOC2TEX_FILES} singular.idx 245 266 /bin/rm -f ${HTML_SUBDIR}/${HTML_MANUAL_TOP} ${HTML_SUBDIR}/${HTML_TUTOR_TOP} 267 /bin/rm -rf ${STANDALONE_HTML_FILES} ${STANDALONE_FILES} ${STANDALONE_TXT_FILES} 246 268 247 269 distclean: clean -
doc/manual-titlepage.tex
reafea9 re3663f1 38 38 \Huge{\textbf{User Manual}} 39 39 40 \huge{for \textsc{Singular} Version 1. 2}40 \huge{for \textsc{Singular} Version 1.3.6} 41 41 42 42 \vspace{5ex} … … 47 47 \begin{center} 48 48 \large{With contributions by} \\ 49 \large{O.~Bachmann, W.~Decker, C.~Gorzel, 50 H.~Grassmann, A.~Heydtmann, K.~Kr\"uger, M.~Lamm, B.~Martin, 51 M.~Messollen, W.~Neumann, T.~N\"ussler, W.~Pohl, T.~Siebert, 52 R.~Stobbe, and T.~Wichmann.} 49 \large{O.~Bachmann, T.~Siebert, T.~Wichmann, W.~Pohl, 50 A.~Fr\"ubis-Kr\"uger, W.~Decker, S.~Endra\ss, C.~ Gorzel, H.~ Grassmann, 51 A.~Heydtmann, D.~Hillebrand, C.~Jung, U.~Klein, K.~Kr\"uger, M.~Lamm, 52 B.~Martin, M.~ Messollen, W.~ Neumann, T.~N\"ussler, J.~Schmidt, M.~Schulze, R. 53 Stobbe, M.~Wenk.} 53 54 \end{center} 54 55
Note: See TracChangeset
for help on using the changeset viewer.