blob: a9a10fa9b56df2c7e1f3eef75b9e13f7364a1b36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
|
\input sal.otx
\input aux.otx
\margins/2 fold (0.75,0.5,0.5,0.5)in
\def\speech#1{\e{#1}} % ?
% \newcommand\essaytitle{\uline}
\def\gap{\vskip 2em}
\def\inlineaside#1{\e{(#1)}} % ?
\def\x{$x$}
\def\y{$y$}
\def\greater{>}
\def\less{<}
\def\redact#1{\cancel-{#1}}
\def\stress#1{{\bf #1}}
% -------- TODO these should be considered placeholders basically
\def\name#1{{\bf #1}}
% "linguistic expression"
\def\lexpression#1{"\e{#1}"}
\def\expression#1{\lexpression{#1}}
% \newenvironment{sysrules}{\begin{hangparas}{3em}{1}}{\end{hangparas}}
\def\postulate#1{\emph{Postulate #1}.}
\def\dreamdate#1{\vskip 1em\ul{#1}\nl}
\def\dreamdatecomment#1#2{\vskip 1em \ul{#1} --- \e{#2}\nl}
\def\cubeframe{\includegraphics[width=1em]{img/cubeframe}}
\def\cubeup{\includegraphics[width=1em]{img/cubeup}}
\def\cubedown{\includegraphics[width=1em]{img/cubedown}}
\def\sysname#1{\dq{\caps #1}}
% -------------------
\parskip=0.1em
\picdir={img/}
% ... blank headers, footers, folios
\blankstyle
% Title
{
\vfill
\vfill
\centerline{\inspic{blueprint_title.png}}
\vfill
\centerline{\inspic{blueprint_author.png}}
\vfill
}
\break
{\tt
colophon goes here
}
\break
\photopage{creep02.png}{5/15/1962}{Henry Flynt presents "Creep" lecture in Adam Hovre upper common room, Harvard University, May 15, 1962}{Tony Conrad}
\break
% ... folios to roman numerals
\frontmatterstyle
\input essays/introduction.otx
\input essays/sal_introduction.otx
\break
% --- Stripped headers for ToC, list of figures, etc
\blankstyle
\maketoc
\break
% \listoffigures
% \break
% \mainmatter ... folios to arabic
\mainstyle
{ \def\headtitle{Philosophy}
\part Philosophy
\input essays/flaws_underlying_beliefs.otx
\input essays/walking_through_walls.otx
%\input{essays/philosophical_reflections.tex}
%\input{essays/flyntian_modality.tex}
%\input{essays/some_objections.tex}
%\input{essays/philosophy_proper.tex}
}
% \part{Esthetics}
% \input{essays/down_with_art.tex}
% \input{essays/art_or_brend.tex}
% \input{essays/letters.tex}
% \input{essays/photos.tex}
% \input{extra/poem_1.tex}
% \input{extra/poem_4.tex}
% \part{Para-Science}
% \input{essays/dissociation_physics.tex}
% \input{essays/mathematical_studies.tex}
% \input{essays/post_formalism_memories.tex}
% \input{essays/studies_in_constructed_memories.tex}
%\part{The New Modality}
%\input{essays/energy_cube1966.tex}
%\input{essays/energy_cube1961.tex}
%\input{essays/concept_art.tex}
%\input{dissociator_syntax.tex}
%\input{essays/perception_dissociator.tex}
%\input{essays/mock_risk_games.tex}
%\input{essays/dream_reality.tex}
%\part{Social Philosophy}
%\input{essays/social_recognition.tex}
%\input{essays/creep.tex}
%\input{essays/three_levels_of_politics.tex}
%\part{Science (Logic)}
%\input{essays/admissible_contradictions.tex}
%\input{essays/propositional_vibration.tex}
% \part{Appendix}
%\input{extra/structure_art_pure_mathematics.tex}
%\input{extra/misleading_newness.tex}
%\input{extra/anthology_non_philosophical.tex}
%\input{essays/exercise_awareness_states.tex}
%\input{extra/general_acognitive_culture.tex}
%\input{extra/communists_must.tex}
%\input{extra/primary_study_paraphrase.tex}
%\input{extra/radicalism_of_unbelief.tex}
\end
|