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

Skip to content

Commit fd255e4

Browse files
committed
(tut.tex): Added matching \normalsize after \small font control command
(and the contents it was supposed to be affecting). The latest LaTeX2HTML handles these, but didn't close it as expected. This handles that problem and does not affect the PostScript output.
1 parent 3622e0d commit fd255e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tut.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ \section{Exceptions}
18431843
File "<stdin>", line 1
18441844
TypeError: illegal argument type for built-in operation
18451845
>>>
1846-
\end{verbatim}\ecode
1846+
\end{verbatim}\normalsize\ecode
18471847
%
18481848
The last line of the error message indicates what happened.
18491849
Exceptions come in different types, and the type is printed as part of

Doc/tut/tut.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ \section{Exceptions}
18431843
File "<stdin>", line 1
18441844
TypeError: illegal argument type for built-in operation
18451845
>>>
1846-
\end{verbatim}\ecode
1846+
\end{verbatim}\normalsize\ecode
18471847
%
18481848
The last line of the error message indicates what happened.
18491849
Exceptions come in different types, and the type is printed as part of

0 commit comments

Comments
 (0)