diff options
Diffstat (limited to 'blueprint.tex')
-rw-r--r-- | blueprint.tex | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/blueprint.tex b/blueprint.tex index 6672122..ac7851a 100644 --- a/blueprint.tex +++ b/blueprint.tex @@ -2,7 +2,15 @@ \usepackage{salitter} -\usepackage[papersize={5.5in,8.5in},includeheadfoot=true,width=4.75in,height=7.8in +\usepackage[ + papersize={5.5in,8.5in}, + includeheadfoot=true, + total={4.75in,7.7in}, + headheight=0.25in, + headsep=0.15in, + footskip=0.3in, + outer=0.5in, + inner=0.75in ]{geometry} @@ -21,7 +29,9 @@ \usepackage{fancyhdr} % fonts -\newpxfont +\usepackage[T1]{fontenc} +\usepackage{ETbb} +\let\oldstylenums\textosf \newcommand\speech[1]{ \textquote{\emph{#1}}} @@ -78,6 +88,8 @@ \end{figure}} \begin{document} + +% --- Initial header configuration for front matter, introduction \pagestyle{fancy} \fancyhead{} % clear all header fields %\fancyhead[RO,LE]{\thepart} @@ -86,8 +98,10 @@ %\fancyfoot[LO,CE]{\thechapter} %\fancyfoot[CO,RE]{\thesection} -\titleformat{\chapter}[block]{\scshape\Large}{\thechapter \hskip 0.25cm \textbullet}{0.25cm}{\filleft}[\titlerule] -\titlespacing*{\chapter}{1in}{1cm}{2cm}[1cm] +\titleformat{\part}[display]{\centering\scshape\Huge}{\thepart}{1.5cm}{} + +\titleformat{\chapter}[block]{\scshape\Large}{\itshape\thechapter \hskip 0.25cm ---}{0.25cm}{\filcenter}[] +\titlespacing*{\chapter}{0in}{1cm}{2cm}[0.5cm] \frontmatter \graphicspath{{img/}} @@ -128,10 +142,15 @@ colophon goes here \photopage{img/creep02}{5/15/1962}{Henry Flynt presents "Creep" lecture in Adam Hovre upper common room, Harvard University, May 15, 1962}{Tony Conrad} \clearpage +\fancyhead{} % clear all header fields +\fancyhead[RO,LE]{\textsc{Introduction}} \input{essays/introduction.tex} \clearpage +% --- Stripped headers for ToC, list of figures, etc +\fancyhead{} \fancyfoot{} \fancyfoot[LE,RO]{\thepage} + \tableofcontents* \clearpage @@ -141,7 +160,15 @@ colophon goes here \clearpage \mainmatter + +% --- Baseline header that individual essays may modify but should restore +%\fancyfoot[CO,RE]{\thesection} + \part{Philosophy} + +\fancyhead{} \fancyfoot{} \fancyfoot[LE,RO]{\thepage} +\fancyhead[LO]{\textsc{Philosophy}} \fancyhead[RE]{\chaptername} + \input{essays/flaws_underlying_beliefs.tex} \input{essays/walking_through_walls.tex} \input{essays/philosophical_reflections.tex} |