Manifestos-for-the-Internet.../README.md

88 lines
2.3 KiB
Markdown
Raw Normal View History

2015-05-18 09:35:32 +00:00
# Manifestos for the Internet Age
2015-03-08 14:21:05 +00:00
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](http://www.amazon.com/Manifestos-Internet-Age-Various/dp/2940561028/), also on [Amazon UK](http://www.amazon.co.uk/Manifestos-Internet-Age-Various/dp/2940561028/), [Germany](http://www.amazon.de/Manifestos-Internet-Age-Various/dp/2940561028/), [France](http://www.amazon.fr/Manifestos-Internet-Age-Various/dp/2940561028/), [Spain](http://www.amazon.es/Manifestos-Internet-Age-Various/dp/2940561028/).
2015-05-18 09:35:32 +00:00
## Format
Same format as other pocket greyscale titles.
2015-03-08 14:21:05 +00:00
Page size: 4.25" x 6.875" (10.795cm x 17.463cm)
2015-05-18 09:35:32 +00:00
Margins, bleed, cover:
See [notes/cover-size.md](notes/cover-size.md)
2015-03-08 14:21:05 +00:00
2015-05-18 09:35:32 +00:00
## Specifications
2015-03-08 14:21:05 +00:00
2015-05-18 09:35:32 +00:00
Description, BISAC Category, ISBN, Pricing...
2015-03-08 14:21:05 +00:00
2015-05-18 09:35:32 +00:00
See [notes/specifications.md](notes/specifications.md)
2015-03-08 14:21:05 +00:00
2015-05-18 09:35:32 +00:00
## Release history
2015-03-08 14:21:05 +00:00
2015-05-18 09:35:32 +00:00
See [content/manifestos/9999-end.txt](content/manifestos/9999-end.txt)
2015-03-08 14:21:05 +00:00
2015-05-18 09:35:32 +00:00
## Software used
2015-03-08 14:21:05 +00:00
Here is what you need to install in order to compile the book.
2015-05-18 09:35:32 +00:00
### Pandoc
2015-03-08 14:21:05 +00:00
Source: [http://johnmacfarlane.net/pandoc/](http://johnmacfarlane.net/pandoc/)
The package I am using: pandoc-1.14.0.1-osx.pkg
2015-05-18 09:35:32 +00:00
### TeX
2015-03-08 14:21:05 +00:00
Installer for Mac OSX: BasicTeX
[http://www.tug.org/mactex/morepackages.html](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