I'm using LaTeX to compile a book into a lovely pdf.
Within chapters I sometimes have scene changes, like a break in the action or a change of . What I see in books I've read is basically a large vertical space with some small character like an asterisk in the middle. I'll try to recreate the effect I'm after below.
Code: Select all
text text text text text text text text text text
text text text text text text text text text text
*
text text text text text text text text text text
text text text text text text text text text text
\section
command, but this isn't really what I'm looking for.I could probably recreate the effect using a combination of commands for other purposes, but if there's a proper LaTeX way to do it I'm sure it would look much better.
Many thanks all!