37 lines
836 B
TeX
37 lines
836 B
TeX
\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,showcrop}
|
|
|
|
\title{My {\it Querent\/} Resources}
|
|
\author{Jigme Datse Yli-Rasku}
|
|
\date{2024 March 15 to \today}
|
|
|
|
\begin{document}
|
|
|
|
\frontmatter
|
|
|
|
\maketitle
|
|
|
|
%\chapter{Dedication}
|
|
\include{dedication}
|
|
%\chapter{Copyleft}
|
|
\include{copyleft}
|
|
%\chapter{Acknowledgements}
|
|
\include{acknowledgements}
|
|
%\chapter{About Basic Roleplaying}
|
|
\include{aboutquerent}
|
|
|
|
\tableofcontents
|
|
|
|
\listoffigures
|
|
\listoftables |