[l2h] bottom navigator panel in latex2html 99.2beta6 (1.42)

Steffen Evers Steffen Evers <tron@ngi.de>
Wed, 26 Jul 2000 17:25:34 +0200


This is a multi-part message in MIME format.
--------------3790B8B1F9921CA09F9A04F6
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

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
--------------3790B8B1F9921CA09F9A04F6
Content-Type: text/plain; charset=us-ascii;
 name="latex2html-99.2beta6.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="latex2html-99.2beta6.patch"

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>
  

--------------3790B8B1F9921CA09F9A04F6--