Update Geometry and Bibliography
This updates the geometry, and the bibliography, to be more how I want to have this. Bibliography is properly being included now.
This commit is contained in:
parent
9e6463f5e0
commit
957f57faa5
|
@ -1,19 +1,29 @@
|
||||||
\documentclass[twoside,10pt,openany]{book}
|
\documentclass[twoside,12pt,openany]{book}
|
||||||
|
|
||||||
%% Graphics Related Stuff
|
%% Graphics Related Stuff
|
||||||
\usepackage{graphicx}
|
\usepackage{graphicx}
|
||||||
\graphicspath{ {./images}}
|
\graphicspath{ {./images}}
|
||||||
|
|
||||||
|
\usepackage{enumitem}
|
||||||
|
|
||||||
%% 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,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{appendix}
|
||||||
|
|
||||||
|
\usepackage[backend=biber,style=numeric]{biblatex}
|
||||||
|
\addbibresource{mybiblio.bib}
|
||||||
|
|
||||||
\title{My {\it RuneQuest\/} Resources}
|
\title{My {\it RuneQuest\/} Resources}
|
||||||
\author{Jigme Datse Yli-Rasku}
|
\author{Jigme Datse Yli-Rasku}
|
||||||
|
|
|
@ -3,6 +3,12 @@
|
||||||
\addappheadtotoc
|
\addappheadtotoc
|
||||||
\chapter{No idea what we're putting here}
|
\chapter{No idea what we're putting here}
|
||||||
|
|
||||||
|
\chapter{References}
|
||||||
|
|
||||||
|
This should have the references/bibliography, I hope it works.
|
||||||
|
|
||||||
|
\printbibliography[title={References}]
|
||||||
|
|
||||||
\include{licenses}
|
\include{licenses}
|
||||||
\include{license-texts}
|
\include{license-texts}
|
||||||
\chapter{Other Titles}
|
\chapter{Other Titles}
|
||||||
|
|
Loading…
Reference in New Issue