Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e47da0a

Browse files
committed
AMK's megapatch:
* \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
1 parent 3c2a056 commit e47da0a

196 files changed

Lines changed: 1068 additions & 859 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Doc/ext.tex

Lines changed: 81 additions & 84 deletions
Large diffs are not rendered by default.

Doc/ext/ext.tex

Lines changed: 81 additions & 84 deletions
Large diffs are not rendered by default.

Doc/lib/libaifc.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Standard Module \sectcode{aifc}}
2+
\label{module-aifc}
23
\stmodindex{aifc}
34

45
This module provides support for reading and writing AIFF and AIFF-C

Doc/lib/libal.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Built-in Module \sectcode{al}}
2+
\label{module-al}
23
\bimodindex{al}
34

45
This module provides access to the audio facilities of the SGI Indy

Doc/lib/libamoeba.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ \subsection{Capability Operations}
8282
aa:1c:95:52:6a:fa/14(ff)/8e:ba:5b:8:11:1a
8383
>>>
8484
\end{verbatim}\ecode
85-
85+
%
8686
The following methods are defined for capability objects.
8787

8888
\renewcommand{\indexsubitem}{(capability method)}

Doc/lib/libarray.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Built-in Module \sectcode{array}}
2+
\label{module-array}
23
\bimodindex{array}
34
\index{arrays}
45

Doc/lib/libaudioop.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Built-in Module \sectcode{audioop}}
2+
\label{module-audioop}
23
\bimodindex{audioop}
34

45
The \code{audioop} module contains some useful operations on sound fragments.
@@ -210,7 +211,7 @@ \section{Built-in Module \sectcode{audioop}}
210211
rsample = audioop.tostereo(rsample, width, 0, 1)
211212
return audioop.add(lsample, rsample, width)
212213
\end{verbatim}\ecode
213-
214+
%
214215
If you use the ADPCM coder to build network packets and you want your
215216
protocol to be stateless (i.e.\ to be able to tolerate packet loss)
216217
you should not only transmit the data but also the state. Note that

Doc/lib/libbase64.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Standard Module \sectcode{base64}}
2+
\label{module-base64}
23
\stmodindex{base64}
34

45
This module perform base-64 encoding and decoding of arbitrary binary

Doc/lib/libbastion.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Standard Module \sectcode{Bastion}}
2+
\label{module-Bastion}
23
\stmodindex{Bastion}
34
\renewcommand{\indexsubitem}{(in module Bastion)}
45

Doc/lib/libbinascii.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\section{Standard module \sectcode{binhex}}
2+
\label{module-binhex}
23
\stmodindex{binhex}
34

45
This module encodes and decodes files in binhex4 format, a format

0 commit comments

Comments
 (0)