Changeset 8c1ee9 in git


Ignore:
Timestamp:
Jan 13, 2023, 12:15:43 PM (15 months ago)
Author:
Frédéric Chapoton <chapoton@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b5d360f5562e29d38097134c37a1cbac2f07867a
Parents:
2695653b7a8b04305574f201f0dfcdc2b87f60ea
git-author:
Frédéric Chapoton <chapoton@unistra.fr>2023-01-13 12:15:43+01:00
git-committer:
Frédéric Chapoton <chapoton@unistra.fr>2023-01-13 12:16:01+01:00
Message:
fix some typos in doc
Location:
doc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doc/NEWS.texi

    r269565 r8c1ee9  
    4545@item several GB based commands accept the choice of the algorithm:
    4646@code{"std","slimgb","sba","modstd","singmatic","groebner","ffmod","nfmod"} (@nref{syz}, @nref{eliminate}, @nref{intersect}, @nref{modulo}, @nref{liftstd}, @nref{lift})
    47 @item @code{reduce} for non-field coefficents: search best reduction
     47@item @code{reduce} for non-field coefficients: search best reduction
    4848@end itemize
    4949
     
    283283      (@nref{Names})
    284284@item changed behaviour of @code{charstr} (@nref{charstr})
    285 @item new data type @code{cring} to describe the coeffient rings, to be used
     285@item new data type @code{cring} to describe the coefficient rings, to be used
    286286      for the new definitions for (polynomial) rings (@nref{General syntax of a ring declaration})
    287287@item new command @code{ring_list} to access the parts used to construct polynomial rings (@nref{ring_list},@nref{ringlist})
  • doc/STYLEGUIDE

    r269565 r8c1ee9  
    248248  specialization (like "help, online help system").
    249249
    250 + Use the @anchor{label} construct, to set arbitraty labels, to which
     250+ Use the @anchor{label} construct, to set arbitrary labels, to which
    251251  you can refer to with @ref{label}. For example:
    252252@anchor{option(prot);}
  • doc/changes_in_singular4.texi

    r269565 r8c1ee9  
    153153@cindex Notes for developers
    154154
    155 There has been an entensive process of refactoring, redesign and modularization
     155There has been an intensive process of refactoring, redesign and modularization
    156156of Singular to facilitate easier maintenance and future development:
    157157
     
    162162@item Separation/modularization into libraries and packages
    163163@c add diagram as an image?
    164 @item For easy integration of new coeffcient rings,
     164@item For easy integration of new coefficient rings,
    165165we defined a generic interface for coefficient
    166166rings and a supporting framework for making them
    167167accessible to the user.
    168168
    169 In particular we have separated everything related to coeffcient rings into a separate library @code{libcoeffs}.
     169In particular we have separated everything related to coefficient rings into a separate library @code{libcoeffs}.
    170170Dependency tree between restructured packages is show at @uref{https://www.singular.uni-kl.de/dox/singular.png}
    171171
  • doc/texi2html

    r269565 r8c1ee9  
    115115 type => '=i',
    116116 linkage => \$main::T2H_DEBUG,
    117  verbose => 'output HTML with debuging information',
     117 verbose => 'output HTML with debugging information',
    118118};
    119119
     
    172172 type => '=s',
    173173 linkage => \$T2H_INVISIBLE_MARK,
    174  verbose => 'use text in invisble anchot',
     174 verbose => 'use text in invisible anchor',
    175175 noHelp  => 1,
    176176};
     
    483483$T2H_CENTER_IMAGE = 1;
    484484
    485 # used as identation for block enclosing command @example, etc
     485# used as indentation for block enclosing command @example, etc
    486486# If not empty, must be enclosed in <td></td>
    487487$T2H_EXAMPLE_INDENT_CELL = '<td>&nbsp;</td>';
     
    22242224};
    22252225
    2226 # read initialzation from $sysconfdir/texi2htmlrc or $HOME/.texi2htmlrc
     2226# read initialization from $sysconfdir/texi2htmlrc or $HOME/.texi2htmlrc
    22272227my $home = $ENV{HOME};
    22282228defined($home) or $home = '';
     
    23032303
    23042304#
    2305 # file name buisness
     2305# file name business
    23062306#
    23072307die "Need exactly one file to translate\n$T2H_FAILURE_TEXT" unless @ARGV == 1;
     
    25252525
    25262526$l2h_latex_preample = <<EOT;
    2527 % This document was automatically generated by the l2h extenstion of texi2html
     2527% This document was automatically generated by the l2h extension of texi2html
    25282528% DO NOT EDIT !!!
    25292529\\documentclass{article}
     
    25362536EOT
    25372537
    2538 # return used latex 1, if l2h could be initalized properly, 0 otherwise
     2538# return used latex 1, if l2h could be initialized properly, 0 otherwise
    25392539sub l2h_InitToLatex
    25402540{
     
    27012701#   return 1,  on success -- 0, otherwise
    27022702# Extract Html code with: l2h_FromHtml($text)
    2703 #   replaces in $text all previosuly inserted comments by generated html code
     2703#   replaces in $text all previously inserted comments by generated html code
    27042704#   returns (possibly changed) $text
    27052705# Finish with: l2h_FinishFromHtml
     
    27942794    print "$ERROR l2h: can't extract content $count from html\n"
    27952795      if ($T2H_VERBOSE);
    2796     # try simple (ordinary) substition (without l2h)
     2796    # try simple (ordinary) substitution (without l2h)
    27972797    $l_l2h = $T2H_L2H;
    27982798    $T2H_L2H = 0;
     
    28092809    # now we have been incorrectly called
    28102810    $l2h_range_error++;
    2811     print "$ERROR l2h: Request of $count content which is out of valide range [0,$l2h_latex_count)\n";
     2811    print "$ERROR l2h: Request of $count content which is out of valid range [0,$l2h_latex_count)\n";
    28122812    return "<!-- l2h: ". __LINE__ . " out of range count $count -->"
    28132813      if ($T2H_DEBUG & $DEBUG_L2H);
     
    33863386          else
    33873387          {
    3388             warn "$ERROR: Bad macro defintion $_"
     3388            warn "$ERROR: Bad macro definition $_"
    33893389          }
    33903390          next;
     
    42104210          push(@lines2, &debug("</TABLE>\n", __LINE__));
    42114211        }
    4212         # should be like verbatim -- preseve spaces, etc
     4212        # should be like verbatim -- preserve spaces, etc
    42134213        s/ /\&nbsp;/g;
    42144214        $_ .= "<br>\n";
Note: See TracChangeset for help on using the changeset viewer.