A collection of manifestos for the internet age.
Go to file
2018-04-09 10:53:19 -04:00
content Rename 2008-07-Guerilla-Open-Access.txt to 2008-07-Guerilla-Open-Access.md 2018-04-09 10:53:19 -04:00
cover new cover art, hopefully more catchy 2016-07-23 00:11:53 +02:00
fonts Combine all pull requests into one merge 2016-06-22 22:55:34 -05:00
images updating the README 2016-08-04 15:33:55 +02:00
notes adding cover spine calculator 2017-04-10 22:38:40 +02:00
scripts Update build script to create output and temp folders when they does not exits 2017-06-07 21:16:48 +02:00
templates some updates for the new version 0.8 2016-07-23 00:11:36 +02:00
.gitignore Combine all pull requests into one merge 2016-06-22 22:55:34 -05:00
LICENSE.txt fixing non-breaking space caracters 2017-04-10 22:37:29 +02:00
README.md fixing non-breaking space caracters 2017-04-10 22:37:29 +02:00
TODO.md adding repo URL to readme, + draft of letter to authors. 2016-03-05 10:20:10 +01:00

Manifestos for the Internet Age

A collection of manifestos for the internet age.

The URL of this repository is: https://github.com/greyscalepress/manifestos

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:

l.719 \tightlist```

```! Undefined control sequence.
l.4428 \afterpage```

```! LaTeX Error: \chaptermark undefined.```

This error is linked to the fancyhdr package, and is caused by using a document class without the \chapter command (article, scrartcl, ...).    
**Solution:** we need to use the "book" document class