I've noticed that in many novels there will be a scene change within a chapter that is marked by a larger than normal gap between two paragraphs. Is there a way to represent this in a #LaTeX document?
if you just want to create a space, \vspace . There are more complicated things you can do if you want it to have some kind of semantic status, consistent style, add asterisks (which helps solve the "what if it's at the end of a page?" issue) and so on, all the way up to complete document classes meant for fiction.
Matthew Skala
in reply to Jonathan Lamothe • • •Jonathan Lamothe likes this.
Jonathan Lamothe
in reply to Matthew Skala • •\vspace{1em}
is probably what I'm looking for.Matthew Skala likes this.