General ⇒ Improper Line Break
Improper Line Break
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
- Attachments
-
- bad-line-wrapping.png (32.1 KiB) Viewed 3282 times
Reason: Attached pictures are properly scaled in order not to break up the forum format (see Board Rules).
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Improper Line Break
- 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$.