*** /usr/local/tex/ptex-2.1.8/l2h-99.1jp/dot.latex2html-init Tue Sep 21 19:57:32 1999 --- /home/users/shige/.latex2html-init Sat Sep 25 20:59:19 1999 *************** *** 33,39 **** # Put navigation links at the top of each page. If the page exceeds # $WORDS_IN_PAGE number of words then put one at the bottom of the page. ! $AUTO_NAVIGATION = 1; # Put a link to the index page in the navigation panel $INDEX_IN_NAVIGATION = 1; --- 33,44 ---- # Put navigation links at the top of each page. If the page exceeds # $WORDS_IN_PAGE number of words then put one at the bottom of the page. ! # shige 09/25 1999 ! # ! #$AUTO_NAVIGATION = 1; ! $AUTO_NAVIGATION = 0; ! $BOTTOM_NAVIGATION = 1; ! #Is $TOP_NAVIGATION used ? # Put a link to the index page in the navigation panel $INDEX_IN_NAVIGATION = 1; *************** *** 59,65 **** # Hiding the seciton numbers encourages use of particular sections # as standalone documents. In this case the cross reference to a section # is shown using the default symbol rather than the section number. ! $SHOW_SECTION_NUMBERS = 0; ### Other global variables ############################################### $CHILDLINE = "

\n"; --- 64,74 ---- # Hiding the seciton numbers encourages use of particular sections # as standalone documents. In this case the cross reference to a section # is shown using the default symbol rather than the section number. ! # ! # shige 09/25 1999 ! # ! #$SHOW_SECTION_NUMBERS = 0; ! $SHOW_SECTION_NUMBERS = 1; ### Other global variables ############################################### $CHILDLINE = "

\n"; *************** *** 125,130 **** --- 134,146 ---- # file "latex2html.config" $TITLES_LANGUAGE = "japanese"; + # + # shige 09/25 1999 + # + $BODYTEXT = "bgcolor=\#e0ffff"; + # e0ffff = LightCyan + $LOCAL_ICONS = 1; + # ### Navigation Panel ########################################################## # # The navigation panel is constructed out of buttons and section titles.