Basic Roleplaying Changes
Most of this is just formatting, of note is moving the `\frontmatter` before the titlepage. That fixes the weird numbering that goes Arabic/Roman/Arabic with that misplaced. Another note, is the backmatter has been moved to a separate file.
This commit is contained in:
parent
7c5584186c
commit
bc88028695
|
@ -15,10 +15,10 @@
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\maketitle
|
|
||||||
|
|
||||||
\frontmatter
|
\frontmatter
|
||||||
|
|
||||||
|
\maketitle
|
||||||
|
|
||||||
%\chapter{Dedication}
|
%\chapter{Dedication}
|
||||||
\include{dedication}
|
\include{dedication}
|
||||||
%\chapter{Copyleft}
|
%\chapter{Copyleft}
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
\appendix
|
||||||
|
\chapter{No idea what we're putting here}
|
||||||
|
|
||||||
|
\backmatter
|
||||||
|
\chapter{Bibliography}
|
||||||
|
\chapter{Other Titles}
|
||||||
|
|
||||||
|
\end{document}
|
Binary file not shown.
|
@ -15,11 +15,4 @@
|
||||||
\chapter{Characters}
|
\chapter{Characters}
|
||||||
\chapter{Campaign}
|
\chapter{Campaign}
|
||||||
|
|
||||||
\appendix
|
\input{900-footer}
|
||||||
\chapter{No idea what we're putting here}
|
|
||||||
|
|
||||||
\backmatter
|
|
||||||
\chapter{Bibliography}
|
|
||||||
\chapter{Other Titles}
|
|
||||||
|
|
||||||
\end{document}
|
|
||||||
|
|
Loading…
Reference in New Issue