Start to add fragments file too
Getty Ritter
7 years ago
| 1 | \documentclass[8pt,landscape]{extarticle} | |
| 2 | \input{assets/prelude.tex} | |
| 3 | ||
| 4 | \begin{document} | |
| 5 | ||
| 6 | \begin{multicols}{3} | |
| 7 | \begin{fragment}{Agenda} | |
| 8 | \begin{itemize} | |
| 9 | \item Make the world fantastic | |
| 10 | \item Fill the characters' lives with adventure | |
| 11 | \item Play to find out what happens | |
| 12 | \end{itemize} | |
| 13 | \end{fragment} | |
| 14 | ||
| 15 | \hrule | |
| 16 | ||
| 17 | \begin{fragment}{Goals} | |
| 18 | \begin{itemize} | |
| 19 | \item Establish details, describe | |
| 20 | \item Use what they give you | |
| 21 | \item Ask questions | |
| 22 | \item Leave blanks | |
| 23 | \item Look for interesting facts | |
| 24 | \item Help the players understand the moves | |
| 25 | \item Give each character a chance to shine | |
| 26 | \item Introduce NPCs | |
| 27 | \item Fill out your worksheet | |
| 28 | \end{itemize} | |
| 29 | \end{fragment} | |
| 30 | ||
| 31 | \vfill\null | |
| 32 | \columnbreak | |
| 33 | ||
| 34 | \subheader{Impressions} | |
| 35 | ||
| 36 | \vfill\null | |
| 37 | \columnbreak | |
| 38 | ||
| 39 | \subheader{Custom Moves} | |
| 40 | ||
| 41 | ||
| 42 | \end{multicols} | |
| 43 | ||
| 44 | \end{document}⏎ |