Skip to content
Snippets Groups Projects
Commit 66559762 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

even more fancy

parent 44780de6
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,9 @@
\RequirePackage{glossaries}
\RequirePackage{glossary-mcols}
\RequirePackage[latin1]{inputenc}
\RequirePackage{auncial,rotunda} % fancy fonts
\RequirePackage[B1,T1]{fontenc} % auncial needs B1
\RequirePackage{chancery} % fancy fonts
\RequirePackage{gfsartemisia-euler} % fancy fonts
\RequirePackage[T1]{fontenc} %
\RequirePackage{stmaryrd} % For boxy Maths symbols
\RequirePackage{wasysym} % for circly Maths symbols
\RequirePackage{epsdice} % for dice symbols
......@@ -93,7 +94,7 @@ bookmarks=true]%
\newcommand{\chapnumfont}{
\fontsize{144}{0}
\fontsize{40}{0}
\selectfont
}
......@@ -130,8 +131,8 @@ bookmarks=true]%
\colorlet{chapnumcol}{black!55}
\newcommand{\FancyFont}{\aunclfamily}
\newcommand{\fancyfont}{\rtndfamily}
\newcommand{\FancyFont}{}
\newcommand{\fancyfont}{}
\titleformat{\chapter}[display]
{\bfseries}
......
\documentclass[a4paper,openany]{book}
\usepackage{bind}
\usepackage{monsters}
\usepackage{lipsum}
\date{\today}
......@@ -8,11 +9,15 @@
\chapter{How to Make Monsters}
\section{Introduction}
\begin{multicols}{2}
\subsection{All about Dragons}
\begin{boxtext}
As you embark upon your first adventure, you summon your first monster with a simple backstroke. You write down {\tt \textbackslash dragon}, and behold!
As you embark upon your first adventure, you summon your first monster with a simple backstroke. You write down {\tt {\tt\textbackslash dragon}}, and behold!
\end{boxtext}
......@@ -23,17 +28,25 @@ The next one might look like this:
\dragon
If you find it hard to tell the difference between all the dragons, you can give them names in square brackets with the \textbackslash npc command, like this:
If you find it hard to tell the difference between all the dragons, you can give them names in square brackets with the {\tt\textbackslash NPC command}, like this:
\textbackslash dragon[\textbackslash npc\{\textbackslash M\}\{Bob the dragon\}]
{\tt\textbackslash dragon[\textbackslash npc\{\textbackslash M\}\{Bob the dragon\}] }
Which then makes a male dragon called ``Bob'':
\dragon[\npc{\M}{Bob the Dragon}]
The first field can also indicate a female with an \textbackslash F (\F), a team of people with a \textbackslash T (\T), or undead with \textbackslash D (\D).
The first field can also indicate a female with an {\tt\textbackslash F} (\F), a team of people with a {\tt\textbackslash T} (\T), or undead with \textbackslash D (\D).
With a little study, you can summon dozens of monsters, including {\tt\textbackslash human fighter}, {\tt\textbackslash basilisk}, and {\tt \textbackslash ghoul}.
\subsection{Random Text}
\lipsum[7]
With a little study, you can summon dozens of monsters, including \textbackslash human fighter, \textbackslash basilisk, and \textbackslash ghoul.
\subsection{And further more\ldots}
\lipsum[10]
\end{multicols}
......@@ -155,8 +168,12 @@ With a little study, you can summon dozens of monsters, including \textbackslash
\nurawolf
\end{multicols}
\chapter{Outsiders}
\begin{multicols}{2}
\archmage
\archmage
......@@ -301,4 +318,14 @@ When using a bestiary chapter, the stats appear as dice rolls, rather than fixed
\settoggle{bestiarychapter}{false}
\chapter{Lots of Text}
\begin{multicols}{2}
\noindent
\lipsum
\end{multicols}
\end{document}
......@@ -298,7 +298,7 @@
\renewcommand{\armourtype}{P}
\gdef\armourtype{P}
\begin{tcolorbox}[title={\name},watermark text=\npcsymbol]
\begin{tcolorbox}[title={\name},left=2mm,watermark text=\npcsymbol]
\iftoggle{personality}{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment