Compare commits
7 Commits
56b21a489c
...
1.1.0
Author | SHA1 | Date | |
---|---|---|---|
3dbc517718 | |||
ba4f69e535 | |||
eee408fce6 | |||
999ce246e6 | |||
9b2b79232b | |||
c52ebd7a72 | |||
7f5e7f907c |
13
convert.sh
13
convert.sh
@@ -2,10 +2,16 @@
|
||||
# 2024-03-06 Hyperling
|
||||
# PanDoc Usage: https://pandoc.org/MANUAL.html#general-writer-options
|
||||
|
||||
DIR="$(dirname -- "${BASH_SOURCE[0]}")"
|
||||
cd $DIR
|
||||
|
||||
date
|
||||
|
||||
md="ebook.md"
|
||||
ebook="VoluntarySovereignty.pdf"
|
||||
booklet1="VoluntarySovereignty-book.pdf"
|
||||
booklet2="VoluntarySovereignty-booklet-default.pdf"
|
||||
booklet3="VoluntarySovereignty-booklet-rotated.pdf"
|
||||
|
||||
if [[ -e $ebook ]]; then
|
||||
echo -n "Old: "
|
||||
@@ -22,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'."
|
||||
|
||||
|
30
ebook.md
30
ebook.md
@@ -1,23 +1,17 @@
|
||||
---
|
||||
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 {REVISION_DATE}"
|
||||
|
||||
# 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.
|
||||
fontsize: "11pt"
|
||||
geometry: "margin=1in"
|
||||
# Font sizes can only be 10pt-12pt (https://pandoc.org/MANUAL.html#fonts)
|
||||
fontsize: "12pt"
|
||||
geometry: "margin=0.5in"
|
||||
|
||||
keywords:
|
||||
- ebook
|
||||
@@ -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