I’m looking to create a compile format that would produce the following output:
Chapter <$R> - (ex: I, II, III) Title
Scene <$N> (ex: 1, 2, 3) - Title
Synopsis
I tried doing something like this before, but it looks to me that the compiler doesn’t restart scene numbers for a new chapter (instead, it takes the number continuing from the one left off by the previous one); they work fine for a single chapter, but not for multiple ones. Am I missing something?
Any help is appreciated, and I’m happy to create a text project/output demonstrating.
Right. But to reset the scene numbers, you need for the reset placeholder to appear before “Scene 1.” The Section Layout for the Chapter headings is one possible place to put it.
I use two section layouts: one for Chapters, which contains this:
Chapter <$R> – Section Title
And ideally, the one for scenes would look like this:
Scene <$N> – Section Title
I can do that just fine but the numbers are off for the scenes only.
Now the question is where does the <$rst> go exactly (since I want the scene numbers to reset for every chapter, but not the chapter numbers themselves)?