LyX ⇒ Auto line breaking
Auto line breaking
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
Auto line breaking
These are probably words where LaTeX doesn't know how to break them. There can be several reasons:
- the language settings for the document are wrong
- they are words in another language than the main document
- often they are words containing one or more explicit hyphen which means that LaTeX thinks it is only allowed to break the word at the hyphen; in these cases one can use babel's shorthands if they're available for the document language to use hyphens that allow breaking in the rest of the word, too, or use
\-
to insert an implicit hyphen - they are words containing a slash; this case is similar to the explicit hyphen case.
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Auto line breaking
welcome to the board!
In addition to Clemens advice, here is a list of tips for better line breaking: Re: Formatting problem with long words
Stefan