-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.tex
51 lines (41 loc) · 883 Bytes
/
example.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
\documentclass[10pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{swrpg}
\usepackage{lipsum}
\begin{document}
\thispagestyle{empty}
\swfrontpage[scale=1.5]{images/cp.jpg}
\tableofcontents
\newpage
\begin{multicols}{2}
\section{Header 1}
\lipsum
\subsection{Header 2}
\lipsum[1]
\subsubsection{Test}
\lipsum[1]
\stats{1}{2}{3}{4}{5}{6}
\secondarystats[wound=10, strain=20, soak=1, mdef=2, rdef=3]
\lipsum[1]
\end{multicols}
\lipsum[2]
\begin{multicols}{2}
\lipsum[1]
\begin{swtable}
\textbf{Header 1} & \textbf{Header 2} \\
test & best \\
kake & bake \\
\end{swtable}
\begin{swblackbox}
\lipsum[1]
\end{swblackbox}
\end{multicols} \success{1}
\section{A new hope}
\begin{multicols}{2}
\lipsum[2] \skillcheck[difficulty=2]{Simple}{Window Check} \lipsum[2]
\end{multicols}
\begin{swredbox}
\lipsum[2]
\end{swredbox}
\end{document}