I always solve the problem by making hard hyphenation breaks (CTRL+-) in
the word I want to hyphenate
for example you have the word "Justified" and you will have "Jus-ti-fied"
Best Regards
Alex
El 17/02/2012 01:15 p.m., Richard Heck escribió:
On 02/17/2012 11:24 AM, Eric Weir wrote:
With one of the fonts I've been experimenting with there was a single
character outside the right-justified margin on one page. I have a
feeling that wouldn't be so easy to fix.
This means LaTeX has tried its best and can't figure out how to break
the lines so as to make things un-ugly. So you have to do it manually,
somehow. One option is to re-write the sentence very slightly, so as
to fix the problem. Another is to suggest a spot for hyphenation that
LaTeX might not have thought of, using
Insert> Formatting> Hyphenation Point
Yet another, more drastic, is to force LaTeX to break the line
somewhere you specify with
Insert> Formatting> Justified Line Break
Note that the place to do any of these things may be the preceding or
subsequent line, since, in some sense, LaTeX's problem may actually be
there.
Richard