Change the default split level to not split on marked \paragraph and

\subparagraph sections.  Indicate the default in the --help message.
This commit is contained in:
Fred Drake 1998-10-07 16:46:54 +00:00
parent b0b1900198
commit 437ff8600a
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ Options specifying formats to build:
HTML options:
--address, -a Specify an address for page footers.
--link Specify the number of levels to include on each page.
--split, -s Specify a section level for page splitting.
--split, -s Specify a section level for page splitting, default: $MAX_SPLIT_DEPTH.
--iconserver, -i Specify location of icons (default: ../).
Other options:
@ -74,7 +74,7 @@ EOF
#
ADDRESS=''
MAX_LINK_DEPTH=3
MAX_SPLIT_DEPTH=8
MAX_SPLIT_DEPTH=6
build_html() {
TEXFILE=`kpsewhich $1.tex`