WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: makeinfo --html

Re: makeinfo --html

by Nikos Mavrogiannopoulos :: Rate this Message:

| View in Thread

On 01/16/2012 01:30 AM, Karl Berry wrote:

> Hi again Nikos,
>
>    When generating html output of a texi file with split node internal
>    links set with @ref{} are not working when they contain underscores.
>
>    $ makeinfo --html -o gnutls.html --css-include=../texinfo.css ../gnutls.texi
>
> I'm sorry, but I'm not able to easily reproduce this from the
> description.  Can you send a runnable example?  (And then, Patrice, I
> trust you will try it. :)
I attach a small example.

regards,
Nikos


[test.texi]

\input texinfo   @c -*-texinfo-*-
@comment %**start of header
@setfilename test.info
@settitle Test


@macro showenumdesc{ref,cap}
@float Figure,\ref\
This is a figure
@caption{\cap\}
@end float
@end macro

hello there, this is a link @ref{my_big_link3}.

@include links.texi

@bye


[links.texi]

@subheading my_big_link1
@anchor{my_big_link1}

This is a long text
This is a long text
This is a long text
This is a long text
This is a long text
This is a long text
This is a long text
This is a long text
This is a long text

@subheading my_big_link2
@anchor{my_big_link2}

This is a long text
This is a long text
This is a long text
This is a long text
This is a long text
This is a long text
This is a long text
This is a long text
This is a long text

@subheading my_big_link3
@anchor{my_big_link3}

This is a long text
This is a long text
This is a long text
This is a long text
This is a long text
This is a long text
This is a long text
This is a long text
This is a long text


 « Return to Thread: makeinfo --html