Explorar el Código

Start to add fragments file too

Getty Ritter hace 6 años
padre
commit
102f7c14f0
Se han modificado 1 ficheros con 44 adiciones y 0 borrados
  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}