This is a belated followup to:
http://lists.gnu.org/archive/html/bug-texinfo/2016-08/msg9.html
On 5 August 2016 at 16:59, Patrice Dumas wrote:
On Fri, Aug 05, 2016 at 10:33:41AM -0400, Robert Weiner wrote:
Just a small thing.
As of Texinfo 6.1, HTML output is generating anchors like so:
On Tue, Aug 22, 2017 at 06:07:14PM +0200, Mathieu Lirzin wrote:
> Index: tp/Texinfo/Convert/HTML.pm
> ===
> --- tp/Texinfo/Convert/HTML.pm(revision 7934)
> +++ tp/Texinfo/Convert/HTML.pm(working copy)
> @@ -6330,11 +633
Gavin Smith wrote:
> On Tue, Aug 22, 2017 at 01:13:32PM -0600, arn...@skeeve.com wrote:
> > The main problem is that the the first line is outdented instead
> > of indented correctly. It about lines up under the '9' of the
> > chapter title. I don't mind how it's split.
>
> OK, I'll be happy to
On Tue, Aug 22, 2017 at 01:13:32PM -0600, arn...@skeeve.com wrote:
> The main problem is that the the first line is outdented instead
> of indented correctly. It about lines up under the '9' of the
> chapter title. I don't mind how it's split.
OK, I'll be happy to look at how to change how the co
Hi.
Gavin Smith wrote:
> This was a deliberate change. I think the new layout looks better. In
> fact, they both look bad, but the reason for that is that the section
> title is long, so there isn't a good way to format it. I'm willing to
> consider changing it back. Do you have arguments why
On Tue, Aug 22, 2017 at 06:07:14PM +0200, Mathieu Lirzin wrote:
> Hello,
>
> When opening a manual generated with makeinfo in Firefox 55, there is a
> warning telling that the encoding of the HTML document has not been
> found in the first 1024 bytes of the file. The following patch fixes
> the i
On Sun, Aug 20, 2017 at 10:52:56PM -0600, arn...@skeeve.com wrote:
> > > I saw the problem. I've committed a change that should fix the problem.
> > > The new version of texinfo.tex should be at
> > > ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex in a few minutes.
> >
> > Much thanks! I'll try it out
Hello,
When opening a manual generated with makeinfo in Firefox 55, there is a
warning telling that the encoding of the HTML document has not been
found in the first 1024 bytes of the file. The following patch fixes
the issue:
Index: tp/Texinfo/Convert/HTML.pm
===
Hi.
In an earlier message on a different thread, I reported that the TOC
for the gawk manual has a problem with a subsubsection with a long
title. You can see this on page vii of the TOC for section 9.1.3.1.
To reproduce:
git clone git://git.savannah.gnu.org/gawk.git
cd gawk