On 2014-02-05, Marcelo Acuña wrote:
> [-- Type: text/plain, Encoding: quoted-printable --]
> OK Guenter, and, How I can redefine de narrow non-brekeable space in
> the preamble?
Move the coursor near to a thin space.
Open a "source view" with View>Source, (eventually select output format LaTeX).
Have a look at the LaTeX command in place of the thin space: Is it \, or
\thinspace?
In the preamble write something like
\renewcommand{\thinspace}{\kern .13em }
Try, whether this definition is still "no-break".
Günter