about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2015-03-02 21:54:42 -0700
committerCase Duckworth2015-03-02 21:54:42 -0700
commitedae7fa33e230c9a8b0e374f2f921b6292952221 (patch)
tree62a476612cae5f8830dc465ce8e7a1f43ac436b7
parentFix src on typewriter pages in Paul (diff)
downloadautocento-edae7fa33e230c9a8b0e374f2f921b6292952221.tar.gz
autocento-edae7fa33e230c9a8b0e374f2f921b6292952221.zip
Fix basic typography in PAUL
-rw-r--r--axe.html6
-rw-r--r--building.html6
-rw-r--r--cereal.html6
-rw-r--r--css/_common.css4
-rw-r--r--css/fonts/courier-prime.css8
-rw-r--r--css/paul.css29
-rw-r--r--dream.html6
-rw-r--r--early.html6
-rw-r--r--father.html6
-rw-r--r--leg.html2
-rw-r--r--paul.html2
-rw-r--r--src/axe.txt2
-rw-r--r--src/building.txt2
-rw-r--r--src/cereal.txt2
-rw-r--r--src/dream.txt2
-rw-r--r--src/early.txt2
-rw-r--r--src/father.txt2
-rw-r--r--src/leg.txt2
-rw-r--r--src/paul.txt2
-rw-r--r--src/swear.txt6
-rw-r--r--src/treatise.txt8
-rw-r--r--swear.html6
-rw-r--r--treatise.html8
23 files changed, 86 insertions, 39 deletions
diff --git a/axe.html b/axe.html index e7f2ff0..1bc4e07 100644 --- a/axe.html +++ b/axe.html
@@ -36,6 +36,12 @@
36 </section> 36 </section>
37 37
38 <nav> 38 <nav>
39 <a class="prevlink" href="dream.html">
40 Dream
41 </a>
42 <a class="prevlink" href="art.html">
43 Art
44 </a>
39 <a href="#" id="lozenge" title="Random page"> &loz; </a> 45 <a href="#" id="lozenge" title="Random page"> &loz; </a>
40 <a class="nextlink" href="leaf.html"> 46 <a class="nextlink" href="leaf.html">
41 Leaf 47 Leaf
diff --git a/building.html b/building.html index 0dc2032..4843935 100644 --- a/building.html +++ b/building.html
@@ -36,6 +36,12 @@
36 </section> 36 </section>
37 37
38 <nav> 38 <nav>
39 <a class="prevlink" href="stagnant.html">
40 Stagnant
41 </a>
42 <a class="prevlink" href="axe.html">
43 Axe
44 </a>
39 <a href="#" id="lozenge" title="Random page"> &loz; </a> 45 <a href="#" id="lozenge" title="Random page"> &loz; </a>
40 <a class="nextlink" href="yellow.html"> 46 <a class="nextlink" href="yellow.html">
41 Yellow 47 Yellow
diff --git a/cereal.html b/cereal.html index 6b109f9..625bab4 100644 --- a/cereal.html +++ b/cereal.html
@@ -36,6 +36,12 @@
36 </section> 36 </section>
37 37
38 <nav> 38 <nav>
39 <a class="prevlink" href="sapling.html">
40 Sapling
41 </a>
42 <a class="prevlink" href="building.html">
43 Building
44 </a>
39 <a href="#" id="lozenge" title="Random page"> &loz; </a> 45 <a href="#" id="lozenge" title="Random page"> &loz; </a>
40 <a class="nextlink" href="man.html"> 46 <a class="nextlink" href="man.html">
41 Man 47 Man
diff --git a/css/_common.css b/css/_common.css index 19fdf9d..d7abae2 100644 --- a/css/_common.css +++ b/css/_common.css
@@ -6,8 +6,8 @@
6 * vim: fdm=marker 6 * vim: fdm=marker
7 */ 7 */
8/* Import rules {{{ */ 8/* Import rules {{{ */
9@import url("./fonts/playfair.css"); 9@import url("fonts/playfair.css");
10@import url("./fonts/fira.css"); 10@import url("fonts/fira.css");
11/* @import url("fonts/courier-prime.css"); 11/* @import url("fonts/courier-prime.css");
12 * ^^^^^^ for typewriter pages in Paul */ 12 * ^^^^^^ for typewriter pages in Paul */
13/* }}} */ 13/* }}} */
diff --git a/css/fonts/courier-prime.css b/css/fonts/courier-prime.css index 0550e90..0a38383 100644 --- a/css/fonts/courier-prime.css +++ b/css/fonts/courier-prime.css
@@ -4,26 +4,26 @@
4 4
5/* Normal = normal */ 5/* Normal = normal */
6@font-face { 6@font-face {
7 font-family: CourierPrime; 7 font-family: "Courier Prime";
8 font-weight: normal; 8 font-weight: normal;
9 font-style: normal; 9 font-style: normal;
10 src: url("Courier_Prime.ttf"); 10 src: url("Courier_Prime.ttf");
11} 11}
12@font-face { 12@font-face {
13 font-family: CourierPrime; 13 font-family: "Courier Prime";
14 font-weight: normal; 14 font-weight: normal;
15 font-style: italic; 15 font-style: italic;
16 src: url("Courier_Prime_Italic.ttf"); 16 src: url("Courier_Prime_Italic.ttf");
17} 17}
18/* Bold = bold */ 18/* Bold = bold */
19@font-face { 19@font-face {
20 font-family: CourierPrime; 20 font-family: "Courier Prime";
21 font-weight: bold; 21 font-weight: bold;
22 font-style: normal; 22 font-style: normal;
23 src: url("Courier_Prime_Bold.ttf"); 23 src: url("Courier_Prime_Bold.ttf");
24} 24}
25@font-face { 25@font-face {
26 font-family: CourierPrime; 26 font-family: "Courier Prime";
27 font-weight: bold; 27 font-weight: bold;
28 font-style: italic; 28 font-style: italic;
29 src: url("Courier_Prime_Bold_Italic.ttf"); 29 src: url("Courier_Prime_Bold_Italic.ttf");
diff --git a/css/paul.css b/css/paul.css index e69de29..495ecf6 100644 --- a/css/paul.css +++ b/css/paul.css
@@ -0,0 +1,29 @@
1/* BUILDINGS OUT OF AIR: PAUL IN THE WOODS
2 * project stylesheet
3 */
4
5@import url("fonts/courier-prime.css");
6@import url("fonts/playfair.css");
7
8/* Blockquote = typewriter */
9blockquote {
10 font-family: "Courier Prime", Courier, monospace;
11 font-size: 10pt;
12 border: 1px solid black;
13 max-width: 30em;
14 margin: auto;
15 padding: 0 1em;
16 text-align: left;
17}
18blockquote ul {
19 list-style-type: none;
20}
21blockquote ul li:before {
22 content: '- ';
23}
24
25/* Emphasis = handwritten */
26em {
27 font-family: Playfair, sans-serif;
28 font-style: italic;
29}
diff --git a/dream.html b/dream.html index 7fca166..c376c97 100644 --- a/dream.html +++ b/dream.html
@@ -37,6 +37,12 @@
37 </section> 37 </section>
38 38
39 <nav> 39 <nav>
40 <a class="prevlink" href="underwear.html">
41 Underwear
42 </a>
43 <a class="prevlink" href="cereal.html">
44 Cereal
45 </a>
40 <a href="#" id="lozenge" title="Random page"> &loz; </a> 46 <a href="#" id="lozenge" title="Random page"> &loz; </a>
41 <a class="nextlink" href="axe.html"> 47 <a class="nextlink" href="axe.html">
42 Axe 48 Axe
diff --git a/early.html b/early.html index fdd5495..4a7d85a 100644 --- a/early.html +++ b/early.html
@@ -37,6 +37,12 @@
37 </section> 37 </section>
38 38
39 <nav> 39 <nav>
40 <a class="prevlink" href="stump.html">
41 Stump
42 </a>
43 <a class="prevlink" href="dream.html">
44 Dream
45 </a>
40 <a href="#" id="lozenge" title="Random page"> &loz; </a> 46 <a href="#" id="lozenge" title="Random page"> &loz; </a>
41 <a class="nextlink" href="toothpaste.html"> 47 <a class="nextlink" href="toothpaste.html">
42 Toothpaste 48 Toothpaste
diff --git a/father.html b/father.html index 5c7e35a..a43f0f9 100644 --- a/father.html +++ b/father.html
@@ -36,6 +36,12 @@
36 </section> 36 </section>
37 37
38 <nav> 38 <nav>
39 <a class="prevlink" href="toothpaste.html">
40 Toothpaste
41 </a>
42 <a class="prevlink" href="early.html">
43 Early
44 </a>
39 <a href="#" id="lozenge" title="Random page"> &loz; </a> 45 <a href="#" id="lozenge" title="Random page"> &loz; </a>
40 <a class="nextlink" href="paul.html"> 46 <a class="nextlink" href="paul.html">
41 Paul 47 Paul
diff --git a/leg.html b/leg.html index 2a93aab..ba16851 100644 --- a/leg.html +++ b/leg.html
@@ -32,8 +32,6 @@
32 <p>His first chair was a stool. It was an <a href="stump.html">uneven wobbly stool</a> that would not support even forty pounds. “So my first chair is a broken stool” he said after nearly breaking his tailbone on the dirt floor. “Maybe I should start again but this time only with legs.” He began again but this time only with legs. He built <a href="i-think-its-you.html">one leg</a>, which means he cut a straight piece of wood down to four feet in length, whittled the bark off, and sanded it down smooth in what he was now calling his Woodworking Shack. He typed up a note on how to make chair legs.</p> 32 <p>His first chair was a stool. It was an <a href="stump.html">uneven wobbly stool</a> that would not support even forty pounds. “So my first chair is a broken stool” he said after nearly breaking his tailbone on the dirt floor. “Maybe I should start again but this time only with legs.” He began again but this time only with legs. He built <a href="i-think-its-you.html">one leg</a>, which means he cut a straight piece of wood down to four feet in length, whittled the bark off, and sanded it down smooth in what he was now calling his Woodworking Shack. He typed up a note on how to make chair legs.</p>
33 <blockquote> 33 <blockquote>
34 <p>MAKING CHAIR LEGS</p> 34 <p>MAKING CHAIR LEGS</p>
35 </blockquote>
36 <blockquote>
37 <ol type="1"> 35 <ol type="1">
38 <li>get longish piece of wood</li> 36 <li>get longish piece of wood</li>
39 <li>cut it to length (<a href="boar.html">4 feet</a> I’d recommend)</li> 37 <li>cut it to length (<a href="boar.html">4 feet</a> I’d recommend)</li>
diff --git a/paul.html b/paul.html index c2dc54c..bed93f6 100644 --- a/paul.html +++ b/paul.html
@@ -31,8 +31,6 @@
31 <section class="thing prose"> 31 <section class="thing prose">
32 <blockquote> 32 <blockquote>
33 <p>CONTENTS OF THE SHED</p> 33 <p>CONTENTS OF THE SHED</p>
34 </blockquote>
35 <blockquote>
36 <ul> 34 <ul>
37 <li>typewriter</li> 35 <li>typewriter</li>
38 <li>writing desk</li> 36 <li>writing desk</li>
diff --git a/src/axe.txt b/src/axe.txt index 81203ca..cfc03d7 100644 --- a/src/axe.txt +++ b/src/axe.txt
@@ -11,7 +11,7 @@ project:
11 link: leaf 11 link: leaf
12 - title: Building 12 - title: Building
13 link: building 13 link: building
14 previous: 14 prev:
15 - title: Dream 15 - title: Dream
16 link: dream 16 link: dream
17 - title: Art 17 - title: Art
diff --git a/src/building.txt b/src/building.txt index ae0cdce..dfc8b48 100644 --- a/src/building.txt +++ b/src/building.txt
@@ -11,7 +11,7 @@ project:
11 link: yellow 11 link: yellow
12 - title: Cereal 12 - title: Cereal
13 link: cereal 13 link: cereal
14 previous: 14 prev:
15 - title: Stagnant 15 - title: Stagnant
16 link: stagnant 16 link: stagnant
17 - title: Axe 17 - title: Axe
diff --git a/src/cereal.txt b/src/cereal.txt index 9013bcb..70fb5e3 100644 --- a/src/cereal.txt +++ b/src/cereal.txt
@@ -11,7 +11,7 @@ project:
11 link: man 11 link: man
12 - title: Dream 12 - title: Dream
13 link: dream 13 link: dream
14 previous: 14 prev:
15 - title: Sapling 15 - title: Sapling
16 link: sapling 16 link: sapling
17 - title: Building 17 - title: Building
diff --git a/src/dream.txt b/src/dream.txt index 29211a6..55ee98c 100644 --- a/src/dream.txt +++ b/src/dream.txt
@@ -11,7 +11,7 @@ project:
11 link: axe 11 link: axe
12 - title: Early 12 - title: Early
13 link: early 13 link: early
14 previous: 14 prev:
15 - title: Underwear 15 - title: Underwear
16 link: underwear 16 link: underwear
17 - title: Cereal 17 - title: Cereal
diff --git a/src/early.txt b/src/early.txt index bcdf03a..148ec7f 100644 --- a/src/early.txt +++ b/src/early.txt
@@ -11,7 +11,7 @@ project:
11 link: toothpaste 11 link: toothpaste
12 - title: Father 12 - title: Father
13 link: father 13 link: father
14 previous: 14 prev:
15 - title: Stump 15 - title: Stump
16 link: stump 16 link: stump
17 - title: Dream 17 - title: Dream
diff --git a/src/father.txt b/src/father.txt index 3c4e366..f955ae2 100644 --- a/src/father.txt +++ b/src/father.txt
@@ -11,7 +11,7 @@ project:
11 link: paul 11 link: paul
12 - title: Fire 12 - title: Fire
13 link: fire 13 link: fire
14 previous: 14 prev:
15 - title: Toothpaste 15 - title: Toothpaste
16 link: toothpaste 16 link: toothpaste
17 - title: Early 17 - title: Early
diff --git a/src/leg.txt b/src/leg.txt index 07b4a4f..3c60fe7 100644 --- a/src/leg.txt +++ b/src/leg.txt
@@ -27,7 +27,7 @@ He built [one leg][], which means he cut a straight piece of wood down to four f
27He typed up a note on how to make chair legs. 27He typed up a note on how to make chair legs.
28 28
29> MAKING CHAIR LEGS 29> MAKING CHAIR LEGS
30 30>
31> 1. get longish piece of wood 31> 1. get longish piece of wood
32> 2. cut it to length ([4 feet][] I'd 32> 2. cut it to length ([4 feet][] I'd
33> recommend) 33> recommend)
diff --git a/src/paul.txt b/src/paul.txt index 2359745..baaa1b9 100644 --- a/src/paul.txt +++ b/src/paul.txt
@@ -19,7 +19,7 @@ project:
19... 19...
20 20
21> CONTENTS OF THE SHED 21> CONTENTS OF THE SHED
22 22>
23> - typewriter 23> - typewriter
24> - writing desk 24> - writing desk
25> - notecards (top drawer of desk) 25> - notecards (top drawer of desk)
diff --git a/src/swear.txt b/src/swear.txt index 231117c..aa923d1 100644 --- a/src/swear.txt +++ b/src/swear.txt
@@ -20,7 +20,7 @@ project:
20 20
21 21
22> [EVERYTHING CHANGES OR EVERYTHING STAYS THE SAME][] 22> [EVERYTHING CHANGES OR EVERYTHING STAYS THE SAME][]
23 23>
24> First, a history: I was writing my 24> First, a history: I was writing my
25> thoughts in a book. I got a typewriter 25> thoughts in a book. I got a typewriter
26> and typing things in a book 26> and typing things in a book
@@ -30,7 +30,7 @@ project:
30> on the 4x6 notecards. I bought a 30> on the 4x6 notecards. I bought a
31> new ribbon and new notecards. Now 31> new ribbon and new notecards. Now
32> again I am typing on notecards. 32> again I am typing on notecards.
33 33>
34> What have I been typing? 34> What have I been typing?
35> Thoughts, impressions maybe, a log 35> Thoughts, impressions maybe, a log
36> of changes to my mental state. I 36> of changes to my mental state. I
@@ -40,7 +40,7 @@ project:
40> out again and I'll write again, on 40> out again and I'll write again, on
41> notecards or in my book. The same 41> notecards or in my book. The same
42> thoughts in different bodies. 42> thoughts in different bodies.
43 43>
44> That's what it means, "Every 44> That's what it means, "Every
45> thing changes or everything stays 45> thing changes or everything stays
46> the same." It might as well be 46> the same." It might as well be
diff --git a/src/treatise.txt b/src/treatise.txt index 1cb64c2..9ae732a 100644 --- a/src/treatise.txt +++ b/src/treatise.txt
@@ -20,7 +20,7 @@ project:
20 20
21> TREATISE ON LITERATURE AS "SPOOKY 21> TREATISE ON LITERATURE AS "SPOOKY
22> ACTION FROM A DISTANCE" 22> ACTION FROM A DISTANCE"
23 23>
24> There is this thing called "spooky 24> There is this thing called "spooky
25> action at a distance." Einstein 25> action at a distance." Einstein
26> mentioned it first I believe. It 26> mentioned it first I believe. It
@@ -36,7 +36,7 @@ project:
36> the hologram might actually be 36> the hologram might actually be
37> very close in the substrate 37> very close in the substrate
38> reality. 38> reality.
39 39>
40> I want to talk about this 40> I want to talk about this
41> effect in literature. In literature 41> effect in literature. In literature
42> the writer writes words on a 42> the writer writes words on a
@@ -51,9 +51,9 @@ project:
51> he has written them becomes a 51> he has written them becomes a
52> reader and feels who he was at 52> reader and feels who he was at
53> that time, [like a ghost][]. 53> that time, [like a ghost][].
54 54>
55> PROBLEMS: 55> PROBLEMS:
56 56>
57> Maybe the substrate isn't 57> Maybe the substrate isn't
58> paper it's what the writing is 58> paper it's what the writing is
59> about. [Where is the hologram][]? Are 59> about. [Where is the hologram][]? Are
diff --git a/swear.html b/swear.html index 4953a70..5203a36 100644 --- a/swear.html +++ b/swear.html
@@ -31,14 +31,8 @@
31 <section class="thing prose"> 31 <section class="thing prose">
32 <blockquote> 32 <blockquote>
33 <p><a href="planks.html">EVERYTHING CHANGES OR EVERYTHING STAYS THE SAME</a></p> 33 <p><a href="planks.html">EVERYTHING CHANGES OR EVERYTHING STAYS THE SAME</a></p>
34 </blockquote>
35 <blockquote>
36 <p>First, a history: I was writing my thoughts in a book. I got a typewriter and typing things in a book became impossible. I began typing on 4x6 notecards. I ran out of ribbon in my typewriter. I wrote on the 4x6 notecards. I bought a new ribbon and new notecards. Now again I am typing on notecards.</p> 34 <p>First, a history: I was writing my thoughts in a book. I got a typewriter and typing things in a book became impossible. I began typing on 4x6 notecards. I ran out of ribbon in my typewriter. I wrote on the 4x6 notecards. I bought a new ribbon and new notecards. Now again I am typing on notecards.</p>
37 </blockquote>
38 <blockquote>
39 <p>What have I been typing? Thoughts, impressions maybe, a log of changes to my mental state. I waited long enough and I began recording them in the same way. If I wait longer the ribbon will run out again and I’ll write again, on notecards or in my book. The same thoughts in different bodies.</p> 35 <p>What have I been typing? Thoughts, impressions maybe, a log of changes to my mental state. I waited long enough and I began recording them in the same way. If I wait longer the ribbon will run out again and I’ll write again, on notecards or in my book. The same thoughts in different bodies.</p>
40 </blockquote>
41 <blockquote>
42 <p>That’s what it means, “Every thing changes or everything stays the same.” It might as well be “and.” Local differences add up to global identities. It’s a <a href="ourobors_memory.html">hoop</a>, right? And we keep going around and we think it’s flat but it’s round like the Earth.</p> 36 <p>That’s what it means, “Every thing changes or everything stays the same.” It might as well be “and.” Local differences add up to global identities. It’s a <a href="ourobors_memory.html">hoop</a>, right? And we keep going around and we think it’s flat but it’s round like the Earth.</p>
43 </blockquote> 37 </blockquote>
44 <p>Paul pushed his chair away from the <a href="finding-the-lion.html">Writing Desk</a> and stared at the notecard. He stood up, knocked his head on the lightbulb, swore. He pulled the notecard from his typewriter and crumpled it up with his left hand. With his right hand he reached in his pocket and pulled out his cigarettes. He put one in his mouth, threw the paper in the corner, grabbed his axe, went out into the woods.</p> 38 <p>Paul pushed his chair away from the <a href="finding-the-lion.html">Writing Desk</a> and stared at the notecard. He stood up, knocked his head on the lightbulb, swore. He pulled the notecard from his typewriter and crumpled it up with his left hand. With his right hand he reached in his pocket and pulled out his cigarettes. He put one in his mouth, threw the paper in the corner, grabbed his axe, went out into the woods.</p>
diff --git a/treatise.html b/treatise.html index 6144e4f..185774e 100644 --- a/treatise.html +++ b/treatise.html
@@ -31,17 +31,9 @@
31 <section class="thing prose"> 31 <section class="thing prose">
32 <blockquote> 32 <blockquote>
33 <p>TREATISE ON LITERATURE AS “SPOOKY ACTION FROM A DISTANCE”</p> 33 <p>TREATISE ON LITERATURE AS “SPOOKY ACTION FROM A DISTANCE”</p>
34 </blockquote>
35 <blockquote>
36 <p>There is this thing called “spooky action at a distance.” Einstein mentioned it first I believe. It is about how two electrons can act like they are right next to each other although they are very far away (lightyears even). For a long time this puzzled scientists until someone (not Einstein) figured out that maybe the universe is a hologram or projection. So what appears to be very far apart in the hologram might actually be very close in the substrate reality.</p> 34 <p>There is this thing called “spooky action at a distance.” Einstein mentioned it first I believe. It is about how two electrons can act like they are right next to each other although they are very far away (lightyears even). For a long time this puzzled scientists until someone (not Einstein) figured out that maybe the universe is a hologram or projection. So what appears to be very far apart in the hologram might actually be very close in the substrate reality.</p>
37 </blockquote>
38 <blockquote>
39 <p>I want to talk about this effect in literature. In literature the writer writes words on a substrate (paper) and later the reader reads the same words off the substrate. Although the writer and reader might be very far apart from each other in time and space, they experience the same effect from reading the words. Even the writer reading his own words after he has written them becomes a reader and feels who he was at that time, <a href="howtoread.html">like a ghost</a>.</p> 35 <p>I want to talk about this effect in literature. In literature the writer writes words on a substrate (paper) and later the reader reads the same words off the substrate. Although the writer and reader might be very far apart from each other in time and space, they experience the same effect from reading the words. Even the writer reading his own words after he has written them becomes a reader and feels who he was at that time, <a href="howtoread.html">like a ghost</a>.</p>
40 </blockquote>
41 <blockquote>
42 <p>PROBLEMS:</p> 36 <p>PROBLEMS:</p>
43 </blockquote>
44 <blockquote>
45 <p>Maybe the substrate isn’t paper it’s what the writing is about. <a href="toilet.html">Where is the hologram</a>? Are physics and literature comparable? What if the universe isn’t a hologram what then?</p> 37 <p>Maybe the substrate isn’t paper it’s what the writing is about. <a href="toilet.html">Where is the hologram</a>? Are physics and literature comparable? What if the universe isn’t a hologram what then?</p>
46 </blockquote> 38 </blockquote>
47 </section> 39 </section>