help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-texinfo] url getting mixed with span class


From: Mohammad Akhlaghi
Subject: Re: [help-texinfo] url getting mixed with span class
Date: Thu, 16 Apr 2015 20:28:26 +0900
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

On 04/15/2015 09:08 PM, Mohammad Akhlaghi wrote:
Hello,

First of all, I have to thank you for the great tool.

In my HTML output, when I use

@url{https://www.gnu.org/gnu/gnu-users-never-heard-of-gnu.html}

I get the following HTML code:

<a href="<span class="nocodebreak">https://www.gnu.org/gnu/gnu-users-never-heard-of-gnu.html</span>"><span class="nocodebreak">https://www.gnu.org/gnu/gnu-users-never-heard-of-gnu.html</span></a>

You can see the HTML output for several such links as this part of my manual:

http://www.gnu.org/software/gnuastro/manual/html_node/New-to-GNU_002fLinux_003f.html

and the full Texinfo source file from here:

http://www.gnu.org/software/gnuastro/manual/

I wanted to know what I am doing wrong?

Thank you very much,
Mohammad


I found the solution. The solution was with @allowcodebreaks . I had to set it to true by adding this line to my Texinfo source:

@allowcodebreaks true

Cheers,
Mohammad



reply via email to

[Prev in Thread] Current Thread [Next in Thread]