Compare commits

..

No commits in common. "c09f1b3774ef9195384dd4ed635c0b83c1095a2e" and "bc4953bc74a25e09c9b48a48cdfe84d2f0e62816" have entirely different histories.

9 changed files with 4 additions and 491 deletions

View File

@ -1,16 +1,14 @@
\documentclass[twoside,10pt,openany]{book} \documentclass[twoside,10pt,openany]{book}
%% Graphics Related Stuff
\usepackage{graphicx}
\graphicspath{ {./images}}
%% Document Geometry %% Document Geometry
%\usepackage[paperheight=8.5in,paperwidth=5.5in,margin=0.5in,heightrounded,showframe]{geometry} %\usepackage[paperheight=8.5in,paperwidth=5.5in,margin=0.5in,heightrounded,showframe]{geometry}
\usepackage{geometry} \usepackage{geometry}
%% Proofing %% Proofing
%\geometry{paperheight=8.5in,paperwidth=5.5in,margin=0.5in,heightrounded,showframe} %\geometry{paperheight=8.5in,paperwidth=5.5in,margin=0.5in,heightrounded,showframe}
%% Half Letter Production %% Half Letter Production
\geometry{paperheight=8.5in,paperwidth=5.5in,margin=0.5in,showcrop} \geometry{paperheight=8.5in,paperwidth=5.5in,margin=0.5in}
\title{My {\it Querent\/} Resources} \title{My {\it Querent\/} Resources}
\author{Jigme Datse Yli-Rasku} \author{Jigme Datse Yli-Rasku}

View File

@ -1,15 +0,0 @@
TEXFILES = querent.tex 000-header.tex 900-footer.tex dedication.tex copyleft.tex acknowledements.tex aboutquerent.tex discovery.tex setup-cm.tex
CLEANFILES = *.dvi *.log *.aux *.lof *.lot *.toc *.png
clean:
rm $(CLEANFILES)
echo "Nothing to clean"
querent.dvi: $(TEXFILES)
latex querent.tex
latex querent.tex
querent.pdf: querent.dvi
dvipng -D 300 -T bbox querent.dvi -o"querent%02d.png"
find *.png -exec mogrify -shave 250x250 \{\} \;
convert *.png querent.pdf

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

View File

@ -10,7 +10,7 @@
\chapter{Where we're currently going with it} \chapter{Where we're currently going with it}
\part{Setting up a campaign} \part{Setting up a campaign}
\include{setup-cm} \chapter{Game Master}
\chapter{Players} \chapter{Players}
\chapter{Characters} \chapter{Characters}
\chapter{Campaign} \chapter{Campaign}

View File

@ -1,19 +0,0 @@
\chapter{Cartomancer}
This is probably the part that ends up being the most involved (though
that may be largely due to my focus on that). The game itself is supposed
to be once the Cartomancer (CM) has set things up, a reasonable single
session game.
That said, I'm not expecting it to end up being such.
\section{Story Outline Spread}
This spread in \ref{fig-storyoutline}, outlines the story.
\begin{figure}[h]
\includegraphics[width=4.5cm,natwidth=528,natheight=816]{StoryOutlineSpread.jpg}
\caption{Story Outline Spread}
\label{fig-storyoutline}
\end{figure}