mirror of
https://github.com/greyscalepress/manifestos.git
synced 2025-01-07 05:48:00 -05:00
changes to build without warnings on macOS in December 2021
1. install included fonts 2. install required extensions 3. build
This commit is contained in:
parent
9234513c95
commit
79f3772c99
@ -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**
|
||||
|
||||
|
@ -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 Net’s 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 Net’s 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.
|
||||
|
4
scripts/build.sh
Normal file → Executable file
4
scripts/build.sh
Normal file → Executable file
@ -71,8 +71,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 \
|
||||
|
@ -134,7 +134,6 @@ $endif$
|
||||
$if(lang)$
|
||||
\ifxetex
|
||||
\usepackage{polyglossia}
|
||||
\setmainlanguage{$mainlang$}
|
||||
\setotherlanguages{$for(otherlang)$$otherlang$$sep$,$endfor$}
|
||||
\else
|
||||
\usepackage[shorthands=off,$lang$]{babel}
|
||||
|
Loading…
Reference in New Issue
Block a user