texi2html
[Top][All Lists]
Advanced

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

Re: [Texi2html] Feature request: use non-breaking hyphens in @w


From: Mark Polesky
Subject: Re: [Texi2html] Feature request: use non-breaking hyphens in @w
Date: Thu, 25 Feb 2010 18:15:39 -0800 (PST)

Karl Berry wrote:
> Do you know of a web page that can easily show whether or
> not breaking at hyphens is being done?


<html>

<head>
<style type="text/css">p {font-size:300%;}</style>
</head>

<body>
<p>this_is_a_non_breaking_hyphen&#8209;this_is_a_non_breaking_hyphen</p>
<p>this_is_a_normal_ASCII_hyphen-this_is_a_normal_ASCII_hyphen</p>
</body>

</html>


If both lines still fit within the screen, increase the
browser's font magnification, or shrink the browser window.
If hyphens are being broken, you'll see it with the second
line.

I don't know if the list archiver is going to munge the
entity on the first line (& followed by #8209;).

- Mark


      




reply via email to

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