LyX ⇒ left justify in editor
left justify in editor
Thanks!
-hal
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
left justify in editor
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.
