Compare commits
4 Commits
999ce246e6
...
dev
Author | SHA1 | Date | |
---|---|---|---|
1ff0af75d2 | |||
3dbc517718 | |||
ba4f69e535 | |||
eee408fce6 |
10
convert.sh
10
convert.sh
@@ -9,9 +9,9 @@ date
|
||||
|
||||
md="ebook.md"
|
||||
ebook="VoluntarySovereignty.pdf"
|
||||
booklet1="VoluntarySovereignty-book.pdf"
|
||||
booklet2="VoluntarySovereignty-default.pdf"
|
||||
booklet3="VoluntarySovereignty-rotated.pdf"
|
||||
book="VoluntarySovereignty-book.pdf"
|
||||
booklet="VoluntarySovereignty-booklet-default.pdf"
|
||||
rotated="VoluntarySovereignty-booklet-rotated.pdf"
|
||||
|
||||
if [[ -e $ebook ]]; then
|
||||
echo -n "Old: "
|
||||
@@ -29,10 +29,10 @@ status=$?
|
||||
|
||||
# Use LaTeX booklet package to make a print, fold, and staple version!
|
||||
pdfbook2 -n $ebook
|
||||
mv $booklet1 $booklet2
|
||||
mv -v $book $booklet
|
||||
|
||||
pdfbook2 -ns $ebook
|
||||
mv $booklet1 $booklet3
|
||||
mv -v $book $rotated
|
||||
|
||||
echo "Completed with status '$status'."
|
||||
|
||||
|
2
ebook.md
2
ebook.md
@@ -7,7 +7,7 @@ subject: Voluntary Sovereignty
|
||||
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!"
|
||||
date: "Last Revised {REVISION_DATE}"
|
||||
|
||||
# Font sizes can only be 10pt-12pt (https://pandoc.org/MANUAL.html#fonts)
|
||||
fontsize: "12pt"
|
||||
|
Reference in New Issue
Block a user