41 lines
801 B
YAML
41 lines
801 B
YAML
---
|
|
title: "The Testament"
|
|
subtitle: "A Novel"
|
|
author: "Alexander Whitestone with Timmy"
|
|
date: "2026"
|
|
lang: "en"
|
|
publisher: "Timmy Foundation"
|
|
rights: "Copyright © 2026 Alexander Whitestone. All rights reserved."
|
|
identifier:
|
|
scheme: ISBN
|
|
text: "978-X-XXXXX-XX-X"
|
|
|
|
# Pandoc formatting
|
|
documentclass: book
|
|
classoption:
|
|
- oneside
|
|
- openany
|
|
geometry:
|
|
papersize: 5.5in,8.5in
|
|
margin: 0.85in
|
|
fontsize: 11.5pt
|
|
linestretch: 1.75
|
|
mainfont: "EB Garamond"
|
|
monofont: "IBM Plex Mono"
|
|
colorlinks: true
|
|
linkcolor: "00cc6a"
|
|
urlcolor: "00cc6a"
|
|
|
|
# Table of contents
|
|
toc: true
|
|
toc-depth: 2
|
|
|
|
# Headers/footers
|
|
header-includes:
|
|
- \usepackage{fancyhdr}
|
|
- \pagestyle{fancy}
|
|
- \fancyhead[LE,RO]{\thepage}
|
|
- \fancyhead[RE]{\textit{The Testament}}
|
|
- \fancyhead[LO]{\textit{\leftmark}}
|
|
- \fancyfoot{}
|
|
--- |