From a74041e0973f0c419b2a503bc422740850795bba Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Fri, 24 Jun 2022 23:56:12 +0200
Subject: [PATCH] update config docs

---
 README.md    |  4 ----
 main.tex     | 13 ++++++++++---
 monsters.sty | 14 ++++++--------
 3 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/README.md b/README.md
index c230c4d8..de931539 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,3 @@ Personally, I keep it in a directory by the others.  This allows you to do:
 
 > git subtree -P config pull ../config master
 
-The configs also have one branch per repo, so when writing Adventures in Fenestra ('aif'), you can do a push to just that branch:
-
-> git subtree -P config push ../config aif
-
diff --git a/main.tex b/main.tex
index 1fbd35a1..0ab10adc 100644
--- a/main.tex
+++ b/main.tex
@@ -1,17 +1,24 @@
 \documentclass[a4paper,openany]{book}
 
 \usepackage{config/bind}
-\usepackage{config/monsters}
 
 \settoggle{verbose}{true}
 
 \begin{document}
 
-%\pagenumbering{roman}
+\pagenumbering{gobble}
+
+\frontpage{Book Title}%
+	{Subtitle}%
+	{images/image.jpg}
 
 \tableofcontents
 
-\pagebreak
+\frontmatter
+
+% include intro
+
+\mainmatter
 
 
 \end{document}
diff --git a/monsters.sty b/monsters.sty
index 1c04c66f..134f4a03 100644
--- a/monsters.sty
+++ b/monsters.sty
@@ -1,11 +1,9 @@
-
-%%                      _                       
-%%   ___ _ __ ___  __ _| |_ _   _ _ __ ___  ___ 
-%%  / __| '__/ _ \/ _` | __| | | | '__/ _ \/ __|
-%% | (__| | |  __/ (_| | |_| |_| | | |  __/\__ \
-%%  \___|_|  \___|\__,_|\__|\__,_|_|  \___||___/
-%%                                        
-
+%                              _                
+%    _ __ ___   ___  _ __  ___| |_ ___ _ __ ___ 
+%   | '_ ` _ \ / _ \| '_ \/ __| __/ _ \ '__/ __|
+%   | | | | | | (_) | | | \__ \ ||  __/ |  \__ \
+%   |_| |_| |_|\___/|_| |_|___/\__\___|_|  |___/
+%                                               
 
 \newcommand{\auroch}[1][\npc{\A\T}{\arabic{page} Aurochs}]{
 	#1
-- 
GitLab