diff options
Diffstat (limited to 'blueprint.otx')
-rw-r--r-- | blueprint.otx | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/blueprint.otx b/blueprint.otx new file mode 100644 index 0000000..ed415c3 --- /dev/null +++ b/blueprint.otx @@ -0,0 +1,172 @@ +\input sal.otx +\margins/2 fold (0.75,0.5,0.3,0.3)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{<} + + +% --- strikeouts +% --- TODO this should be moved into sal.otx probably +\def\cancel#1#{\isempty{#1}\iftrue \afterfi{\cancel/} + \else + \lowercase{\casesof #1} + / {\let\cancline=\drawFslash} + \\ {\let\cancline=\drawBslash} + x {\def\cancline{\drawBslash\drawFslash}} + - {\let\cancline=\drawHline} + \_finc {}% + \ea\cancelA + \fi +} +\def\cancelA{\ifmmode \ea\cancelM \else \ea\cancelT \fi} +\def\cancelT#1{\setbox0=\hbox{#1}\cancelF} % text mode +\def\cancelM#1{\mathstyles{\setbox0=\hbox{$\currstyle#1$}\cancelF}} % math mode +\def\cancelF{\edef\tmp{\cancline}\quitvmode\box0 \pdfliteral{q \useit{\cancelparams} \tmp S Q}} +\def\drawFslash{\bp{-\wd0} \bp{-\dp0} m 0 \bp{\ht0} l } % forward slash +\def\drawBslash{\bp{-\wd0} \bp{\ht0} m 0 \bp{-\dp0} l } % backward slash +\def\drawHline {\bp{-\wd0} \bp{.5ex} m 0 \bp{.5ex} l } % horizontal line +\def\cancelparams{1 0 0 RG 1 J .6 w} % color RG linetype J linewidth w +% --------- +\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}} +% ------------------- + +%\def\photopage#1#2#3#4{ +% \begin{figure} +% { \centering\includegraphics[width=4.25in]{#1}\par } +% \vskip 1em +% \noindent #2 \vskip 1em +% \caption{\noindent #3} +% { \raggedleft \itshape (photo by #4) \par } +% \end{figure}} + + +\parskip=0.1em +\picdir={img/} + +% ... blank headers, footers, folios + +% Title +{ + \vfill + \vfill + \centerline{\inspic{blueprint_title.png}} + \vfill + \centerline{\inspic{blueprint_author.png}} + \vfill +} + +\break + +{\tt + +colophon goes here +} + +\break + +% \photopage{img/creep02}{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 + +% \input{essays/introduction.tex} +% \input{essays/sal_introduction.tex} + +\break + +% --- Stripped headers for ToC, list of figures, etc + +\maketoc + +\break + +% \listoffigures +% \break + +% \mainmatter ... folios to arabic + +%\part{Philosophy} +%\input{essays/flaws_underlying_beliefs.tex} +%\input{essays/walking_through_walls.tex} +%\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
\ No newline at end of file |