I've used LaTeX for a while to write math articles, so I have a general idea how to use it, but I've never had to make my own document class, environment, or package.
I want to write a short story told from the two main characters' points of view, one appearing only of the left page and one only on the right. These two characters will each have their own formatting, which I assume I will be done using environments. Additionally, I would like to force certain paragraphs to line up and appear on opposite pages (e.g., when both authors are writing about the same event) using markers of some sorts.
I have no idea where I would even start with this, so my questions are:
- How do I set up an two environments so they appear only on opposite pages?
- And how do I set up markers to help align certain paragraphs or sections?