r7rs-small-texinfo

Unnamed repository; edit this file 'description' to name the repository.
git clone https://kaka.farm/~git/r7rs-small-texinfo
Log | Files | Refs | README

commit 4b1088b8fee4ed3871bbde80b3bd70e3f4d31ff3
parent 9a58b20fd82e878f69c879b0987b71306f0c1f6c
Author: Wolfgang Corcoran-Mathe <wcm@sigwinch.xyz>
Date:   Wed,  7 Feb 2024 22:22:54 -0500

Use @appendix and @unnumbered to fix numbering.

Diffstat:
Mdoc/r7rs-small/additional-material.texinfo | 2+-
Mdoc/r7rs-small/appendix-a.texinfo | 34+++++++++++++++++-----------------
Mdoc/r7rs-small/appendix-b.texinfo | 2+-
Mdoc/r7rs-small/index.texinfo | 2+-
Mdoc/r7rs-small/language-changes.texinfo | 2+-
Mdoc/r7rs-small/references.texinfo | 2+-
6 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/doc/r7rs-small/additional-material.texinfo b/doc/r7rs-small/additional-material.texinfo @@ -1,5 +1,5 @@ @node Additional material -@chapter Additional material +@unnumbered Additional material The Scheme community website at @url{http://schemers.org} contains additional resources for learning and programming, job and event diff --git a/doc/r7rs-small/appendix-a.texinfo b/doc/r7rs-small/appendix-a.texinfo @@ -1,5 +1,5 @@ @node Appendix A -@section Appendix A. Standard Libraries +@appendix Appendix A. Standard Libraries This section lists the exports provided by the standard libraries. The libraries are factored so as to separate features which might not be @@ -28,7 +28,7 @@ and is reserved for use by future standards. @end menu @node Base Library -@subsection Base Library +@section Base Library The @code{(scheme base)} library exports many of the procedures and syntax bindings that are traditionally associated with Scheme. The @@ -755,7 +755,7 @@ and are therefore provided as convenient abbreviations. @end itemize @node Case-Lambda Library -@subsection Case-Lambda Library +@section Case-Lambda Library The @code{(scheme case-lambda)} library exports the @code{case-lambda} syntax. @@ -767,7 +767,7 @@ The @code{(scheme case-lambda)} library exports the @code{case-lambda} syntax. @end itemize @node Char Library -@subsection Char Library +@section Char Library The @code{(scheme char)} library provides the procedures for dealing with characters that involve potentially large tables when supporting all of Unicode. @@ -843,7 +843,7 @@ potentially large tables when supporting all of Unicode. @end itemize @node Complex Library -@subsection Complex Library +@section Complex Library The @code{(scheme complex)} library exports procedures which are typically only useful with non-real numbers. @@ -871,7 +871,7 @@ typically only useful with non-real numbers. @end itemize @node CxR Library -@subsection CxR Library +@section CxR Library The @code{(scheme cxr)} library exports twenty-four procedures which are the compositions of from three to four @code{car} and @code{cdr} @@ -963,7 +963,7 @@ two-level compositions are included in the base library. @end itemize @node Eval Library -@subsection Eval Library +@section Eval Library The @code{(scheme eval)} library exports procedures for evaluating Scheme data as programs. @@ -979,7 +979,7 @@ Scheme data as programs. @end itemize @node File Library -@subsection File Library +@section File Library The @code{(scheme file)} library provides procedures for accessing files. @@ -1019,7 +1019,7 @@ files. @end itemize @node Inexact Library -@subsection Inexact Library +@section Inexact Library The @code{(scheme inexact)} library exports procedures which are typically only useful with inexact values. @@ -1065,7 +1065,7 @@ typically only useful with inexact values. @end itemize @node Lazy Library -@subsection Lazy Library +@section Lazy Library The @code{(scheme lazy)} library exports procedures and syntax keywords for lazy evaluation. @@ -1090,7 +1090,7 @@ for lazy evaluation. @end itemize @node Load Library -@subsection Load Library +@section Load Library The @code{(scheme load)} library exports procedures for loading Scheme expressions from files. @@ -1103,7 +1103,7 @@ expressions from files. @end itemize @node Process-Context Library -@subsection Process-Context Library +@section Process-Context Library The @code{(scheme process-context)} library exports procedures for accessing with the program's calling context. @@ -1128,7 +1128,7 @@ accessing with the program's calling context. @end itemize @node Read Library -@subsection Read Library +@section Read Library The @code{(scheme read)} library provides procedures for reading Scheme objects. @@ -1141,7 +1141,7 @@ objects. @end itemize @node Repl Library -@subsection Repl Library +@section Repl Library The @code{(scheme repl)} library exports the interaction-environment procedure. @@ -1154,7 +1154,7 @@ procedure. @end itemize @node Time Library -@subsection Time Library +@section Time Library The @code{(scheme time)} library provides access to time-related values. @@ -1173,7 +1173,7 @@ values. @end itemize @node Write Library -@subsection Write Library +@section Write Library The @code{(scheme write)} library provides procedures for writing Scheme objects. @@ -1195,7 +1195,7 @@ Scheme objects. @end itemize @node R5RS Library -@subsection R5RS Library +@section R5RS Library The @code{(scheme r5rs)} library provides the identifiers defined by @rfivers{}, except that @code{transcript-on} and @code{transcript-off} diff --git a/doc/r7rs-small/appendix-b.texinfo b/doc/r7rs-small/appendix-b.texinfo @@ -1,5 +1,5 @@ @node Appendix B -@section Appendix B. Standard Feature Identifiers +@appendix Appendix B. Standard Feature Identifiers An implementation may provide any or all of the feature identifiers listed below for use by @code{cond-expand} and features, but must not diff --git a/doc/r7rs-small/index.texinfo b/doc/r7rs-small/index.texinfo @@ -1,5 +1,5 @@ @node Index -@section Index +@unnumbered Index @c Merge procedure & keyword index into concept index. @syncodeindex fn cp diff --git a/doc/r7rs-small/language-changes.texinfo b/doc/r7rs-small/language-changes.texinfo @@ -1,5 +1,5 @@ @node Language changes -@chapter Language changes +@unnumbered Language changes @menu * Incompatibilities with R5RS:: diff --git a/doc/r7rs-small/references.texinfo b/doc/r7rs-small/references.texinfo @@ -1,5 +1,5 @@ @node References -@chapter References +@unnumbered References @enumerate