LyX ⇒ Is this an example of fine-tuning?
-
- Posts: 128
- Joined: Wed Jul 04, 2012 5:34 pm
Is this an example of fine-tuning?
If so, then why should I wait until the very end of the typesetting process to fix this error?
I'm using windows with LyX 2.0 and MiKTeX 2.9
I'm designing a book using the Koma-script class
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Is this an example of fine-tuning?
You don't need ERT in the document for this. You can gather all extra allowed hyphenations in the document LaTeX preamble, using the
\hyphenation
command. In the argument, list words separated by spaces, and mark allowed hypenation points by a dash. In contrast to ERT in the document body, this will have effect for each occurrences of such a word. And you can to this also while writing, as a precaution.Btw. ensure that you specified the language of the document, so the proper hyphenation pattern is selected, and use T1 font encoding, especially if words with special characters, such as accents, are a problem.
Stefan
-
- Posts: 128
- Joined: Wed Jul 04, 2012 5:34 pm
Re: Is this an example of fine-tuning?
I'm using windows with LyX 2.0 and MiKTeX 2.9
I'm designing a book using the Koma-script class