Compare commits

..

2 Commits

2 changed files with 13 additions and 6 deletions

View File

@@ -2,9 +2,12 @@
# 2024-03-06 Hyperling # 2024-03-06 Hyperling
# PanDoc Usage: https://pandoc.org/MANUAL.html#general-writer-options # PanDoc Usage: https://pandoc.org/MANUAL.html#general-writer-options
DIR="$(dirname -- "${BASH_SOURCE[0]}")"
cd $DIR
date date
ebook="ebook.pdf" ebook="UnderstandingAnarchy.pdf"
if [[ -e $ebook ]]; then if [[ -e $ebook ]]; then
echo -n "Old: " echo -n "Old: "

View File

@@ -6,11 +6,11 @@ geometry: "margin=1in"
#title-meta: "Template Project" #title-meta: "Template Project"
date-meta: "\\date{\\today}" date-meta: "\\date{\\today}"
author-meta: 'Chad Michael Greenwood' author-meta: 'Chad Michael Greenwood'
subject: Template eBook by Chad Michael Greenwood subject: 'Understanding Anarchy by Chad Michael "Hyperling" Greenwood'
title: "Template Project" title: "Understanding Anarchy"
subtitle: "Example which will be used for future eBook repositories." subtitle: "Covering the definition, misconceptions, and true goals behind the simple word."
author: "by `Chad Michael Greenwood`" author: 'by `Chad Michael "Hyperling" Greenwood`'
date: "Last Revised {REVISION_DATE}" date: "Last Revised {REVISION_DATE}"
keywords: keywords:
@@ -30,4 +30,8 @@ More text to show a sublevel.
# Second Section # Second Section
More example text. Friend's suggestion for Voluntary Sovereignty which I feel I will do in this document.
```
In fact it's so short I would even recommend if you're interested in adding just half a page of an abbreviated version of your own story. How did you get interested in this? Etc
```