Merge pull request #39 from gingerbeardman/master

changes to build without warnings on macOS in December 2021 (and fixes #31 & #33)

thanks @gingerbeardman !!
This commit is contained in:
Manuel Schmalstieg 2021-12-06 22:06:09 +01:00 committed by GitHub
commit 2bdadef557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 5 deletions

View File

@ -39,7 +39,7 @@ Antonin Artaud, founder of The Theater of Cruelty, once said that "I am the enem
### 7
We don't give a shit about your phony social reality either. "Once upon a time" doesn't interest us whether your setting is the past (historical fiction), the present (contemporary classics) or the future (cyberhype). We prefer to lose ourselves in the exquisite realms of spacy sex and timeless narrative disaster, the thrill of breaking down syntax and deregulating the field of composition so that you no longer have to feel chained to the bed of commercial standardization. The emerging youth culture's ability to align itself with intuitive intelligence and non-linear narrative surfing is just one sign of where the Avant-Pop artist's audience is situated. Soon the Data Superhighway will finally once and for all do away with the high-priced middlemen, and artists will reap the benefits of their own hard-earned labor. The distribution formula will radically change from
We don't give a shit about your phony social reality either. "Once upon a time" doesn't interest us whether your setting is the past (historical fiction), the present (contemporary classics) or the future (cyberhype). We prefer to lose ourselves in the exquisite realms of spacy sex and timeless narrative disaster, the thrill of breaking down syntax and deregulating the field of composition so that you no longer have to feel chained to the bed of commercial standardization. The emerging youth culture's ability to align itself with intuitive intelligence and non-linear narrative surfing is just one sign of where the Avant-Pop artist's audience is situated. Soon the Data Superhighway will finally once and for all do away with the high-priced middlemen, and artists will reap the benefits of their own hard-earned labor. The distribution formula will radically change from
**Author - Agent - Publisher - Printer - Distributor - Retailer - Consumer**

View File

@ -49,7 +49,7 @@ January 8, 2015
1. The Internet is not made of copper wire, glass fiber, radio waves, or even tubes.
2. The devices we use to connect to the Internet are not the Internet.
3. Verizon, Comcast, AT&T, Deutsche Telekom, and 中国电信 do not own the Internet. Facebook, Google, and Amazon are not the Nets monarchs, nor yet are their minions or algorithms. Not the governments of the Earth nor their Trade Associations have the consent of the networked to bestride the Net as sovereigns.
3. Verizon, Comcast, AT&T, Deutsche Telekom, and China Telecom do not own the Internet. Facebook, Google, and Amazon are not the Nets monarchs, nor yet are their minions or algorithms. Not the governments of the Earth nor their Trade Associations have the consent of the networked to bestride the Net as sovereigns.
4. We hold the Internet in common and as unowned.
5. From us and from what we have built on it does the Internet derive all its value.
6. The Net is of us, by us, and for us.

19
scripts/build.sh Normal file → Executable file
View File

@ -16,6 +16,7 @@ TEMP2="../temp/newfile2.txt"
##TIMESTAMP=$(date +"%s")
TIMESTAMP=$(date -u +%Y%m%d_%H%M%SZ)
OUTPUT="../output/Manifestos_for_the_Internet_Age-"$TIMESTAMP".pdf"
OUTPUTEPUB="../output/Manifestos_for_the_Internet_Age-"$TIMESTAMP".epub"
## Create the temp and output folder if they does not exist
if [ ! -d "../temp" ]; then
@ -71,8 +72,8 @@ END {
## HK Grotesk - by Alfredo Marco Pradil, Hanken Design Co.
pandoc -f markdown --template=../templates/customV2 $TEMP \
--latex-engine=xelatex \
--variable mainfont="HK Grotesk Pro" \
--pdf-engine=xelatex \
--variable mainfont="HKGrotesk-Regular" \
--variable boldfont="LinLibertineOB" \
--variable italicfont="LinLibertineOI" \
--variable fontsize=9pt \
@ -84,4 +85,18 @@ pandoc -f markdown --template=../templates/customV2 $TEMP \
--include-before-body=../content/intro.txt \
-o $OUTPUT
pandoc -f markdown --template=../templates/custom $TEMP \
--pdf-engine=xelatex \
--variable mainfont="HKGrotesk-Regular" \
--variable boldfont="LinLibertineOB" \
--variable italicfont="LinLibertineOI" \
--variable fontsize=9pt \
--variable urlcolor=black \
--variable linkcolor=black \
--variable documentclass=book \
--toc --toc-depth=1 \
--listings \
--include-before-body=../content/intro.txt \
-o $OUTPUTEPUB
## End of file

View File

@ -134,7 +134,6 @@ $endif$
$if(lang)$
\ifxetex
\usepackage{polyglossia}
\setmainlanguage{$mainlang$}
\setotherlanguages{$for(otherlang)$$otherlang$$sep$,$endfor$}
\else
\usepackage[shorthands=off,$lang$]{babel}