Hello all,
I am not sure if this is restricted to TeXnicCenter (TXC), anyway please find the attachment and see that one part of the line seems to be jumping out of the boundary defined. Can anyone shed some light on this matter, I think LaTeX should be so powerful but I see a breach here. Why is this happening ?
Best,
Abhi
General ⇒ Improper Line Break
Improper Line Break
- Attachments
-
- bad-line-wrapping.png (32.1 KiB) Viewed 3044 times
Last edited by localghost on Fri Nov 23, 2012 10:24 am, edited 1 time in total.
Reason: Attached pictures are properly scaled in order not to break up the forum format (see Board Rules).
Reason: Attached pictures are properly scaled in order not to break up the forum format (see Board Rules).
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Improper Line Break
If TeX can't figure out how to break a line without adding too much space between words, it bails out and prints the word where it is, jutting into the margin. You have several options:
By the way, there are several things that TeX and friends can do that you aren't utilizing. Consider this example:
The symbols in the text thus match those in the equations.
- Add a
\hyphenation
pattern for the word near the end of a line (if TeX doesn't recognize the word and where to hyphenate it), - Manually hyphenate a word, such as
aper\-ture
, or - Reword the sentence so the line is a different length.
By the way, there are several things that TeX and friends can do that you aren't utilizing. Consider this example:
Code: Select all
Here, $R$ is the separation, $\lambda$ is the wavelength, $n$ is the refractive index, and $\theta$ is half the objective angular aperture. The numerical aperture is defined as $2n\sin\theta$.