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