50 lines
1.1 KiB
TeX
50 lines
1.1 KiB
TeX
\documentclass[twoside,12pt,openany]{book}
|
|
|
|
%% Graphics Related Stuff
|
|
\usepackage{graphicx}
|
|
\graphicspath{ {./images}}
|
|
|
|
\usepackage{enumitem}
|
|
|
|
%% 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}
|
|
|
|
%% Letter Size:
|
|
%% Proofing
|
|
%\geometry{paperheight=11in,paperwidth=8.5in,margin=0.5in,heightrounded,showframe}
|
|
%% Production
|
|
\geometry{paperheight=11in,paperwidth=8.5in,margin=0.5in,showcrop}
|
|
|
|
\usepackage{appendix}
|
|
|
|
\usepackage[backend=biber,style=numeric]{biblatex}
|
|
\addbibresource{mybiblio.bib}
|
|
|
|
\title{My {\it RuneQuest\/} Resources}
|
|
\author{Jigme Datse Yli-Rasku}
|
|
\date{2024 November 11 to \today}
|
|
|
|
\begin{document}
|
|
|
|
\frontmatter
|
|
|
|
\maketitle
|
|
|
|
%\chapter{Dedication}
|
|
\include{dedication}
|
|
%\chapter{Copyleft}
|
|
\include{copyleft}
|
|
%\chapter{Acknowledgements}
|
|
\include{acknowledgements}
|
|
%\chapter{About Basic Roleplaying}
|
|
\include{aboutrunequest}
|
|
|
|
\tableofcontents
|
|
|
|
\listoffigures
|
|
\listoftables |