Compare commits
2 Commits
c52ebd7a72
...
999ce246e6
Author | SHA1 | Date | |
---|---|---|---|
999ce246e6 | |||
9b2b79232b |
10
convert.sh
10
convert.sh
@@ -9,6 +9,9 @@ date
|
|||||||
|
|
||||||
md="ebook.md"
|
md="ebook.md"
|
||||||
ebook="VoluntarySovereignty.pdf"
|
ebook="VoluntarySovereignty.pdf"
|
||||||
|
booklet1="VoluntarySovereignty-book.pdf"
|
||||||
|
booklet2="VoluntarySovereignty-default.pdf"
|
||||||
|
booklet3="VoluntarySovereignty-rotated.pdf"
|
||||||
|
|
||||||
if [[ -e $ebook ]]; then
|
if [[ -e $ebook ]]; then
|
||||||
echo -n "Old: "
|
echo -n "Old: "
|
||||||
@@ -25,8 +28,11 @@ pandoc /tmp/$md \
|
|||||||
status=$?
|
status=$?
|
||||||
|
|
||||||
# Use LaTeX booklet package to make a print, fold, and staple version!
|
# Use LaTeX booklet package to make a print, fold, and staple version!
|
||||||
pdfbook2 $ebook
|
pdfbook2 -n $ebook
|
||||||
#pdfbook2 --signature=4 $ebook
|
mv $booklet1 $booklet2
|
||||||
|
|
||||||
|
pdfbook2 -ns $ebook
|
||||||
|
mv $booklet1 $booklet3
|
||||||
|
|
||||||
echo "Completed with status '$status'."
|
echo "Completed with status '$status'."
|
||||||
|
|
||||||
|
26
ebook.md
26
ebook.md
@@ -1,21 +1,15 @@
|
|||||||
---
|
---
|
||||||
author: "Hyperling"
|
|
||||||
first_date: "2025-09-27"
|
|
||||||
comments:
|
|
||||||
- Could be either a flyer or a zine, depending on which subheaders are included.
|
|
||||||
|
|
||||||
title-meta: "Voluntary Sovereignty"
|
title-meta: "Voluntary Sovereignty"
|
||||||
date-meta: "{REVISION_DATE}"
|
date-meta: "{REVISION_DATE}"
|
||||||
author-meta: 'Hyperling'
|
author-meta: 'Chad Michael "Hyperling" Greenwood'
|
||||||
subject: Voluntary Sovereignty
|
subject: Voluntary Sovereignty
|
||||||
|
|
||||||
# Decent but lots of text per single page, pretty menacing to read on a screen.
|
title: "Voluntary Sovereignty"
|
||||||
# 10 pages though, and when printed may actually be a reasonable size!
|
subtitle: "*Existing in a `statist` society with the least amount of friction.*"
|
||||||
#fontsize: "10pt"
|
author: 'by `Chad Michael "Hyperling" Greenwood`'
|
||||||
#geometry: "margin=1.25in"
|
date: "Last Revised \\today, 10-4 edition!"
|
||||||
|
|
||||||
# Large font is nice and margins are not gigantic. Sits at a perfect 13 pages.
|
# Font sizes can only be 10pt-12pt (https://pandoc.org/MANUAL.html#fonts)
|
||||||
# Headers are in weird spots when going all the way down to 1in margins.
|
|
||||||
fontsize: "12pt"
|
fontsize: "12pt"
|
||||||
geometry: "margin=0.5in"
|
geometry: "margin=0.5in"
|
||||||
|
|
||||||
@@ -65,14 +59,6 @@ keywords:
|
|||||||
- officer
|
- officer
|
||||||
---
|
---
|
||||||
|
|
||||||
# How to Live a Voluntary and Sovereign Life
|
|
||||||
|
|
||||||
*Existing in a `statist` society with the least amount of friction.*
|
|
||||||
|
|
||||||
by `Chad Michael "Hyperling" Greenwood`
|
|
||||||
|
|
||||||
Last Revised {REVISION_DATE}
|
|
||||||
|
|
||||||
## Objective Morality
|
## Objective Morality
|
||||||
|
|
||||||
Everyone is allowed to do whatever they'd like ***if not causing harm to others***.
|
Everyone is allowed to do whatever they'd like ***if not causing harm to others***.
|
||||||
|
Reference in New Issue
Block a user