Kaydet (Commit) d665e8b5 authored tarafından Fred Drake's avatar Fred Drake

Removed unnecessary \small{} block; latex2html got it wrong and its no

longer needed for printed output.
üst d21759ba
...@@ -13,7 +13,6 @@ Here are two small examples of how it can be used. To list some ...@@ -13,7 +13,6 @@ Here are two small examples of how it can be used. To list some
statistics about a newsgroup and print the subjects of the last 10 statistics about a newsgroup and print the subjects of the last 10
articles: articles:
\small{
\bcode\begin{verbatim} \bcode\begin{verbatim}
>>> s = NNTP('news.cwi.nl') >>> s = NNTP('news.cwi.nl')
>>> resp, count, first, last, name = s.group('comp.lang.python') >>> resp, count, first, last, name = s.group('comp.lang.python')
...@@ -36,7 +35,6 @@ Group comp.lang.python has 59 articles, range 3742 to 3803 ...@@ -36,7 +35,6 @@ Group comp.lang.python has 59 articles, range 3742 to 3803
'205 news.cwi.nl closing connection. Goodbye.' '205 news.cwi.nl closing connection. Goodbye.'
>>> >>>
\end{verbatim}\ecode \end{verbatim}\ecode
}
To post an article from a file (this assumes that the article has To post an article from a file (this assumes that the article has
valid headers): valid headers):
......
...@@ -13,7 +13,6 @@ Here are two small examples of how it can be used. To list some ...@@ -13,7 +13,6 @@ Here are two small examples of how it can be used. To list some
statistics about a newsgroup and print the subjects of the last 10 statistics about a newsgroup and print the subjects of the last 10
articles: articles:
\small{
\bcode\begin{verbatim} \bcode\begin{verbatim}
>>> s = NNTP('news.cwi.nl') >>> s = NNTP('news.cwi.nl')
>>> resp, count, first, last, name = s.group('comp.lang.python') >>> resp, count, first, last, name = s.group('comp.lang.python')
...@@ -36,7 +35,6 @@ Group comp.lang.python has 59 articles, range 3742 to 3803 ...@@ -36,7 +35,6 @@ Group comp.lang.python has 59 articles, range 3742 to 3803
'205 news.cwi.nl closing connection. Goodbye.' '205 news.cwi.nl closing connection. Goodbye.'
>>> >>>
\end{verbatim}\ecode \end{verbatim}\ecode
}
To post an article from a file (this assumes that the article has To post an article from a file (this assumes that the article has
valid headers): valid headers):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment