Compare commits

...

2 Commits

Author SHA1 Message Date
Jigme Datse Yli-Rasku c09f1b3774 Added Makefile
This is enough to get me working PDF output.  I'm not sure if I can
automate it to put into Laidout to get print output, or if I just run
that from pngs that I'm already creating and manually bring them into
Laidout.
2024-04-25 19:15:07 -07:00
Jigme Datse Yli-Rasku 3af1781847 Setup for Story Outline
This should allow me to do the story outline info.
2024-04-25 19:14:13 -07:00
9 changed files with 491 additions and 4 deletions

View File

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

15
querent/Makefile Normal file
View File

@ -0,0 +1,15 @@
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.

After

Width:  |  Height:  |  Size: 91 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 3.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

View File

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

19
querent/setup-cm.tex Normal file
View File

@ -0,0 +1,19 @@
\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}