1868a1869,1878
> #sub make_head_and_body {
> # local($title) = @_;
> # "\n" .
> # "\n" .
> # "
\n$title\n" .
> # "\n\n" .
> # &meta_information($title) .
> # "\n";
> #}
>
1871,1876c1881,1887
< "\n" .
< "\n" .
< "\n$title\n" .
< "\n\n" .
< &meta_information($title) .
< "\n";
---
> "\n$title\n\n\n" .
> "Next:
\n" . "Previous:
\n" .
> "Table of Contents --- Search --- PS reprint
\n" .
> "Astronomical Data Analysis Software and Systems V
\n" .
> "ASP Conference Series, Vol. 101, 1996
\n" .
> "George H. Jacoby and Jeannette Barnes, eds.
\n" .
> "$title
";
1878a1890
>
1881c1893,1896
< ($_ ? "\n$_\n" : "") . "\n\n";
---
> # ($_ ? "\n$_\n" : "") . "\n\n";
> "Next:
\n" . "Previous:
\n" .
> "Contents --- Search --- PS reprint
\n" .
> ($_ ? "\n$_\n" : "") . "\n\n";
3983c3998
< ('part' , 'H1' , 'chapter' , 'H1', 'section', 'H1', 'subsection', 'H2',
---
> ('part' , 'H1' , 'chapter' , 'H1', 'section', 'H2', 'subsection', 'H3',
3994c4009
< 'bibliography', 'H1', 'tex2htmlindex', 'H1', %section_headings);
---
> 'bibliography', 'H2', 'tex2htmlindex', 'H1', %section_headings);