From b6e1fc13c3ff9ed4c7e4f157f2fc407fc2beed8d Mon Sep 17 00:00:00 2001 From: grr Date: Wed, 22 May 2024 21:37:41 -0400 Subject: adding images for a title page --- blueprint.tex | 31 ++++++++++++++++++------------- img/blueprint_author.png | Bin 0 -> 28452 bytes img/blueprint_title.png | Bin 0 -> 90098 bytes 3 files changed, 18 insertions(+), 13 deletions(-) create mode 100644 img/blueprint_author.png create mode 100644 img/blueprint_title.png diff --git a/blueprint.tex b/blueprint.tex index a590eb8..8a058ba 100644 --- a/blueprint.tex +++ b/blueprint.tex @@ -1,4 +1,4 @@ -\documentclass[10pt,twoside,draft]{memoir} +\documentclass[10pt,twoside]{memoir} \usepackage{salitter} \usletterlayout @@ -64,7 +64,7 @@ \newenvironment{sysrules}{ \begin{hangparas}{3em}{1} }{ - \end{hangparas} + \end{hangparas} \vskip 1em } \newcommand{\postulate}[1]{ @@ -109,16 +109,14 @@ % Title \thispagestyle{empty} { - \centering\sffamily + \centering + \vfill + \vfill + \includegraphics[scale=1]{img/blueprint_title} + \vfill + \includegraphics[scale=1]{img/blueprint_author} + \vfill - \plainbreak{3} - - { \Large - Blueprint for a Higher Civilization \par} - - \plainbreak{3} - - { \large Henry Flynt \par} } \clearpage @@ -140,6 +138,10 @@ \clearpage +\listoffigures + +\clearpage + \mainmatter \part{Philosophy} \tocline @@ -181,7 +183,6 @@ \input{essays/social_recognition.tex} \input{essays/creep.tex} \input{essays/three_levels_of_politics.tex} -\input{extra/radicalism_of_unbelief.tex} \part{Science (Logic)} \tocline @@ -192,11 +193,15 @@ \backmatter \part{Appendix} +\tocline \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/primary_study_paraphrase.tex} \input{extra/communists_must.tex} +\input{extra/primary_study_paraphrase.tex} +\input{extra/radicalism_of_unbelief.tex} % input{extra/philosophy_of_concept_art.tex} \end{document} diff --git a/img/blueprint_author.png b/img/blueprint_author.png new file mode 100644 index 0000000..7a110a2 Binary files /dev/null and b/img/blueprint_author.png differ diff --git a/img/blueprint_title.png b/img/blueprint_title.png new file mode 100644 index 0000000..2a4bd8e Binary files /dev/null and b/img/blueprint_title.png differ -- cgit v1.2.3