I’m working on a project and would like to compile it so I can do some editing after I print it out (just the way I do things). However, in messing around with the compiler, I’m having an issue with Text Separators I can’t resolve. My project is set up where each chapter is a folder, and the scenes within that chapter are listed as “scene 1,” “scene 2,” etc., beneath that, like so:
Chapter 1
Scene 1
Scene 2
Chapter 2
Scene 1
Scene 2
What I would like to have happen is that between each scene inside a chapter a simple break of three asterisks happens (* * *). So, in the compile settings under Separators > Text Separator, I selected “Custom” and put the three asterisks in the field there.
However, when I compile, instead of having three asterisks between each scene inside a chapter, I’m getting a page break. So, am I not looking in the right place, or is there another setting I need to change or alter to remove the page break and ensure the asterisks are placed instead?