mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
(.latex2html-init): Restore one setting to the default (no real need to
change it), and correct a typo in a comment.
This commit is contained in:
parent
a376cc5cc8
commit
dce22add1b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#LaTeX2HTML Version 96.1 : dot.latex2html-init
|
#LaTeX2HTML Version 96.1 : dot.latex2html-init
|
||||||
#
|
#
|
||||||
|
|
||||||
$INFO = 0; # 0 = do not make a "About this document..." section
|
$INFO = 1; # 0 = do not make a "About this document..." section
|
||||||
$MAX_LINK_DEPTH = 3;
|
$MAX_LINK_DEPTH = 3;
|
||||||
|
|
||||||
# Python documentation uses section numbers to support references to match
|
# Python documentation uses section numbers to support references to match
|
||||||
|
|
@ -26,7 +26,7 @@ sub img_tag {
|
||||||
$icon);
|
$icon);
|
||||||
}
|
}
|
||||||
|
|
||||||
# This replacement for process_command() is need to add the case for
|
# This replacement for process_command() is needed to add the case for
|
||||||
# "\,"; it is unfortunate we need to do it this way.
|
# "\,"; it is unfortunate we need to do it this way.
|
||||||
#
|
#
|
||||||
sub process_command {
|
sub process_command {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue