[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: @menu refering to other info files and html output
From: |
Alfred M\. Szmidt |
Subject: |
Re: @menu refering to other info files and html output |
Date: |
Mon, 17 Nov 2008 02:00:25 +0100 |
@menu
* Other file: (foo). Test
@end menu
I can't say I'm surprised.
Patrice, how does texi2html do?
It works with texi2html:
===File ~/test.html=========================================
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html401/loose.dtd">
<html>
<!-- Created on November, 17 2008 by texi2html 1.78 -->
<!--
Written by: Lionel Cons <address@hidden> (original author)
Karl Berry <address@hidden>
Olaf Bachmann <address@hidden>
and many others.
Maintained by: Many creative people.
Send bugs and suggestions to <address@hidden>
-->
<head>
<title>Test</title>
<meta name="description" content="Test">
<meta name="keywords" content="Test">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2html 1.78">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
pre.display {font-family: serif}
pre.format {font-family: serif}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: serif; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: serif; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.roman {font-family:serif; font-weight:normal;}
span.sansserif {font-family:sans-serif; font-weight:normal;}
ul.toc {list-style: none}
-->
</style>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080"
alink="#FF0000">
<a name="Top"></a>
<a name="SEC_Top"></a>
<h1 class="unnumbered"> Test
</h1>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="foo.html#Top">• Other file:
(foo)</a></td><td> </td><td align="left" valign="top">
Test
</td></tr>
</table>
<hr size="1">
<p>
<font size="-1">
This document was generated by <em>Alfred M. Szmidt</em> on <em>November, 17
2008</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html
1.78</em></a>.
</font>
<br>
</p>
</body>
</html>
============================================================