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"
|
||||
ebook="VoluntarySovereignty.pdf"
|
||||
booklet1="VoluntarySovereignty-book.pdf"
|
||||
booklet2="VoluntarySovereignty-default.pdf"
|
||||
booklet3="VoluntarySovereignty-rotated.pdf"
|
||||
|
||||
if [[ -e $ebook ]]; then
|
||||
echo -n "Old: "
|
||||
@@ -25,8 +28,11 @@ pandoc /tmp/$md \
|
||||
status=$?
|
||||
|
||||
# Use LaTeX booklet package to make a print, fold, and staple version!
|
||||
pdfbook2 $ebook
|
||||
#pdfbook2 --signature=4 $ebook
|
||||
pdfbook2 -n $ebook
|
||||
mv $booklet1 $booklet2
|
||||
|
||||
pdfbook2 -ns $ebook
|
||||
mv $booklet1 $booklet3
|
||||
|
||||
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"
|
||||
date-meta: "{REVISION_DATE}"
|
||||
author-meta: 'Hyperling'
|
||||
author-meta: 'Chad Michael "Hyperling" Greenwood'
|
||||
subject: Voluntary Sovereignty
|
||||
|
||||
# Decent but lots of text per single page, pretty menacing to read on a screen.
|
||||
# 10 pages though, and when printed may actually be a reasonable size!
|
||||
#fontsize: "10pt"
|
||||
#geometry: "margin=1.25in"
|
||||
title: "Voluntary Sovereignty"
|
||||
subtitle: "*Existing in a `statist` society with the least amount of friction.*"
|
||||
author: 'by `Chad Michael "Hyperling" Greenwood`'
|
||||
date: "Last Revised \\today, 10-4 edition!"
|
||||
|
||||
# Large font is nice and margins are not gigantic. Sits at a perfect 13 pages.
|
||||
# Headers are in weird spots when going all the way down to 1in margins.
|
||||
# Font sizes can only be 10pt-12pt (https://pandoc.org/MANUAL.html#fonts)
|
||||
fontsize: "12pt"
|
||||
geometry: "margin=0.5in"
|
||||
|
||||
@@ -65,14 +59,6 @@ keywords:
|
||||
- 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
|
||||
|
||||
Everyone is allowed to do whatever they'd like ***if not causing harm to others***.
|
||||
|
Reference in New Issue
Block a user