I'm a newbie using LyX and was wondering why when I put a standard paragraph after a *subparagraph it always renders the first standard paragraph after the *subparagraph on the same line?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
That's the standard behaviour for subparagraphs: the text will start in the same line as the title, and the title will be indented by
Now, the title will be italicized and won't be indented; the text will start on a new line.
I, however, don't know how to implement this in LyX. |
||||
|
|
|
The Code works for lyx too, just add possibly the redefinition also for the paragraph
You have too add these lines to Document->Settings->LaTex Preamble Preview in lyx wont work, but the pdf output is just fine. |
|||||
|

\paragraph{...}command? This should keep LaTeX from typesetting it on the same line as the material of the preceding\subparagraph. – Mico Nov 13 '11 at 15:12