Browse Source

Start to add fragments file too

Getty Ritter 5 years ago
parent
commit
102f7c14f0
1 changed files with 44 additions and 0 deletions
  1. 44 0
      fragments.tex

+ 44 - 0
fragments.tex

@@ -0,0 +1,44 @@
+\documentclass[8pt,landscape]{extarticle}
+\input{assets/prelude.tex}
+
+\begin{document}
+
+\begin{multicols}{3}
+  \begin{fragment}{Agenda}
+    \begin{itemize}
+    \item Make the world fantastic
+    \item Fill the characters' lives with adventure
+    \item Play to find out what happens
+    \end{itemize}
+  \end{fragment}
+
+  \hrule
+
+  \begin{fragment}{Goals}
+    \begin{itemize}
+    \item Establish details, describe
+    \item Use what they give you
+    \item Ask questions
+    \item Leave blanks
+    \item Look for interesting facts
+    \item Help the players understand the moves
+    \item Give each character a chance to shine
+    \item Introduce NPCs
+    \item Fill out your worksheet
+    \end{itemize}
+  \end{fragment}
+
+  \vfill\null
+  \columnbreak
+
+  \subheader{Impressions}
+
+  \vfill\null
+  \columnbreak
+
+  \subheader{Custom Moves}
+
+
+\end{multicols}
+
+\end{document}