Is there a default way to change the style of the \subparagraph title, namely to add a new line after the title? Is there a way to do it without \renewcommand (some style changes of something else) - if not, how to do it with \renewcommand corectly?
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.
|
|
|||||
|
|
You didn't specify the document class, so I assume for the moment you're using a standard class. The titlesec package offers a way to change the definition of
EDIT: Herbert's answer reminded me that the vertical space after the subparagraph heading should be stretchable. Code example changed accordingly. |
||||
|
|
|
|||
|
|
|
I add space then \\ \paragraph{XYZ}~\\ This section..... |
|||||
|