Skip to content

Commit 4a6d805

Browse files
committed
Various fixes! This is v.1.4
1 parent 31e28b5 commit 4a6d805

File tree

11 files changed

+467
-8
lines changed

11 files changed

+467
-8
lines changed

content/intro.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@
55
Edited March 2015\\*
66
during Fahrenheit 39, Ravenna
77

8-
Built with Markdown, Pandoc and TeX
8+
Built with Markdown, Pandoc and TeX\\*
9+
Cover designed with Scribus
10+
11+
Typeface: Limousine, by OSP Foundry
12+
13+
Greyscale Press\\*
14+
ISBN-13: 978-2-940561-02-5

content/manifestos/9999-end.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
Version 0.0 edited March 6-7 2015 at Fahrenheit39
88
Version 0.1 released March 11 2015
99
Version 0.2 released March 24 2015
10-
Version 0.3 (current) released May 2015
10+
Version 0.3 released May 2015
11+
Version 0.4 (current) released June 2015
1112

1213
Greyscale Press
1314

14-
1515
\afterpage{\null\thispagestyle{empty}\newpage}

content/meta.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
title: 'Manifestos'
3+
lang: en
34
---

cover/cover-v3.sla

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,4 @@
246246
<PageItemAttributes/>
247247
</PAGEOBJECT>
248248
</DOCUMENT>
249-
</SCRIBUSUTF8NEW>
249+
</SCRIBUSUTF8NEW>

cover/cover-v4.pdf

29.1 KB
Binary file not shown.

cover/cover-v4.sla

Lines changed: 212 additions & 0 deletions
Large diffs are not rendered by default.

cover/cover-v4b.pdf

358 KB
Binary file not shown.

cover/cover-v4b.sla

Lines changed: 234 additions & 0 deletions
Large diffs are not rendered by default.

notes/cover-size.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cover format
22

3-
- Current number of pages: 158
3+
- Current number of pages: 144
44
Amazon cover specs:
55
https://www.createspace.com/Products/Book/CoverPDF.jsp
66

@@ -47,5 +47,10 @@ start of right page: 4.25+0.395 = 4.645
4747
139 pages:
4848
Spine width: 139 * 0.0025 = 0.3475
4949
Cover width: 4.25 + 0.3475 + 4.25 = 8.8475 (+ 0.25 bleed = 9.0975")
50-
Right page begins at: 4.25 + 0.3475= 4.5975
50+
Right page begins at: 4.25 + 0.3475 = 4.5975
51+
52+
144 pages:
53+
Spine width: 144 * 0.0025 = 0.36 = move stuff by 0.125 to the right
54+
Cover width: 4.25 + 0.36 + 4.25 = 8.86 (+ 0.25 bleed = 9.11")
55+
Right page begins at: 4.25 + 0.36 = 4.61
5156

output/output-1433887077.pdf

221 KB
Binary file not shown.

templates/custom.latex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
% \usepackage[paperheight=10.75in,paperwidth=8.25in,margin=1in,heightrounded,showframe]{geometry}
1616

1717
\usepackage{ragged2e}
18-
18+
\setlength{\RaggedRightParindent}{0pt}
1919

2020
\usepackage{afterpage}
2121

@@ -208,7 +208,8 @@ $endfor$
208208
\begin{document}
209209

210210
% \textbf{RaggedRight with hyphenation}\par
211-
\raggedright
211+
212+
\RaggedRight
212213

213214
$if(title)$
214215
\maketitle

0 commit comments

Comments
 (0)