Compare commits

...

4 Commits

2 changed files with 8 additions and 5 deletions

View File

@@ -2,6 +2,9 @@
# 2024-03-06 Hyperling
# PanDoc Usage: https://pandoc.org/MANUAL.html#general-writer-options
DIR="$(dirname -- "${BASH_SOURCE[0]}")"
cd $DIR
date
ebook="ebook.pdf"
@@ -20,7 +23,7 @@ pandoc /tmp/ebook.md \
-o $ebook
status=$?
pdfbook2 $ebook
pdfbook2 -n $ebook
echo "Completed with status '$status'."

View File

@@ -1,16 +1,16 @@
---
# Font sizes can only be 10pt-12pt (https://pandoc.org/MANUAL.html#fonts)
fontsize: "11pt"
geometry: "margin=1in"
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
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`"
author: 'by `Chad Michael Greenwood`'
date: "Last Revised {REVISION_DATE}"
keywords: