[l2h] Add a custom footer

Shigeharu TAKENO shige at iee.niit.ac.jp
Mon Oct 19 07:47:21 CEST 2020


shige 10/19 2020
----------------

Jacques B. Siboni wrote:
| Is there a way to insert a custom footer at the bottom of each page? It has to
| be added to the automatically generated one. 
| 
| BTW I don't really get how the default one is generated.

To modify your footer, to insert customized bot_navigation_panel()
in your ini file (.latex2html-init). For example,

  sub bot_navigation_panel {
    "<HR>".
    ($PREVIOUS_TITLE ? "<B> Previous:</B> $PREVIOUS_TITLE\n" : undef) .
    ($NEXT_TITLE ? "<B> Next:</B> $NEXT_TITLE\n" : undef) .
    ($UP_TITLE ? "<B>Up:</B> $UP_TITLE\n" : undef) . 
    "<HR>\n"
  }

If you want to show the bottom navigation always, please put

  $AUTO_NAVIGATION = 0;
  $BOTTOM_NAVIGATION = 1;

into the ini file.

+========================================================+
 Shigeharu TAKENO     NIigata Institute of Technology
                       kashiwazaki,Niigata 945-1195 JAPAN
 shige at iee.niit.ac.jp   TEL(&FAX): +81-257-22-8161
+========================================================+


More information about the latex2html mailing list.