From 0058f4ecc33d87d2f94e09715aafc28f30ae8a85 Mon Sep 17 00:00:00 2001 From: Robert Harrison Date: Thu, 27 Feb 1997 23:46:58 +0000 Subject: [PATCH] tweaked latex2html options to group pages better --- doc/htmlize | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/htmlize b/doc/htmlize index 9ad744b1fb..8f4df2ef6d 100755 --- a/doc/htmlize +++ b/doc/htmlize @@ -13,6 +13,8 @@ endif set WWWDIR=/msrc/doc/www/changes/docs/nwchem/doc set TMP=tmp.$$ +set L2HOPT="-split 1 -bottom_navigation -show_section_numbers" + # works also with a list of files here but not currently # used in this fashion @@ -41,7 +43,7 @@ foreach document ($1) echo " Running latex2html on $document.tex" - latex2html $document.tex >& $document.latex2html.log + latex2html $L2HOPT $document.tex >& $document.latex2html.log if ($status != 0) then echo htmlize: latex2html errors reported in $document.latex2html.log exit 1