So this might be a really basic question, but I couldn't find anything about it.
In my amateur style of LaTeX typesetting, I sometimes want linebreaks in random places for various reasons. I usually end up using \\\\, which gives an underfull warning but compiles fine.
I'm getting to the point of using LaTeX often enough that it's worth wondering:
- Why is this not recommended by the compiler?
- What should I do instead?
Examples
This is a paragraph where I write some stuff
\\\\
This is a paragraph which I might want to clearly delimit.
I guess I have a hard time coming up with an example, since
a quotation or a pancake recipe would probably be better
off contained in its own figure.
\begin{lemma} (Impossibility of nice typecasting lemma)
Let A be some arbitrary typecasting rule. Assume mathematician B wants to ignore it.
\\\\
Then maybe I want to separate the assumptions and the conclusion of the lemma very clearly.
This seems to be a typical "it's doable, but why would you want to?" question. In general I think indentation after an empty line almost always looks kind of weird. Maybe typography isn't the place for being a maverick, so if I'm breaking general guidelines here it would be nice to know I guess.
\\\\? None of the manuals I know recommend that. – Martin Schröder Oct 09 '15 at 21:58