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 3218 times
Reason: Attached pictures are properly scaled in order not to break up the forum format (see Board Rules).
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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$.