Changeset e3663f1 in git


Ignore:
Timestamp:
Nov 26, 1999, 2:26:58 PM (24 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
a89a22ce7744ac91b8406062c921c8beb8c652a0
Parents:
eafea962f93f83bf5e7f3f7080a9b839fb4b3b00
Message:
* Emacs stuff


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

Legend:

Unmodified
Added
Removed
  • doc/COPYING.texi

    reafea9 re3663f1  
    11@comment -*-texinfo-*-
    2 @comment $Id: copyright.tex,v 1.24 1999-08-24 12:00:38 Singular Exp $
     2@comment $Id: COPYING.texi,v 1.1 1999-11-26 13:26:54 obachman Exp $
    33@comment this file contains the copyright notice on Singular
    44@include version.texi
     
    5757If you use Singular or parts thereof in a project and/or publish
    5858results that were partly obtained using @sc{Singular}, we request that you
    59 cite @sc{Singular} (see
    60 @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.
     59cite @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},
     61for information on how to cite Singular.
    6262
    6363Please send any comments or bug reports to
     
    7070which are distributed along with these libraries.
    7171
    72 @section Availability
     72@heading Availability
    7373
    7474The latest information about @sc{Singular} is always available from
     
    106106@end ifset
    107107
    108 @section Acknowledgements
     108@heading Acknowledgements
    109109
    110110The development of @sc{Singular} is directed and coordinated by
     
    116116Hubert Grassmann,
    117117Kai Kr@"uger,
     118Michael Messollen,
    118119Wolfgang Neumann,
    119120Thomas N@"u@ss{}ler,
     
    127128
    128129@sc{Singular} libraries have furthermore been contributed by
     130Stephan Endra@ss{},
    129131Wolfram Decker,
    130132Anne Fr@"ubis-Kr@"uger,
    131133Christian Gorzel,
    132134Agnes Eileen Heydtmann,
     135Dietmar Hillebrand,
    133136Ulrich Klein,
    134137Martin Lamm,
    135138Bernd Martin,
     139Mathias Schulze,
    136140and
    137 Mathias Schulze.
     141Moritz Wenk.
    138142
    139143We should like to acknowledge the financial support given by
  • doc/Makefile.in

    reafea9 re3663f1  
    22###
    33### Makefile for Singular documentation
    4 ### $Id: Makefile.in,v 1.41 1999-11-24 18:50:40 obachman Exp $
     4### $Id: Makefile.in,v 1.42 1999-11-26 13:26:54 obachman Exp $
    55#####################################################################
    66SHELL=/bin/sh
     
    7373# File sets
    7474#
    75 TEX_FILES       = copyright.tex
     75STANDALONE_TEXI_FILES   = COPYING.texi
     76
    7677DOC2TEX_FILES   = \
    7778                examples.tex general.tex math.tex reference.tex \
     
    163164        ${PERL5} doc2idx.pl singular.hlp ${HTML_SUBDIR}/${HTML_MANUAL_PREFIX}_cp.idx ${CHKSUM_DB} > singular.idx
    164165
     166###########################################################
     167# stand-alone targest
     168#
     169
     170STANDALONE_TXT_FILES := $(STANDALONE_TEXI_FILES:.texi=.txt)
     171STANDALONE_HTML_FILES := $(STANDALONE_TEXI_FILES:.texi=.html)
     172STANDALONE_FILES      := $(STANDALONE_TEXI_FILES:.texi=)
     173
    165174# 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
     184standalone: standalone-txt standalone-html ${STANDALONE_FILES}
     185
     186standalone-html: ${STANDALONE_HTML_FILES}
     187standalone-txt:  ${STANDALONE_TXT_FILES}
     188
    168189
    169190###########################################################
     
    244265        /bin/rm -f singular.hlp manual.hlp  ${DOC2TEX_FILES} singular.idx
    245266        /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}
    246268
    247269distclean: clean
  • doc/manual-titlepage.tex

    reafea9 re3663f1  
    3838\Huge{\textbf{User Manual}}
    3939
    40 \huge{for \textsc{Singular} Version 1.2}
     40\huge{for \textsc{Singular} Version 1.3.6}
    4141
    4242\vspace{5ex}
     
    4747\begin{center}
    4848  \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,
     50A.~Fr\"ubis-Kr\"uger, W.~Decker, S.~Endra\ss, C.~ Gorzel, H.~ Grassmann,
     51A.~Heydtmann, D.~Hillebrand, C.~Jung, U.~Klein, K.~Kr\"uger, M.~Lamm,
     52B.~Martin, M.~ Messollen, W.~ Neumann, T.~N\"ussler, J.~Schmidt, M.~Schulze, R.
     53Stobbe, M.~Wenk.}
    5354\end{center}
    5455
Note: See TracChangeset for help on using the changeset viewer.