LyX ⇒ Utopia not correctly justified
Utopia not correctly justified
I am a casual user of Lyx. I am beginning a book in French.
I use mostly the implicite option for all categories of otpions. I use the "book" class. I would like to use the Utopia police - a personal question : I find it easy to read.
When I generate the pdf file, I notice that the text is not correctly justified. When I set everything to "implicit", justification is ok.
Any idea why ?
I thank you.
Best regards.
Alain
- Attachments
-
- Test-Utopia.pdf
- Same page with Utopia : not correctly justified
- (101.22 KiB) Downloaded 205 times
-
- Test-Implicit.pdf
- A page with implicit
- (113.75 KiB) Downloaded 189 times
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
Utopia not correctly justified
1. Load microtype package to get better line breaks. To do this, type into the preamble (Document > Settings > LaTeX Preamble) the following:
Code: Select all
\usepackage{microtype}
3. Use \sloppy command before problematic paragraphs; restoring default settings is done by using \fussy command. Note that by using \sloppy command you'll allow some really bad spacing in the text, so use it sparingly and carefully. You enter these commands in ERT boxes (shortcut: Ctrl+L).
P.S. What do you mean by "implicit"?
Re: Utopia not correctly justified
I'll check the possibilities.
I should have been more careful when writing. 'Implicite' is the term used is French for 'Default'. Should have tried LyX in English before sending

Regards,
Alain