Hello, the option to (de-)activate the bottom navigator panel is misspelled at some places and correctly spelled at others. Therefore the option doesn't work as documented. A patch against version 99.2beta6 (1.42) is attached. Maybe it has already been corrected in the release today ... Greetings, Steffen
diff -r -c latex2html-99.2beta6/latex2html.pin latex2html-99.2beta6.new/latex2html.pin *** latex2html-99.2beta6/latex2html.pin Tue Nov 16 07:15:06 1999 --- latex2html-99.2beta6.new/latex2html.pin Wed Jul 26 16:00:07 2000 *************** *** 16350,16356 **** S<[ B<->(B<no>)B<tex_defs> ]> S<[ B<->(B<no>)B<navigation> ]> S<[ B<->(B<no>)B<top_navigation> ]> ! S<[ B<->(B<no>)B<buttom_navigation> ]> S<[ B<->(B<no>)B<auto_navigation> ]> S<[ B<->(B<no>)B<index_in_navigation> ]> S<[ B<->(B<no>)B<contents_in_navigation> ]> --- 16350,16356 ---- S<[ B<->(B<no>)B<tex_defs> ]> S<[ B<->(B<no>)B<navigation> ]> S<[ B<->(B<no>)B<top_navigation> ]> ! S<[ B<->(B<no>)B<bottom_navigation> ]> S<[ B<->(B<no>)B<auto_navigation> ]> S<[ B<->(B<no>)B<index_in_navigation> ]> S<[ B<->(B<no>)B<contents_in_navigation> ]> *************** *** 16523,16531 **** Enables navigation links at the top of each page (default). ! =item B<->(B<no>)B<buttom_navigation> ! Enables navigation links at the buttom of each page. =item B<->(B<no>)B<auto_navigation> --- 16523,16531 ---- Enables navigation links at the top of each page (default). ! =item B<->(B<no>)B<bottom_navigation> ! Enables navigation links at the bottom of each page. =item B<->(B<no>)B<auto_navigation>
