From: Fred Drake Date: Tue, 28 Apr 1998 18:37:12 +0000 (+0000) Subject: Remove extra cruft for texi processing. X-Git-Tag: v1.5.2a1~780 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5aa3de1189bf156030cfd25a1d4bae82ddd5858;p=thirdparty%2FPython%2Fcpython.git Remove extra cruft for texi processing. --- diff --git a/Doc/lib/libaudioop.tex b/Doc/lib/libaudioop.tex index 774a92e1d22e..ff76e72ee2b0 100644 --- a/Doc/lib/libaudioop.tex +++ b/Doc/lib/libaudioop.tex @@ -173,19 +173,14 @@ Reverse the samples in a fragment and returns the modified fragment. \begin{funcdesc}{rms}{fragment, width} Return the root-mean-square of the fragment, i.e. -%begin{latexonly} -\iftexi -%end{latexonly} the square root of the quotient of the sum of all squared sample value, divided by the sumber of samples. %begin{latexonly} -\else % in eqn: sqrt { sum S sub i sup 2 over n } \begin{displaymath} \catcode`_=8 \sqrt{\frac{\sum{{S_{i}}^{2}}}{n}} \end{displaymath} -\fi %end{latexonly} This is a measure of the power in an audio signal. \end{funcdesc} diff --git a/Doc/libaudioop.tex b/Doc/libaudioop.tex index 774a92e1d22e..ff76e72ee2b0 100644 --- a/Doc/libaudioop.tex +++ b/Doc/libaudioop.tex @@ -173,19 +173,14 @@ Reverse the samples in a fragment and returns the modified fragment. \begin{funcdesc}{rms}{fragment, width} Return the root-mean-square of the fragment, i.e. -%begin{latexonly} -\iftexi -%end{latexonly} the square root of the quotient of the sum of all squared sample value, divided by the sumber of samples. %begin{latexonly} -\else % in eqn: sqrt { sum S sub i sup 2 over n } \begin{displaymath} \catcode`_=8 \sqrt{\frac{\sum{{S_{i}}^{2}}}{n}} \end{displaymath} -\fi %end{latexonly} This is a measure of the power in an audio signal. \end{funcdesc}