A collection of manifestos for the internet age.
Go to file
Manuel Schmalstieg edf2f556ed Updated cover file to match new page count. 2016-02-12 00:19:53 +01:00
content generating new PDF and fixing metadata. 2016-02-12 00:12:44 +01:00
cover Updated cover file to match new page count. 2016-02-12 00:19:53 +01:00
notes Updated cover file to match new page count. 2016-02-12 00:19:53 +01:00
output generating new PDF and fixing metadata. 2016-02-12 00:12:44 +01:00
scripts changing content font to Monoid - https://github.com/larsenwork/monoid 2016-02-12 00:10:41 +01:00
templates some changes and additions (were actually done in july 2015, forgot to commit). 2016-02-11 22:55:32 +01:00
.gitignore some tests and improvements 2015-03-27 23:48:45 +01:00
README.md some changes and additions (were actually done in july 2015, forgot to commit). 2016-02-11 22:55:32 +01:00
TODO.md some changes and additions (were actually done in july 2015, forgot to commit). 2016-02-11 22:55:32 +01:00

README.md

Manifestos for the Internet Age

A collection of manifestos for the internet age.

You can obtain a printed version on Amazon.com, also on Amazon UK, Germany, France, Spain.

Format

Same format as other pocket greyscale titles.

Page size: 4.25" x 6.875" (10.795cm x 17.463cm)

Margins, bleed, cover:

See notes/cover-size.md

Specifications

Description, BISAC Category, ISBN, Pricing...

See notes/specifications.md

Release history

See content/manifestos/9999-end.txt

Software used

Here is what you need to install in order to compile the book.

Pandoc

Source: http://johnmacfarlane.net/pandoc/

The package I am using: pandoc-1.14.0.1-osx.pkg

TeX

Installer for Mac OSX: BasicTeX

http://www.tug.org/mactex/morepackages.html

The package I am using: basictex-20150613.pkg

### flushend.sty

This is a Latex extension that we use. It needs to be installed.

The method I used to install it: running this in the command line:

sudo tlmgr install sttools

### titlesec.sty

Another package we need to install...

Command: sudo tlmgr install titlesec

The titlesec package allows basic changes to the standard chapter style, including setting the font style and size or placement of the title.

tocloft.sty

We want to control the Table of Contents: \usepackage{tocloft}

Command: sudo tlmgr install tocloft

## Troubleshooting

Errors that can occur during compilation:

! Undefined control sequence. l.719 \tightlist

! Undefined control sequence. l.4428 \afterpage

! LaTeX Error: \chaptermark undefined. = is linked to the fancyhdr package. I'll hazard a guess: You are using a document class without the \chapter command (article, scrartcl, ...) Solution: we need to use the "book" document class