Commit 437ff860 authored by Fred Drake's avatar Fred Drake

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

\subparagraph sections.  Indicate the default in the --help message.
parent b0b19001
...@@ -47,7 +47,7 @@ Options specifying formats to build: ...@@ -47,7 +47,7 @@ Options specifying formats to build:
HTML options: HTML options:
--address, -a Specify an address for page footers. --address, -a Specify an address for page footers.
--link Specify the number of levels to include on each page. --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: ../). --iconserver, -i Specify location of icons (default: ../).
Other options: Other options:
...@@ -74,7 +74,7 @@ EOF ...@@ -74,7 +74,7 @@ EOF
# #
ADDRESS='' ADDRESS=''
MAX_LINK_DEPTH=3 MAX_LINK_DEPTH=3
MAX_SPLIT_DEPTH=8 MAX_SPLIT_DEPTH=6
build_html() { build_html() {
TEXFILE=`kpsewhich $1.tex` TEXFILE=`kpsewhich $1.tex`
......
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