From 53c639230eccf47b1d0c6678c044877fcdd3f0b3 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 30 Sep 2025 11:36:04 -0700 Subject: [PATCH] Add example eBook. --- ebook.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100755 ebook.md diff --git a/ebook.md b/ebook.md new file mode 100755 index 0000000..37d46a9 --- /dev/null +++ b/ebook.md @@ -0,0 +1,33 @@ +--- +# Font sizes can only be 10pt-12pt (https://pandoc.org/MANUAL.html#fonts) +fontsize: "11pt" +geometry: "margin=1in" + +#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.