Compare commits

3 Commits
main ... dev

2 changed files with 13 additions and 6 deletions

View File

@@ -2,9 +2,12 @@
# 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"
ebook="UnderstandingAnarchy.pdf"
if [[ -e $ebook ]]; then
echo -n "Old: "

View File

@@ -6,11 +6,11 @@ geometry: "margin=1in"
#title-meta: "Template Project"
date-meta: "\\date{\\today}"
author-meta: 'Chad Michael Greenwood'
subject: Template eBook by Chad Michael Greenwood
subject: 'Understanding Anarchy by Chad Michael "Hyperling" Greenwood'
title: "Template Project"
subtitle: "Example which will be used for future eBook repositories."
author: "by `Chad Michael Greenwood`"
title: "Understanding Anarchy"
subtitle: "The definitions, misconceptions, and true goals behind the simple word."
author: 'by `Chad Michael "Hyperling" Greenwood`'
date: "Last Revised {REVISION_DATE}"
keywords:
@@ -30,4 +30,8 @@ More text to show a sublevel.
# 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
```