Is there a way to make paragraphs in the editor left justify (ragged right) by default? I can do it for individual paragraphs, but that obviously doesn't scale well.
Thanks!
-hal
LyX ⇒ left justify in editor
NEW: TikZ book now 40% off at Amazon.com for a short time.
left justify in editor
That is not really the point of LaTeX but sometimes needed. However, it is no problem.
Solution 1: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
What you see in code brackets here needs to be in ERT in LyX.
Solution 2:
Use the ragged2e-package and load it in your Preamble (LyX -> Document -> Settings -> LaTeX Preamble). Then follow the instructions of the package documentation. Whenever you need to fill in LaTeX code in the text use ERT.
Thanks to Stefan for his advice.
Solution 1:
Code: Select all
\begin{flushleft}
Code: Select all
\end{flushleft}
Solution 2:
Use the ragged2e-package and load it in your Preamble (LyX -> Document -> Settings -> LaTeX Preamble). Then follow the instructions of the package documentation. Whenever you need to fill in LaTeX code in the text use ERT.
Thanks to Stefan for his advice.
A Humanities user of LaTeX 
