34 lines
650 B
Markdown
Executable File
34 lines
650 B
Markdown
Executable File
---
|
|
# Font sizes can only be 10pt-12pt (https://pandoc.org/MANUAL.html#fonts)
|
|
fontsize: "12pt"
|
|
geometry: "margin=0.5in"
|
|
|
|
#title-meta: "Template Project"
|
|
date-meta: "\\date{\\today}"
|
|
author-meta: 'Chad Michael Greenwood'
|
|
subject: 'Template eBook by Chad Michael Greenwood'
|
|
|
|
title: "Template Project"
|
|
subtitle: "Example which will be used for future eBook repositories."
|
|
author: 'by `Chad Michael Greenwood`'
|
|
date: "Last Revised {REVISION_DATE}"
|
|
|
|
keywords:
|
|
- ebook
|
|
- hyperling
|
|
- hypervegan
|
|
- chad michael greenwood
|
|
---
|
|
|
|
# First Section
|
|
|
|
This is an example.
|
|
|
|
## Subsection
|
|
|
|
More text to show a sublevel.
|
|
|
|
# Second Section
|
|
|
|
More example text.
|