Tagged Questions
3
votes
1answer
192 views
New line after subsubsection with llncs class
I get a new line after each chapter, section, and subsection, but not after anything lower than subsection, e.g. subsubsection or paragraph.
MWE:
\documentclass[runningheads]{llncs}
...
6
votes
2answers
896 views
Section titles, hyphenation, manual line breaks - and how to avoid them
I have several section titles in my document that are getting hyphenated, which is quite ugly.
I am now looking for some way to avoid the hyphenation, which is is somewhat related to this question, ...
6
votes
2answers
2k views
paragraph style - how to force line break? \paragraph{} \\ - make paragraph a header?
I want to format paragraph to work as a regular title
\paragraph{title} text goes here
output of that is:
title text goes here
how can I change the output to force line break and use the usal ...