mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-01-18 17:02:35 +00:00
Merge
This commit is contained in:
commit
316ce0b8a2
@ -1 +0,0 @@
|
||||
Options +Indexes
|
@ -1,42 +1,25 @@
|
||||
all: bierbook.pdf seshbook.pdf
|
||||
|
||||
bierbook.pdf: bierbook.ps
|
||||
ps2pdf14 bierbook.ps
|
||||
|
||||
bierbook.ps: bierbook.dvi
|
||||
dvips bierbook.dvi
|
||||
|
||||
|
||||
bierbook.dvi: bierbook.tex names.txt grid.sty bb.cls
|
||||
latex --shell-escape bierbook.tex
|
||||
latex --shell-escape bierbook.tex
|
||||
|
||||
seshbook.pdf: seshbook.ps
|
||||
ps2pdf14 seshbook.ps
|
||||
|
||||
seshbook.ps: seshbook.dvi
|
||||
dvips seshbook.dvi
|
||||
|
||||
seshbook.dvi: seshbook.tex bb.cls
|
||||
latex --shell-escape seshbook.tex
|
||||
|
||||
cleanbier:
|
||||
rm -f bierbook.pdf
|
||||
rm -f bierbook.ps
|
||||
rm -f bierbook.log
|
||||
rm -f bierbook.dvi
|
||||
rm -f bierbook.toc
|
||||
rm -f bierbook.toc
|
||||
rm -f bierbook.aux
|
||||
rm -f missfont.log
|
||||
|
||||
cleansesh:
|
||||
rm -f seshbook.pdf
|
||||
rm -f seshbook.ps
|
||||
rm -f seshbook.log
|
||||
rm -f seshbook.dvi
|
||||
rm -f seshbook.toc
|
||||
rm -f seshbook.aux
|
||||
rm -f missfont.log
|
||||
|
||||
clean: cleanbier cleansesh
|
||||
all: bierbook.pdf seshbook.pdf
|
||||
|
||||
bierbook.pdf: bierbook.tex names.txt dates.txt bierbook-style.sty
|
||||
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape bierbook.tex
|
||||
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape bierbook.tex
|
||||
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape bierbook.tex
|
||||
|
||||
seshbook.pdf: seshbook.tex names.txt bierbook-style.sty
|
||||
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape seshbook.tex
|
||||
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape seshbook.tex
|
||||
|
||||
cleanbier:
|
||||
rm -f bierbook.aux
|
||||
rm -f bierbook.log
|
||||
rm -f bierbook.pdf
|
||||
rm -f bierbook.synctex.gz
|
||||
rm -f bierbook.toc
|
||||
|
||||
cleansesh:
|
||||
rm -f seshbook.aux
|
||||
rm -f seshbook.log
|
||||
rm -f seshbook.pdf
|
||||
rm -f seshbook.synctex.gz
|
||||
|
||||
clean: cleanbier cleansesh
|
@ -1,733 +0,0 @@
|
||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||
\ProvidesClass{bb}
|
||||
[2001/08/02 v1.0
|
||||
Bier Book class]
|
||||
\DeclareFixedFont{\titlefont}{OT1}{phv}{b}{n}{36pt}
|
||||
\DeclareFixedFont{\aftertitlefont}{OT1}{phv}{m}{n}{10pt}
|
||||
\DeclareFixedFont{\titlepagefont}{OT1}{phv}{b}{n}{19pt}
|
||||
\DeclareFixedFont{\titlepagefontm}{OT1}{phv}{m}{n}{15pt}
|
||||
\DeclareFixedFont{\titlepagefontms}{OT1}{phv}{m}{n}{13pt}
|
||||
\DeclareFixedFont{\titlepagefonts}{OT1}{phv}{m}{n}{12pt}
|
||||
\DeclareFixedFont{\chapterfont}{OT1}{phv}{b}{n}{16pt}
|
||||
\DeclareFixedFont{\chapterfontnonbold}{OT1}{phv}{m}{n}{16pt}
|
||||
\DeclareFixedFont{\sectionfont}{OT1}{phv}{b}{n}{14pt}
|
||||
\DeclareFixedFont{\subsectionfont}{OT1}{phv}{m}{n}{12pt}
|
||||
\DeclareFixedFont{\subsubsectionfont}{OT1}{phv}{m}{n}{11pt}
|
||||
|
||||
\newcommand\@ptsize{}
|
||||
\newif\if@restonecol
|
||||
\newif\if@titlepage
|
||||
\@titlepagetrue
|
||||
\newif\if@openright
|
||||
\if@compatibility\else
|
||||
\DeclareOption{a4paper}
|
||||
{\setlength\paperheight {297mm}%
|
||||
\setlength\paperwidth {210mm}}
|
||||
\DeclareOption{a5paper}
|
||||
{\setlength\paperheight {210mm}%
|
||||
\setlength\paperwidth {148mm}}
|
||||
\DeclareOption{b5paper}
|
||||
{\setlength\paperheight {250mm}%
|
||||
\setlength\paperwidth {176mm}}
|
||||
\DeclareOption{letterpaper}
|
||||
{\setlength\paperheight {11in}%
|
||||
\setlength\paperwidth {8.5in}}
|
||||
\DeclareOption{legalpaper}
|
||||
{\setlength\paperheight {14in}%
|
||||
\setlength\paperwidth {8.5in}}
|
||||
\DeclareOption{executivepaper}
|
||||
{\setlength\paperheight {10.5in}%
|
||||
\setlength\paperwidth {7.25in}}
|
||||
\DeclareOption{landscape}
|
||||
{\setlength\@tempdima {\paperheight}%
|
||||
\setlength\paperheight {\paperwidth}%
|
||||
\setlength\paperwidth {\@tempdima}}
|
||||
\fi
|
||||
\if@compatibility
|
||||
\renewcommand\@ptsize{0}
|
||||
\else
|
||||
\DeclareOption{10pt}{\renewcommand\@ptsize{0}}
|
||||
\fi
|
||||
\DeclareOption{11pt}{\renewcommand\@ptsize{1}}
|
||||
\DeclareOption{12pt}{\renewcommand\@ptsize{2}}
|
||||
\if@compatibility\else
|
||||
\DeclareOption{oneside}{\@twosidefalse \@mparswitchfalse}
|
||||
\fi
|
||||
\DeclareOption{twoside}{\@twosidetrue \@mparswitchtrue}
|
||||
\DeclareOption{draft}{\setlength\overfullrule{5pt}}
|
||||
\if@compatibility\else
|
||||
\DeclareOption{final}{\setlength\overfullrule{0pt}}
|
||||
\fi
|
||||
\DeclareOption{titlepage}{\@titlepagetrue}
|
||||
\if@compatibility\else
|
||||
\DeclareOption{notitlepage}{\@titlepagefalse}
|
||||
\fi
|
||||
\if@compatibility
|
||||
\else
|
||||
\DeclareOption{openright}{\@openrighttrue}
|
||||
\DeclareOption{openany}{\@openrightfalse}
|
||||
\fi
|
||||
\if@compatibility\else
|
||||
\DeclareOption{onecolumn}{\@twocolumnfalse}
|
||||
\fi
|
||||
\DeclareOption{twocolumn}{\@twocolumntrue}
|
||||
\DeclareOption{leqno}{\input{leqno.clo}}
|
||||
\DeclareOption{fleqn}{\input{fleqn.clo}}
|
||||
\DeclareOption{openbib}{%
|
||||
\AtEndOfPackage{%
|
||||
\renewcommand\@openbib@code{%
|
||||
\advance\leftmargin\bibindent
|
||||
\itemindent -\bibindent
|
||||
\listparindent \itemindent
|
||||
\parsep \z@
|
||||
}%
|
||||
\renewcommand\newblock{\par}}%
|
||||
}
|
||||
\ExecuteOptions{letterpaper,10pt,oneside,onecolumn,final,openany}
|
||||
\ProcessOptions
|
||||
\input{size1\@ptsize.clo}
|
||||
\setlength\lineskip{1\p@}
|
||||
\setlength\normallineskip{1\p@}
|
||||
\renewcommand\baselinestretch{}
|
||||
\setlength\parskip{0\p@ \@plus \p@}
|
||||
\@lowpenalty 51
|
||||
\@medpenalty 151
|
||||
\@highpenalty 301
|
||||
\setcounter{topnumber}{2}
|
||||
\renewcommand\topfraction{.7}
|
||||
\setcounter{bottomnumber}{1}
|
||||
\renewcommand\bottomfraction{.3}
|
||||
\setcounter{totalnumber}{3}
|
||||
\renewcommand\textfraction{.2}
|
||||
\renewcommand\floatpagefraction{.5}
|
||||
\setcounter{dbltopnumber}{2}
|
||||
\renewcommand\dbltopfraction{.7}
|
||||
\renewcommand\dblfloatpagefraction{.5}
|
||||
\if@twoside
|
||||
\def\ps@headings{%
|
||||
\let\@oddfoot\@empty\let\@evenfoot\@empty
|
||||
\def\@evenhead{\thepage\hfil\slshape\leftmark}%
|
||||
\def\@oddhead{{\slshape\rightmark}\hfil\thepage}%
|
||||
\let\@mkboth\markboth
|
||||
\def\chaptermark##1{%
|
||||
\markboth {\MakeUppercase{%
|
||||
\ifnum \c@secnumdepth >\m@ne
|
||||
\@chapapp\ \thechapter. \ %
|
||||
\fi
|
||||
##1}}{}}%
|
||||
\def\sectionmark##1{%
|
||||
\markright {\MakeUppercase{%
|
||||
\ifnum \c@secnumdepth >\z@
|
||||
\thesection. \ %
|
||||
\fi
|
||||
##1}}}}
|
||||
\else
|
||||
\def\ps@headings{%
|
||||
\let\@oddfoot\@empty
|
||||
\def\@oddhead{{\slshape\rightmark}\hfil\thepage}%
|
||||
\let\@mkboth\markboth
|
||||
\def\chaptermark##1{%
|
||||
\markright {\MakeUppercase{%
|
||||
\ifnum \c@secnumdepth >\m@ne
|
||||
\@chapapp\ \thechapter. \ %
|
||||
\fi
|
||||
##1}}}}
|
||||
\fi
|
||||
\def\ps@myheadings{%
|
||||
\let\@oddfoot\@empty\let\@evenfoot\@empty
|
||||
\def\@evenhead{\thepage\hfil\slshape\leftmark}%
|
||||
\def\@oddhead{{\slshape\rightmark}\hfil\thepage}%
|
||||
\let\@mkboth\@gobbletwo
|
||||
\let\chaptermark\@gobble
|
||||
\let\sectionmark\@gobble
|
||||
}
|
||||
\if@titlepage
|
||||
\newcommand\maketitle{\begin{titlepage}%
|
||||
\let\footnotesize\small
|
||||
\let\footnoterule\relax
|
||||
\let \footnote \thanks
|
||||
\null\vfil
|
||||
\vskip 60\p@
|
||||
\begin{center}%
|
||||
{\LARGE \@title \par}%
|
||||
\vskip 3em%
|
||||
{\large
|
||||
\lineskip .75em%
|
||||
\begin{tabular}[t]{c}%
|
||||
\@author
|
||||
\end{tabular}\par}%
|
||||
\vskip 1.5em%
|
||||
{\large \@date \par}% % Set date in \large size.
|
||||
\end{center}\par
|
||||
\@thanks
|
||||
\vfil\null
|
||||
\end{titlepage}%
|
||||
\setcounter{footnote}{0}%
|
||||
\global\let\thanks\relax
|
||||
\global\let\maketitle\relax
|
||||
\global\let\@thanks\@empty
|
||||
\global\let\@author\@empty
|
||||
\global\let\@date\@empty
|
||||
\global\let\@title\@empty
|
||||
\global\let\title\relax
|
||||
\global\let\author\relax
|
||||
\global\let\date\relax
|
||||
\global\let\and\relax
|
||||
}
|
||||
\else
|
||||
\newcommand\maketitle{\par
|
||||
\begingroup
|
||||
\renewcommand\thefootnote{\@fnsymbol\c@footnote}%
|
||||
\def\@makefnmark{\rlap{\@textsuperscript{\normalfont\@thefnmark}}}%
|
||||
\long\def\@makefntext##1{\parindent 1em\noindent
|
||||
\hb@xt@1.8em{%
|
||||
\hss\@textsuperscript{\normalfont\@thefnmark}}##1}%
|
||||
\if@twocolumn
|
||||
\ifnum \col@number=\@ne
|
||||
\@maketitle
|
||||
\else
|
||||
\twocolumn[\@maketitle]%
|
||||
\fi
|
||||
\else
|
||||
\newpage
|
||||
\global\@topnum\z@ % Prevents figures from going at top of page.
|
||||
\@maketitle
|
||||
\fi
|
||||
\thispagestyle{plain}\@thanks
|
||||
\endgroup
|
||||
\setcounter{footnote}{0}%
|
||||
\global\let\thanks\relax
|
||||
\global\let\maketitle\relax
|
||||
\global\let\@maketitle\relax
|
||||
\global\let\@thanks\@empty
|
||||
\global\let\@author\@empty
|
||||
\global\let\@date\@empty
|
||||
\global\let\@title\@empty
|
||||
\global\let\title\relax
|
||||
\global\let\author\relax
|
||||
\global\let\date\relax
|
||||
\global\let\and\relax
|
||||
}
|
||||
\def\@maketitle{%
|
||||
\newpage
|
||||
\null
|
||||
\vskip 2em%
|
||||
\begin{center}%
|
||||
\let \footnote \thanks
|
||||
{\LARGE \@title \par}%
|
||||
\vskip 1.5em%
|
||||
{\large
|
||||
\lineskip .5em%
|
||||
\begin{tabular}[t]{c}%
|
||||
\@author
|
||||
\end{tabular}\par}%
|
||||
\vskip 1em%
|
||||
{\large \@date}%
|
||||
\end{center}%
|
||||
\par
|
||||
\vskip 1.5em}
|
||||
\fi
|
||||
\newcommand*\chaptermark[1]{}
|
||||
\setcounter{secnumdepth}{2}
|
||||
\newcounter {part}
|
||||
\newcounter {chapter}
|
||||
\newcounter {section}[chapter]
|
||||
\newcounter {subsection}[section]
|
||||
\newcounter {subsubsection}[subsection]
|
||||
\newcounter {paragraph}[subsubsection]
|
||||
\newcounter {subparagraph}[paragraph]
|
||||
\renewcommand \thepart {\@Roman\c@part}
|
||||
\renewcommand \thechapter {\@arabic\c@chapter}
|
||||
\renewcommand \thesection {\thechapter.\@arabic\c@section}
|
||||
\renewcommand\thesubsection {\thesection.\@arabic\c@subsection}
|
||||
\renewcommand\thesubsubsection{\thesubsection .\@arabic\c@subsubsection}
|
||||
\renewcommand\theparagraph {\thesubsubsection.\@arabic\c@paragraph}
|
||||
\renewcommand\thesubparagraph {\theparagraph.\@arabic\c@subparagraph}
|
||||
\newcommand\@chapapp{\chaptername}
|
||||
\newcommand\part{%
|
||||
\if@openright
|
||||
\cleardoublepage
|
||||
\else
|
||||
\clearpage
|
||||
\fi
|
||||
\thispagestyle{plain}%
|
||||
\if@twocolumn
|
||||
\onecolumn
|
||||
\@tempswatrue
|
||||
\else
|
||||
\@tempswafalse
|
||||
\fi
|
||||
\null\vfil
|
||||
\secdef\@part\@spart}
|
||||
|
||||
\def\@part[#1]#2{%
|
||||
\ifnum \c@secnumdepth >-2\relax
|
||||
\refstepcounter{part}%
|
||||
\addcontentsline{toc}{part}{\thepart\hspace{1em}#1}%
|
||||
\else
|
||||
\addcontentsline{toc}{part}{#1}%
|
||||
\fi
|
||||
\markboth{}{}%
|
||||
{\centering
|
||||
\interlinepenalty \@M
|
||||
\normalfont
|
||||
\ifnum \c@secnumdepth >-2\relax
|
||||
\huge\bfseries \partname~\thepart
|
||||
\par
|
||||
\vskip 20\p@
|
||||
\fi
|
||||
\Huge \bfseries #2\par}%
|
||||
\@endpart}
|
||||
\def\@spart#1{%
|
||||
{\centering
|
||||
\interlinepenalty \@M
|
||||
\normalfont
|
||||
\Huge \bfseries #1\par}%
|
||||
\@endpart}
|
||||
\def\@endpart{\vfil\newpage
|
||||
\if@twoside
|
||||
\null
|
||||
\thispagestyle{empty}%
|
||||
\newpage
|
||||
\fi
|
||||
\if@tempswa
|
||||
\twocolumn
|
||||
\fi}
|
||||
\newcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi
|
||||
\thispagestyle{plain}%
|
||||
\global\@topnum\z@
|
||||
\@afterindentfalse
|
||||
\secdef\@chapter\@schapter}
|
||||
\newcommand\chapternotoc{\if@openright\cleardoublepage\else\clearpage\fi
|
||||
\thispagestyle{plain}%
|
||||
\global\@topnum\z@
|
||||
\@afterindentfalse
|
||||
\secdef\@chapternotoc\@schapter}
|
||||
\def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
|
||||
\refstepcounter{chapter}%
|
||||
\typeout{\@chapapp\space\thechapter.}%
|
||||
\addcontentsline{toc}{chapter}%
|
||||
{\protect\numberline{\thechapter}#1}%
|
||||
\else
|
||||
\addcontentsline{toc}{chapter}{#1}%
|
||||
\fi
|
||||
\chaptermark{#1}%
|
||||
\addtocontents{lof}{\protect\addvspace{10\p@}}%
|
||||
\addtocontents{lot}{\protect\addvspace{10\p@}}%
|
||||
\if@twocolumn
|
||||
\@topnewpage[\@makechapterhead{#2}]%
|
||||
\else
|
||||
\@makechapterhead{#2}%
|
||||
\@afterheading
|
||||
\fi}
|
||||
\def\@chapternotoc[#1]#2{\ifnum \c@secnumdepth >\m@ne
|
||||
\refstepcounter{chapter}%
|
||||
\typeout{\@chapapp\space\thechapter.}%
|
||||
%% \addcontentsline{toc}{chapter}%
|
||||
%% {\protect\numberline{\thechapter}#1}%
|
||||
\else
|
||||
\addcontentsline{toc}{chapter}{#1}%
|
||||
\fi
|
||||
\chaptermark{#1}%
|
||||
\addtocontents{lof}{\protect\addvspace{10\p@}}%
|
||||
\addtocontents{lot}{\protect\addvspace{10\p@}}%
|
||||
\if@twocolumn
|
||||
\@topnewpage[\@makechapterhead{#2}]%
|
||||
\else
|
||||
\@makechapterhead{#2}%
|
||||
\@afterheading
|
||||
\fi}
|
||||
\def\@makechapterhead#1{%
|
||||
%% \vspace*{2\p@}%
|
||||
{\parindent \z@ \raggedright \normalfont
|
||||
\ifnum \c@secnumdepth >\m@ne
|
||||
%% \hrulefill
|
||||
%% \vskip 2\p@
|
||||
%% \chapterfontnonbold \@chapapp\space \psshadowbox[linecolor=white]{\parbox{2.5cm}{\thechapter}}\ --\ %
|
||||
%% \chapterfontnonbold\psshadowbox{\parbox[t][1.2cm][c]{1.2cm}{\begin{center}\thechapter\end{center}}} \space\space
|
||||
%% \par\nobreak
|
||||
%% \vskip 20\p@
|
||||
\fi
|
||||
%% \interlinepenalty\@M
|
||||
\parbox[t][1.2cm][c]{\textwidth}{\vfill\chapterfont #1 \vfill}
|
||||
|
||||
\vskip 12\p@
|
||||
%% \hrulefill\\
|
||||
%% \vskip 40\p@
|
||||
}}
|
||||
\def\@schapter#1{\if@twocolumn
|
||||
\@topnewpage[\@makeschapterhead{#1}]%
|
||||
\else
|
||||
\@makeschapterhead{#1}%
|
||||
\@afterheading
|
||||
\fi}
|
||||
\def\@makeschapterhead#1{%
|
||||
\vspace*{50\p@}%
|
||||
{\parindent \z@ \raggedright
|
||||
\normalfont
|
||||
\interlinepenalty\@M
|
||||
\chapterfont #1\par\nobreak
|
||||
\vskip 40\p@
|
||||
}}
|
||||
|
||||
\newcommand\section{\@startsection{section}{1}{0pt}{-3.5ex plus -1ex minus -.2ex}{2.3ex plus.2ex}{\sectionfont}}
|
||||
\newcommand\subsection{\@startsection{subsection}{2}{\z@}%
|
||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
||||
{1.5ex \@plus .2ex}%
|
||||
{\subsectionfont}}
|
||||
\newcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
|
||||
{-3.25ex\@plus -1ex \@minus -.2ex}%
|
||||
{1.5ex \@plus .2ex}%
|
||||
{\subsubsectionfont}}
|
||||
\newcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
|
||||
{3.25ex \@plus1ex \@minus.2ex}%
|
||||
{-1em}%
|
||||
{\normalfont\normalsize\bfseries}}
|
||||
\newcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}%
|
||||
{3.25ex \@plus1ex \@minus .2ex}%
|
||||
{-1em}%
|
||||
{\normalfont\normalsize\bfseries}}
|
||||
\if@twocolumn
|
||||
\setlength\leftmargini {2em}
|
||||
\else
|
||||
\setlength\leftmargini {2.5em}
|
||||
\fi
|
||||
\leftmargin \leftmargini
|
||||
\setlength\leftmarginii {2.2em}
|
||||
\setlength\leftmarginiii {1.87em}
|
||||
\setlength\leftmarginiv {1.7em}
|
||||
\if@twocolumn
|
||||
\setlength\leftmarginv {.5em}
|
||||
\setlength\leftmarginvi {.5em}
|
||||
\else
|
||||
\setlength\leftmarginv {1em}
|
||||
\setlength\leftmarginvi {1em}
|
||||
\fi
|
||||
\setlength \labelsep {.5em}
|
||||
\setlength \labelwidth{\leftmargini}
|
||||
\addtolength\labelwidth{-\labelsep}
|
||||
\@beginparpenalty -\@lowpenalty
|
||||
\@endparpenalty -\@lowpenalty
|
||||
\@itempenalty -\@lowpenalty
|
||||
\renewcommand\theenumi{\@arabic\c@enumi}
|
||||
\renewcommand\theenumii{\@alph\c@enumii}
|
||||
\renewcommand\theenumiii{\@roman\c@enumiii}
|
||||
\renewcommand\theenumiv{\@Alph\c@enumiv}
|
||||
\newcommand\labelenumi{\theenumi.}
|
||||
\newcommand\labelenumii{(\theenumii)}
|
||||
\newcommand\labelenumiii{\theenumiii.}
|
||||
\newcommand\labelenumiv{\theenumiv.}
|
||||
\renewcommand\p@enumii{\theenumi}
|
||||
\renewcommand\p@enumiii{\theenumi(\theenumii)}
|
||||
\renewcommand\p@enumiv{\p@enumiii\theenumiii}
|
||||
\newcommand\labelitemi{\textbullet}
|
||||
\newcommand\labelitemii{\normalfont\bfseries \textendash}
|
||||
\newcommand\labelitemiii{\textasteriskcentered}
|
||||
\newcommand\labelitemiv{\textperiodcentered}
|
||||
\newenvironment{description}
|
||||
{\list{}{\labelwidth\z@ \itemindent-\leftmargin
|
||||
\let\makelabel\descriptionlabel}}
|
||||
{\endlist}
|
||||
\newcommand*\descriptionlabel[1]{\hspace\labelsep
|
||||
\normalfont\bfseries #1}
|
||||
\if@titlepage
|
||||
\newenvironment{abstract}{%
|
||||
\titlepage
|
||||
\null\vfil
|
||||
\@beginparpenalty\@lowpenalty
|
||||
\begin{center}%
|
||||
\bfseries \abstractname
|
||||
\@endparpenalty\@M
|
||||
\end{center}}%
|
||||
{\par\vfil\null\endtitlepage}
|
||||
\else
|
||||
\newenvironment{abstract}{%
|
||||
\if@twocolumn
|
||||
\section*{\abstractname}%
|
||||
\else
|
||||
\small
|
||||
\begin{center}%
|
||||
{\bfseries \abstractname\vspace{-.5em}\vspace{\z@}}%
|
||||
\end{center}%
|
||||
\quotation
|
||||
\fi}
|
||||
{\if@twocolumn\else\endquotation\fi}
|
||||
\fi
|
||||
\newenvironment{verse}
|
||||
{\let\\\@centercr
|
||||
\list{}{\itemsep \z@
|
||||
\itemindent -1.5em%
|
||||
\listparindent\itemindent
|
||||
\rightmargin \leftmargin
|
||||
\advance\leftmargin 1.5em}%
|
||||
\item\relax}
|
||||
{\endlist}
|
||||
\newenvironment{quotation}
|
||||
{\list{}{\listparindent 1.5em%
|
||||
\itemindent \listparindent
|
||||
\rightmargin \leftmargin
|
||||
\parsep \z@ \@plus\p@}%
|
||||
\item\relax}
|
||||
{\endlist}
|
||||
\newenvironment{quote}
|
||||
{\list{}{\rightmargin\leftmargin}%
|
||||
\item\relax}
|
||||
{\endlist}
|
||||
\if@compatibility
|
||||
\newenvironment{titlepage}
|
||||
{%
|
||||
\if@twocolumn
|
||||
\@restonecoltrue\onecolumn
|
||||
\else
|
||||
\@restonecolfalse\newpage
|
||||
\fi
|
||||
\thispagestyle{empty}%
|
||||
\setcounter{page}\z@
|
||||
}%
|
||||
{\if@restonecol\twocolumn \else \newpage \fi
|
||||
}
|
||||
\else
|
||||
\newenvironment{titlepage}
|
||||
{%
|
||||
\if@twocolumn
|
||||
\@restonecoltrue\onecolumn
|
||||
\else
|
||||
\@restonecolfalse\newpage
|
||||
\fi
|
||||
\thispagestyle{empty}%
|
||||
\setcounter{page}\@ne
|
||||
}%
|
||||
{\if@restonecol\twocolumn \else \newpage \fi
|
||||
\if@twoside\else
|
||||
\setcounter{page}\@ne
|
||||
\fi
|
||||
}
|
||||
\fi
|
||||
\newcommand\appendix{\par
|
||||
\setcounter{chapter}{0}%
|
||||
\setcounter{section}{0}%
|
||||
\gdef\@chapapp{\appendixname}%
|
||||
\gdef\thechapter{\@Alph\c@chapter}}
|
||||
\newcommand\afterappendix{\par
|
||||
\setcounter{chapter}{0}%
|
||||
\setcounter{section}{0}%
|
||||
\gdef\@chapapp{\chaptername}%
|
||||
\gdef\thechapter{\@arabic\c@chapter}}
|
||||
\setlength\arraycolsep{5\p@}
|
||||
\setlength\tabcolsep{6\p@}
|
||||
\setlength\arrayrulewidth{.4\p@}
|
||||
\setlength\doublerulesep{2\p@}
|
||||
\setlength\tabbingsep{\labelsep}
|
||||
\skip\@mpfootins = \skip\footins
|
||||
\setlength\fboxsep{3\p@}
|
||||
\setlength\fboxrule{.4\p@}
|
||||
\@addtoreset {equation}{chapter}
|
||||
\renewcommand\theequation
|
||||
{\ifnum \c@chapter>\z@ \thechapter.\fi \@arabic\c@equation}
|
||||
\newcounter{figure}[chapter]
|
||||
\renewcommand \thefigure
|
||||
{\ifnum \c@chapter>\z@ \thechapter.\fi \@arabic\c@figure}
|
||||
\def\fps@figure{tbp}
|
||||
\def\ftype@figure{1}
|
||||
\def\ext@figure{lof}
|
||||
\def\fnum@figure{\figurename~\thefigure}
|
||||
\newenvironment{figure}
|
||||
{\@float{figure}}
|
||||
{\end@float}
|
||||
\newenvironment{figure*}
|
||||
{\@dblfloat{figure}}
|
||||
{\end@dblfloat}
|
||||
\newcounter{table}[chapter]
|
||||
\renewcommand \thetable
|
||||
{\ifnum \c@chapter>\z@ \thechapter.\fi \@arabic\c@table}
|
||||
\def\fps@table{tbp}
|
||||
\def\ftype@table{2}
|
||||
\def\ext@table{lot}
|
||||
\def\fnum@table{\tablename~\thetable}
|
||||
\newenvironment{table}
|
||||
{\@float{table}}
|
||||
{\end@float}
|
||||
\newenvironment{table*}
|
||||
{\@dblfloat{table}}
|
||||
{\end@dblfloat}
|
||||
\newlength\abovecaptionskip
|
||||
\newlength\belowcaptionskip
|
||||
\setlength\abovecaptionskip{10\p@}
|
||||
\setlength\belowcaptionskip{0\p@}
|
||||
\long\def\@makecaption#1#2{%
|
||||
\vskip\abovecaptionskip
|
||||
\sbox\@tempboxa{#1: #2}%
|
||||
\ifdim \wd\@tempboxa >\hsize
|
||||
#1: #2\par
|
||||
\else
|
||||
\global \@minipagefalse
|
||||
\hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%
|
||||
\fi
|
||||
\vskip\belowcaptionskip}
|
||||
\DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm}
|
||||
\DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf}
|
||||
\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}
|
||||
\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}
|
||||
\DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit}
|
||||
\DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl}
|
||||
\DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}
|
||||
\DeclareRobustCommand*\cal{\@fontswitch\relax\mathcal}
|
||||
\DeclareRobustCommand*\mit{\@fontswitch\relax\mathnormal}
|
||||
\newcommand\@pnumwidth{1.55em}
|
||||
\newcommand\@tocrmarg{2.55em}
|
||||
\newcommand\@dotsep{4.5}
|
||||
\setcounter{tocdepth}{2}
|
||||
\newcommand\tableofcontents{%
|
||||
\if@twocolumn
|
||||
\@restonecoltrue\onecolumn
|
||||
\else
|
||||
\@restonecolfalse
|
||||
\fi
|
||||
\chapter*{\contentsname
|
||||
\@mkboth{%
|
||||
\MakeUppercase\contentsname}{\MakeUppercase\contentsname}}%
|
||||
\@starttoc{toc}%
|
||||
\if@restonecol\twocolumn\fi
|
||||
}
|
||||
\newcommand*\l@part[2]{%
|
||||
\ifnum \c@tocdepth >-2\relax
|
||||
\addpenalty{-\@highpenalty}%
|
||||
\addvspace{2.25em \@plus\p@}%
|
||||
\begingroup
|
||||
\parindent \z@ \rightskip \@pnumwidth
|
||||
\parfillskip -\@pnumwidth
|
||||
{\leavevmode
|
||||
\large \bfseries #1\hfil \hb@xt@\@pnumwidth{\hss #2}}\par
|
||||
\nobreak
|
||||
\global\@nobreaktrue
|
||||
\everypar{\global\@nobreakfalse\everypar{}}%
|
||||
\endgroup
|
||||
\fi}
|
||||
\newcommand*\l@chapter[2]{%
|
||||
\ifnum \c@tocdepth >\m@ne
|
||||
\addpenalty{-\@highpenalty}%
|
||||
\vskip 1.0em \@plus\p@
|
||||
\setlength\@tempdima{1.5em}%
|
||||
\begingroup
|
||||
\parindent \z@ \rightskip \@pnumwidth
|
||||
\parfillskip -\@pnumwidth
|
||||
\leavevmode \bfseries
|
||||
\advance\leftskip\@tempdima
|
||||
\hskip -\leftskip
|
||||
#1\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par
|
||||
\penalty\@highpenalty
|
||||
\endgroup
|
||||
\fi}
|
||||
\newcommand*\l@section{\@dottedtocline{1}{1.5em}{2.3em}}
|
||||
\newcommand*\l@subsection{\@dottedtocline{2}{3.8em}{3.2em}}
|
||||
\newcommand*\l@subsubsection{\@dottedtocline{3}{7.0em}{4.1em}}
|
||||
\newcommand*\l@paragraph{\@dottedtocline{4}{10em}{5em}}
|
||||
\newcommand*\l@subparagraph{\@dottedtocline{5}{12em}{6em}}
|
||||
\newcommand\listoffigures{%
|
||||
\if@twocolumn
|
||||
\@restonecoltrue\onecolumn
|
||||
\else
|
||||
\@restonecolfalse
|
||||
\fi
|
||||
\chapter*{\listfigurename
|
||||
\@mkboth{\MakeUppercase\listfigurename}%
|
||||
{\MakeUppercase\listfigurename}}%
|
||||
\@starttoc{lof}%
|
||||
\if@restonecol\twocolumn\fi
|
||||
}
|
||||
\newcommand*\l@figure{\@dottedtocline{1}{1.5em}{2.3em}}
|
||||
\newcommand\listoftables{%
|
||||
\if@twocolumn
|
||||
\@restonecoltrue\onecolumn
|
||||
\else
|
||||
\@restonecolfalse
|
||||
\fi
|
||||
\chapter*{\listtablename
|
||||
\@mkboth{%
|
||||
\MakeUppercase\listtablename}{\MakeUppercase\listtablename}}%
|
||||
\@starttoc{lot}%
|
||||
\if@restonecol\twocolumn\fi
|
||||
}
|
||||
\let\l@table\l@figure
|
||||
\newdimen\bibindent
|
||||
\setlength\bibindent{1.5em}
|
||||
\newenvironment{thebibliography}[1]
|
||||
{\chapter*{\bibname
|
||||
\@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}}%
|
||||
\list{\@biblabel{\@arabic\c@enumiv}}%
|
||||
{\settowidth\labelwidth{\@biblabel{#1}}%
|
||||
\leftmargin\labelwidth
|
||||
\advance\leftmargin\labelsep
|
||||
\@openbib@code
|
||||
\usecounter{enumiv}%
|
||||
\let\p@enumiv\@empty
|
||||
\renewcommand\theenumiv{\@arabic\c@enumiv}}%
|
||||
\sloppy
|
||||
\clubpenalty4000
|
||||
\@clubpenalty \clubpenalty
|
||||
\widowpenalty4000%
|
||||
\sfcode`\.\@m}
|
||||
{\def\@noitemerr
|
||||
{\@latex@warning{Empty `thebibliography' environment}}%
|
||||
\endlist}
|
||||
\newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em}
|
||||
\let\@openbib@code\@empty
|
||||
\newenvironment{theindex}
|
||||
{\if@twocolumn
|
||||
\@restonecolfalse
|
||||
\else
|
||||
\@restonecoltrue
|
||||
\fi
|
||||
\columnseprule \z@
|
||||
\columnsep 35\p@
|
||||
\twocolumn[\@makeschapterhead{\indexname}]%
|
||||
\@mkboth{\MakeUppercase\indexname}%
|
||||
{\MakeUppercase\indexname}%
|
||||
\thispagestyle{plain}\parindent\z@
|
||||
\parskip\z@ \@plus .3\p@\relax
|
||||
\let\item\@idxitem}
|
||||
{\if@restonecol\onecolumn\else\clearpage\fi}
|
||||
\newcommand\@idxitem{\par\hangindent 40\p@}
|
||||
\newcommand\subitem{\@idxitem \hspace*{20\p@}}
|
||||
\newcommand\subsubitem{\@idxitem \hspace*{30\p@}}
|
||||
\newcommand\indexspace{\par \vskip 10\p@ \@plus5\p@ \@minus3\p@\relax}
|
||||
\renewcommand\footnoterule{%
|
||||
\kern-3\p@
|
||||
\hrule\@width.4\columnwidth
|
||||
\kern2.6\p@}
|
||||
\@addtoreset{footnote}{chapter}
|
||||
\newcommand\@makefntext[1]{%
|
||||
\parindent 1em%
|
||||
\noindent
|
||||
\hb@xt@1.8em{\hss\@makefnmark}#1}
|
||||
\newcommand\contentsname{Contents}
|
||||
\newcommand\listfigurename{List of Figures}
|
||||
\newcommand\listtablename{List of Tables}
|
||||
\newcommand\bibname{Bibliography}
|
||||
\newcommand\indexname{Index}
|
||||
\newcommand\figurename{Figure}
|
||||
\newcommand\tablename{Table}
|
||||
\newcommand\partname{Part}
|
||||
\newcommand\chaptername{Chapter}
|
||||
\newcommand\appendixname{Appendix}
|
||||
\newcommand\abstractname{Abstract}
|
||||
\def\today{\ifcase\month\or
|
||||
January\or February\or March\or April\or May\or June\or
|
||||
July\or August\or September\or October\or November\or December\fi
|
||||
\space\number\day, \number\year}
|
||||
\setlength\columnsep{10\p@}
|
||||
\setlength\columnseprule{0\p@}
|
||||
\pagestyle{plain}
|
||||
\pagenumbering{arabic}
|
||||
\if@twoside
|
||||
\else
|
||||
\raggedbottom
|
||||
\fi
|
||||
\if@twocolumn
|
||||
\twocolumn
|
||||
\sloppy
|
||||
\flushbottom
|
||||
\else
|
||||
\onecolumn
|
||||
\fi
|
||||
\endinput
|
82
documents/bierbook/bierbook-style.sty
Normal file
82
documents/bierbook/bierbook-style.sty
Normal file
@ -0,0 +1,82 @@
|
||||
\ProvidesPackage{bierbook-style}
|
||||
|
||||
% Contains generic style information such as font, size, margins, and include{} for the various packages used in the documents
|
||||
|
||||
|
||||
% Increase the margins of the document. J.S. Wilson & sons recommend 20 mm (57 pt) margins on all edges, except 30mm (86 pt) on the binding edges. The vertical margins here are increased to accommodate the header and footer.
|
||||
\usepackage[top=92pt,
|
||||
bottom=92pt,
|
||||
left=86pt,
|
||||
right=57pt,
|
||||
headheight=15pt,
|
||||
headsep=20pt,
|
||||
footskip=35pt,
|
||||
marginparsep=5pt,
|
||||
marginparwidth=47pt]{geometry}
|
||||
|
||||
|
||||
% The 'fancyhdr' package is used to typset both headers and footers, and requires that the page style is set to 'fancy'.
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancy}
|
||||
|
||||
% Make the header tall enough for the text
|
||||
|
||||
% Set line widths for the header and footer.
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
\renewcommand{\footrulewidth}{0pt}
|
||||
|
||||
% Clear the headers and footers, then add page numbers to the header. These are on the left on even numbered pages, and on the right on odd numbered pages. This is because of the two sided layout.
|
||||
\fancyhead{}
|
||||
\fancyfoot{}
|
||||
\fancyhead[LE,RO]{\small\thepage}
|
||||
|
||||
% Tikz is a powerful tool for creating diagrams and annotating images. It can be extended to draw 3D images. The spy library allows parts of an image to enlarged in an inset.
|
||||
\usepackage{tikz}
|
||||
|
||||
% The booktabs package is the main source of table formatting commands.
|
||||
\usepackage{booktabs}
|
||||
|
||||
% The longtable environment is similar in most ways to tabular, but is allowed to be broken by LaTeX's standard page-breaking algorithm. It still uses the table counter, so does not interfere with cross-referencing.
|
||||
\usepackage{longtable}
|
||||
|
||||
% Set the default thinknesses of the rules (lines) used in tables. Heavy lines are used for \toprule and \bottomrule, whereas light lines are used for \midrule and \cmidrule, which is the variant for partial horizontal lines.
|
||||
\setlength{\heavyrulewidth}{2pt}
|
||||
\setlength{\lightrulewidth}{1pt}
|
||||
|
||||
% Required for cells spanning multiple rows in a table.
|
||||
\usepackage{multirow}
|
||||
|
||||
% The 'tocloft' package is used to typeset the ToC, LoF, LoT, and allows creation of new lists which follow the same format.
|
||||
\usepackage{tocloft}
|
||||
|
||||
% Counter level 0 is chapter, level 1 is section, and level 2 is subsections.
|
||||
\setcounter{tocdepth}{2}
|
||||
|
||||
% Option to change the title of the ToC, and reduces the size of the spaces surrounding the title.
|
||||
\renewcommand{\contentsname}{Contents}
|
||||
\setlength{\cftbeforetoctitleskip}{10pt}
|
||||
\setlength{\cftaftertoctitleskip}{20pt}
|
||||
|
||||
% Sets the line space above a each type of entry, only put extra space above new chapters.
|
||||
\setlength{\cftbeforechapskip}{10pt}
|
||||
\setlength{\cftbeforesecskip}{0pt}
|
||||
\setlength{\cftbeforesubsecskip}{0pt}
|
||||
|
||||
% Spacing of the dots that link the entry name to the page number, for all three levels of entry.
|
||||
\renewcommand{\cftchapdotsep}{\cftnodots}
|
||||
\renewcommand{\cftsecdotsep}{2}
|
||||
\renewcommand{\cftsubsecdotsep}{2}
|
||||
|
||||
% Create a single command to print the ToC on a new page, and include it in itself
|
||||
\newcommand{\printtoc}{
|
||||
\addcontentsline{toc}{chapter}{\contentsname}
|
||||
\tableofcontents
|
||||
\clearpage
|
||||
}
|
||||
|
||||
% for the gothic font
|
||||
\usepackage{yfonts}
|
||||
\usepackage{anyfontsize}
|
||||
|
||||
% for iteration
|
||||
\usepackage{ifthen}
|
@ -1,578 +1,367 @@
|
||||
%% ----------------------------------------------------------------------------
|
||||
%%
|
||||
%% CUCC Expo Bier Book
|
||||
%%
|
||||
%% ----------------------------------------------------------------------------
|
||||
\documentclass[a4paper,12pt,twoside]{book}
|
||||
|
||||
\documentclass[a5paper,10pt,openany]{bb}
|
||||
\usepackage{bierbook-style}
|
||||
% All required packages should be included in bierbook-style
|
||||
|
||||
\usepackage{pstricks}
|
||||
\usepackage{tabularx}
|
||||
\usepackage{color}
|
||||
\usepackage{calc}
|
||||
\usepackage[left=15mm,right=15mm,top=8mm,bottom=20mm]{geometry}
|
||||
\usepackage{palatino}
|
||||
\usepackage{grid}
|
||||
\usepackage{auto-pst-pdf}
|
||||
|
||||
\setlength{\parskip}{1.5ex}
|
||||
\setlength{\parindent}{0pt}
|
||||
|
||||
\newcommand{\boxes}[1][35]{%
|
||||
\psgrid[gridlabels=0pt,gridlabelcolor=white,subgriddiv=1,xunit=12pt,yunit=14pt](0,0)(0,0)(#1,1)}
|
||||
|
||||
\setlength{\unitlength}{9.5pt}
|
||||
\newlength\boxheight
|
||||
\setlength{\boxheight}{\textheight-4cm}
|
||||
|
||||
\newcommand{\tallyA}{%
|
||||
\medskip
|
||||
\parbox[c][\boxheight]{1.5cm}{
|
||||
\small
|
||||
\setlength{\bigskipamount}{8.25pt}
|
||||
Adam\bigskip\\
|
||||
Aled\bigskip\\
|
||||
Andrea\bigskip\\
|
||||
Andrew\bigskip\\
|
||||
Becka\bigskip\\
|
||||
Chris\bigskip\\
|
||||
David M\bigskip\\
|
||||
David W\bigskip\\
|
||||
Dour\bigskip\\
|
||||
Elaine\bigskip\\
|
||||
Fleur\bigskip\\
|
||||
Gina\bigskip\\
|
||||
Holly\bigskip\\
|
||||
Jess\bigskip\\
|
||||
Joe\bigskip\\
|
||||
Julia\bigskip\\
|
||||
Julian\bigskip\\
|
||||
Juliet
|
||||
}
|
||||
\parbox[c][\boxheight]{\textwidth-5cm}{\graphpaper[1](0,0)(25,36)}
|
||||
\newcommand{\expotitle}{
|
||||
% makes the title page
|
||||
\thispagestyle{empty}
|
||||
\centering
|
||||
\ \vspace{3cm}\\
|
||||
{\Large Cambridge University Caving Club}
|
||||
\bigskip
|
||||
\vspace{5mm}
|
||||
{\Huge \bf Expo \the\year}
|
||||
\vspace{2cm}
|
||||
\textgoth{\fontsize{100}{120}\selectfont Bier Book}
|
||||
\vspace{6 cm}\\
|
||||
{[}Stick obligatory G{\"o}sser label here{]}
|
||||
\vfill
|
||||
\clearpage
|
||||
}
|
||||
|
||||
\newcommand{\tallyB}{%
|
||||
\medskip
|
||||
\parbox[c][\boxheight]{1.5cm}{
|
||||
\small
|
||||
\setlength{\bigskipamount}{8.25pt}
|
||||
Katey\bigskip\\
|
||||
Martin\bigskip\\
|
||||
Matt\bigskip\\
|
||||
Michael\bigskip\\
|
||||
Mike\bigskip\\
|
||||
Nathanael\bigskip\\
|
||||
Neil\bigskip\\
|
||||
Noel\bigskip\\
|
||||
Pete\bigskip\\
|
||||
Rob A\bigskip\\
|
||||
Rob W\bigskip\\
|
||||
Sam\bigskip\\
|
||||
Sophie D\bigskip\\
|
||||
Sophie H\bigskip\\
|
||||
Wookey \bigskip\\
|
||||
\ldots\ldots\ldots\bigskip\\
|
||||
\ldots\ldots\ldots\bigskip\\
|
||||
\ldots\ldots\ldots
|
||||
}
|
||||
\parbox[c][\boxheight]{\textwidth-5cm}{\graphpaper[1](0,0)(25,36)}
|
||||
\newcommand{\expoheading}[1]{
|
||||
% provides the formatting for a title of a section
|
||||
\vspace{10pt}
|
||||
{\LARGE #1}
|
||||
\vspace{20pt}
|
||||
}
|
||||
|
||||
\newcommand{\datetallyfirst}{%
|
||||
\renewcommand{\arraystretch}{1.25}
|
||||
\begin{tabularx}{\textwidth}{lp{2.5cm}lp{2.5cm}lp{2.5cm}}
|
||||
& {\bf 19-25 Jul} && {\bf 26 Jul - 1 Aug} && {\bf 2-8 Aug}\smallskip\\
|
||||
{\bf Adam} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Aled} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Andrea} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Andrew} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Becka} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Chris} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf David M} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf David W} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Dour} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Elaine} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Fleur} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Gina} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Holly} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Jess} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Joe} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Julia} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Julian} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Juliet} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
\newcommand{\drinkstally}[2]{
|
||||
% argument is the title, second is the starting number for the tally
|
||||
% longtable, generated from the list of names
|
||||
% uses drinkstallyline for each line
|
||||
\addcontentsline{toc}{section}{#1}
|
||||
\openin\namesread=names.txt
|
||||
\setcounter{linecount}{0}
|
||||
\begin{longtable}{rc}
|
||||
\multicolumn{2}{l}{\expoheading{#1}} \\
|
||||
&
|
||||
\drinkstallynumbers{#2}
|
||||
\\
|
||||
\endfirsthead
|
||||
&
|
||||
\drinkstallynumbers{#2}
|
||||
\\
|
||||
\endhead
|
||||
&
|
||||
\drinkstallynumbers{#2}
|
||||
\\
|
||||
\endfoot
|
||||
|
||||
|
||||
|
||||
\end{tabularx}
|
||||
\newpage
|
||||
\begin{tabularx}{\textwidth}{lp{2.5cm}lp{2.5cm}lp{2.5cm}}
|
||||
& {\bf 19-25 Jul} && {\bf 26 Jul - 1 Aug} && {\bf 2-8 Aug}\smallskip\\
|
||||
{\bf Katey} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Martin} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Matt} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Michael} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Mike} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Nathanael} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Neil} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Noel} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Pete} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Rob A} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Rob W} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Sam} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Sophie D} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Sophie H} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf Wookey } & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf \ldots\ldots\ldots} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf \ldots\ldots\ldots} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
{\bf \ldots\ldots\ldots} & \boxes[7] && \boxes[7] && \boxes[7]\medskip\\
|
||||
\end{tabularx}
|
||||
\renewcommand{\arraystretch}{1}
|
||||
\whiledo{\value{linecount}<\value{maxlines}}{
|
||||
\stepcounter{linecount}
|
||||
\read\namesread to \currentname
|
||||
\drinkstallyline{\currentname}
|
||||
}
|
||||
|
||||
|
||||
|
||||
\newcommand{\datetallysecond}{%
|
||||
\renewcommand{\arraystretch}{1.25}
|
||||
\begin{tabularx}{\textwidth}{lp{2.5cm}lp{2.5cm}lp{2.5cm}}
|
||||
& {\bf 9-15 Aug} && {\bf 16-22 Aug} && {\bf 23-24 Aug} \smallskip\\
|
||||
{\bf Adam} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Aled} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Andrea} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Andrew} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Becka} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Chris} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf David M} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf David W} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Dour} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Elaine} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Fleur} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Gina} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Holly} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Jess} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Joe} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Julia} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Julian} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Juliet} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
\end{tabularx}
|
||||
\newpage
|
||||
\begin{tabularx}{\textwidth}{lp{2.5cm}lp{2.5cm}lp{2.5cm}}
|
||||
& {\bf 9-15 Aug} && {\bf 16-22 Aug} && {\bf 23-24 Aug}\smallskip\\
|
||||
{\bf Katey} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Martin} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Matt} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Michael} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Mike} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Nathanael} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Neil} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Noel} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Pete} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Rob A} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Rob W} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Sam} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Sophie D} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Sophie H} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf Wookey } & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf \ldots\ldots\ldots} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf \ldots\ldots\ldots} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
{\bf \ldots\ldots\ldots} & \boxes[7] && \boxes[7] && \boxes[2]\medskip\\
|
||||
\end{tabularx}
|
||||
\renewcommand{\arraystretch}{1}
|
||||
\end{longtable}
|
||||
\clearpage
|
||||
}
|
||||
|
||||
\newcommand{\transporttable}{%
|
||||
\begin{tabularx}{\textwidth}{l|l|l|X}
|
||||
{\bf Method}&{\bf Left UK}&{\bf Arrived}
|
||||
&{\bf Notes}\\\hline
|
||||
\rule{0pt}{13cm} &&&
|
||||
\end{tabularx}}
|
||||
\newcommand{\drinkstallyline}[1]{
|
||||
% argument is the name on the line
|
||||
% boxes are a tikz grid
|
||||
\begin{tikzpicture}
|
||||
\pgfmathsetmacro{\wvar}{0.4}
|
||||
\node at (0,0.6*\wvar) [anchor=east] {#1};
|
||||
\node at (0,0) {};
|
||||
\node at (0,2*\wvar) {};
|
||||
\end{tikzpicture}
|
||||
\and
|
||||
\begin{tikzpicture}
|
||||
\pgfmathsetmacro{\wvar}{0.4}
|
||||
\foreach \xvar in {0,1,2,3,4}
|
||||
{
|
||||
\foreach \yvar in {0,1}
|
||||
{
|
||||
\foreach \zvar in {0,5.5,11,16.5,22}
|
||||
{
|
||||
\draw (\xvar*\wvar+\zvar*\wvar,\yvar*\wvar) -- ++ (0,\wvar) -- ++ (\wvar,0) -- ++ (0,-\wvar) -- cycle;
|
||||
}
|
||||
}
|
||||
}
|
||||
\end{tikzpicture}
|
||||
\\
|
||||
}
|
||||
|
||||
\newcounter{drinksnumber}
|
||||
|
||||
\newcommand{\drinkstallynumbers}[1]{
|
||||
% argument is the starting number
|
||||
\setcounter{drinksnumber}{#1}
|
||||
\begin{tikzpicture}
|
||||
\pgfmathsetmacro{\wvar}{0.4}
|
||||
\foreach \xvar in {0,5.5,11,16.5,22,27.5}
|
||||
{
|
||||
\node at (\xvar*\wvar,0) [anchor=center] {\arabic{drinksnumber}};
|
||||
\node at (\xvar*\wvar,0.4) {};
|
||||
\addtocounter{drinksnumber}{10}
|
||||
}
|
||||
\end{tikzpicture}
|
||||
}
|
||||
|
||||
\newcommand{\nightstally}[5]{
|
||||
% arguments are the title, subheading information, and dates for the three weeks
|
||||
% longtable, generated from the list of names
|
||||
% uses nightstallyline for each line
|
||||
% footer of day of the week, possibly also as a second header under the dates
|
||||
\addcontentsline{toc}{section}{#1}
|
||||
\openin\namesread=names.txt
|
||||
\setcounter{linecount}{0}
|
||||
\begin{longtable}{rccc}
|
||||
\multicolumn{4}{l}{\expoheading{#1}} \\
|
||||
\multicolumn{4}{p{14cm}}{#2} \\
|
||||
\tikz{\node at (0,0.5) {}; \node at (0,0) {};} & #3 & #4 & #5 \\
|
||||
\tikz{\node at (0,0.5) {}; \node at (0,0) {};} & \weekdays & \weekdays & \weekdays \\
|
||||
\endfirsthead
|
||||
\tikz{\node at (0,0.5) {}; \node at (0,0) {};} & #3 & #4 & #5 \\
|
||||
\tikz{\node at (0,0.5) {}; \node at (0,0) {};} & \weekdays & \weekdays & \weekdays \\
|
||||
\endhead
|
||||
\tikz{\node at (0,0.5) {}; \node at (0,0) {};} & \weekdays & \weekdays & \weekdays \\
|
||||
\endfoot
|
||||
|
||||
\newcommand{\transporttablelong}{%
|
||||
\begin{tabularx}{\textwidth}{l|l|l|X}
|
||||
{\bf Method}&{\bf Left UK}&{\bf Arrived}
|
||||
&{\bf Notes}\\\hline
|
||||
\rule{0pt}{16cm} &&&
|
||||
\end{tabularx}}
|
||||
\whiledo{\value{linecount}<\value{maxlines}}{
|
||||
\stepcounter{linecount}
|
||||
\read\namesread to \currentname
|
||||
\nightstallyline{\currentname}
|
||||
}
|
||||
|
||||
\end{longtable}
|
||||
\clearpage
|
||||
}
|
||||
|
||||
\newcommand{\karintable}{%
|
||||
\begin{tabularx}{\textwidth}{l|X|X}
|
||||
{\bf Creditor}&{\bf Date}&{\bf Amount}
|
||||
\\\hline
|
||||
\rule{0pt}{13cm} &&
|
||||
\end{tabularx}}
|
||||
\newcommand{\nightstallyline}[1]{
|
||||
% argument is the name on the line
|
||||
% boxes are a tikz grid
|
||||
\begin{tikzpicture}
|
||||
\pgfmathsetmacro{\wvar}{0.5}
|
||||
\node at (0,0.3*\wvar) [anchor=east] {#1};
|
||||
\node at (0,0) {};
|
||||
\node at (0,\wvar) {};
|
||||
\end{tikzpicture}
|
||||
\and
|
||||
\begin{tikzpicture}
|
||||
\pgfmathsetmacro{\wvar}{0.5}
|
||||
\foreach \yvar in {0,1,2,3,4,5,6}
|
||||
{
|
||||
\draw (\yvar*\wvar,0) -- ++ (0,\wvar) -- ++ (\wvar,0) -- ++ (0,-\wvar) -- cycle;
|
||||
}
|
||||
\end{tikzpicture}
|
||||
\and
|
||||
\begin{tikzpicture}
|
||||
\pgfmathsetmacro{\wvar}{0.5}
|
||||
\foreach \yvar in {0,1,2,3,4,5,6}
|
||||
{
|
||||
\draw (\yvar*\wvar,0) -- ++ (0,\wvar) -- ++ (\wvar,0) -- ++ (0,-\wvar) -- cycle;
|
||||
}
|
||||
\end{tikzpicture}
|
||||
\and
|
||||
\begin{tikzpicture}
|
||||
\pgfmathsetmacro{\wvar}{0.5}
|
||||
\foreach \yvar in {0,1,2,3,4,5,6}
|
||||
{
|
||||
\draw (\yvar*\wvar,0) -- ++ (0,\wvar) -- ++ (\wvar,0) -- ++ (0,-\wvar) -- cycle;
|
||||
}
|
||||
\end{tikzpicture}
|
||||
\\
|
||||
}
|
||||
|
||||
\newcommand{\seshtable}{%
|
||||
\begin{tabularx}{\textwidth}{l|l|X|l}
|
||||
{\bf Debtor(s)}&{\bf Creditor}&{\bf Description}&{\bf Cost}
|
||||
\\\hline
|
||||
\rule{0pt}{13cm} &&&
|
||||
\end{tabularx}}
|
||||
\newcommand{\weekdays}{
|
||||
\begin{tikzpicture}
|
||||
\pgfmathsetmacro{\wvar}{0.5}
|
||||
\foreach \yvar/\zvar in {0/S,1/M,2/T,3/W,4/T,5/F,6/S}
|
||||
{
|
||||
\node at (\yvar*\wvar,0) [anchor=center] {\zvar};
|
||||
}
|
||||
\end{tikzpicture}
|
||||
}
|
||||
|
||||
\newcommand{\seshtabletwo}{%
|
||||
\begin{tabularx}{\textwidth}{l|l|X|l}
|
||||
{\bf Debtor(s)}&{\bf Creditor}&{\bf Description}&{\bf Cost}
|
||||
\\\hline
|
||||
\rule{0pt}{16cm} &&&
|
||||
\end{tabularx}}
|
||||
\newcommand{\nightssubtitle}{
|
||||
Please record where you spent each night. / = basecamp, S = stonebridge bivvy, B = bivvying elsewhere.
|
||||
}
|
||||
|
||||
\newcommand{\inaustriatranstable}{%
|
||||
\begin{tabularx}{\textwidth}{l|l|X|l}
|
||||
{\bf Driver}&{\bf Passengers}&{\bf Description}&{\bf Approx Dist}
|
||||
\\\hline
|
||||
\rule{0pt}{13cm} &&&
|
||||
\end{tabularx}}
|
||||
\newcommand{\timesubtitle}{
|
||||
For boasting purposes only.
|
||||
}
|
||||
|
||||
\newcommand{\inaustriatranstabletwo}{%
|
||||
\begin{tabularx}{\textwidth}{l|l|X|l}
|
||||
{\bf Driver}&{\bf Passengers}&{\bf Description}&{\bf Approx Dist}
|
||||
\\\hline
|
||||
\rule{0pt}{16cm} &&&
|
||||
\end{tabularx}}
|
||||
\newcommand{\expoweather}[1]{
|
||||
% argument is the start date of the expo
|
||||
% longtable generated from incremeting the date for 6 weeks
|
||||
% simple box in which to write what happened
|
||||
\begin{longtable}{|l|p{10cm}|}
|
||||
\multicolumn{4}{l}{\expoheading{Expo Transport}} \\
|
||||
\endfirsthead
|
||||
\expoweatherweek{}
|
||||
\expoweatherweek{}
|
||||
\expoweatherweek{}
|
||||
\expoweatherweek{}
|
||||
\expoweatherweek{}
|
||||
\expoweatherweek{}
|
||||
\end{longtable}
|
||||
}
|
||||
|
||||
\newcommand{\expoweatherline}[1]{
|
||||
% argument is the day text
|
||||
\begin{tikzpicture}
|
||||
\pgfmathsetmacro{\wvar}{1.5}
|
||||
\node at (0,0.3*\wvar) [anchor=east] {#1};
|
||||
\node at (0,0) {};
|
||||
\node at (0,\wvar) {};
|
||||
\end{tikzpicture}
|
||||
& \\
|
||||
\midrule
|
||||
}
|
||||
|
||||
\newcommand{\moneytable}{%
|
||||
\begin{tabularx}{\textwidth}{l|l|X|l}
|
||||
{\bf Date}&{\bf Owed by}&{\bf Description}
|
||||
&{\bf Amount}\\\hline
|
||||
&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\
|
||||
&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\
|
||||
&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\
|
||||
&&&\\&&&
|
||||
\end{tabularx}}
|
||||
\newcommand{\expoweatherweek}[1]{
|
||||
% argument is the start of the week
|
||||
\midrule
|
||||
\expoweatherline{Monday}
|
||||
\expoweatherline{Tuesday}
|
||||
\expoweatherline{Wednesday}
|
||||
\expoweatherline{Thursday}
|
||||
\expoweatherline{Friday}
|
||||
\expoweatherline{Saturday}
|
||||
\expoweatherline{Sunday}
|
||||
}
|
||||
|
||||
\newcommand{\moneytabletwo}{%
|
||||
\begin{tabularx}{\textwidth}{l|l|X|l}
|
||||
{\bf Date}&{\bf Owed by}&{\bf Description}
|
||||
&{\bf Amount}\\\hline
|
||||
&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\
|
||||
&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\
|
||||
&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\
|
||||
&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&\\&&&
|
||||
\end{tabularx}}
|
||||
\newcommand{\expotransport}{
|
||||
% longtable to spread over multiple pages
|
||||
% method / departed / arrived / notes
|
||||
\addcontentsline{toc}{chapter}{Expo Transport}
|
||||
\begin{longtable}{p{2cm}|p{2cm}|p{2cm}|p{8cm}}
|
||||
\multicolumn{4}{l}{\expoheading{Expo Transport}} \\
|
||||
Method & Departed & Arrived & Notes \\
|
||||
\midrule
|
||||
\endfirsthead
|
||||
Method & Departed & Arrived & Notes \\
|
||||
\midrule
|
||||
\endhead
|
||||
\vspace{20.3cm} & & & \\
|
||||
\vspace{22cm} & & & \\
|
||||
\end{longtable}
|
||||
}
|
||||
|
||||
\newcommand{\money}[1]{\chapter{Money to be paid to #1} {\small Please enter
|
||||
each transaction only once in this book; either a positive credit to one
|
||||
account, or a negative debit to another. Record the currency for each
|
||||
entry.}\bigskip\\
|
||||
\moneytable\newpage\moneytabletwo}
|
||||
\newcommand{\moneypaid}{
|
||||
% creates a series of pages for the money paid to individuals
|
||||
% each person gets a page as made by moneypaidperson
|
||||
% generated from the names list
|
||||
\addcontentsline{toc}{chapter}{Money paid to ...}
|
||||
|
||||
\openin\namesread=names.txt
|
||||
\setcounter{linecount}{0}
|
||||
|
||||
\whiledo{\value{linecount}<\value{maxlines}}{
|
||||
\stepcounter{linecount}
|
||||
\read\namesread to \currentname
|
||||
\moneypaidperson{\currentname}
|
||||
}
|
||||
}
|
||||
|
||||
\newcommand{\moneypaidperson}[1]{
|
||||
% argument is who the money is to be paid to
|
||||
% longtable to spread over multiple pages
|
||||
% date / owed by / description
|
||||
\addcontentsline{toc}{section}{#1}
|
||||
\begin{longtable}{p{2cm}|p{2cm}|p{10cm}}
|
||||
\multicolumn{3}{l}{\expoheading{Money paid to #1}} \\
|
||||
\multicolumn{3}{p{\textwidth}}{Please include each transaction only once, either as positive credit or a negative debit. \vspace{1cm}} \\
|
||||
Date & Creditor & Notes \\
|
||||
\midrule
|
||||
\endfirsthead
|
||||
Date & Creditor & Notes \\
|
||||
\midrule
|
||||
\endhead
|
||||
\vspace{18.3cm} & & \\
|
||||
\vspace{22cm} & & \\
|
||||
\end{longtable}
|
||||
\clearpage
|
||||
}
|
||||
|
||||
\newcommand{\moneypaidgasthof}{
|
||||
% argument is who the money is to be paid to
|
||||
% longtable to spread over multiple pages
|
||||
% date / owed by / description
|
||||
\addcontentsline{toc}{chapter}{Money paid to Karin}
|
||||
\begin{longtable}{p{2cm}|p{2cm}|p{10cm}}
|
||||
\multicolumn{3}{l}{\expoheading{Money paid to Karin}} \\
|
||||
Date & Creditor & Notes \\
|
||||
\midrule
|
||||
\endfirsthead
|
||||
Date & Creditor & Notes \\
|
||||
\midrule
|
||||
\endhead
|
||||
\vspace{18.3cm} & & \\
|
||||
\vspace{22cm} & & \\
|
||||
\end{longtable}
|
||||
\clearpage
|
||||
}
|
||||
|
||||
\newcommand{\blankpage}[1]{
|
||||
% for creating a double page with nothing but a title
|
||||
% longtable to consistent formatting
|
||||
\addcontentsline{toc}{chapter}{#1}
|
||||
\begin{longtable}{p{\textwidth}}
|
||||
\expoheading{#1} \\
|
||||
\vspace{\textheight} \\
|
||||
\end{longtable}
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\newfont{\gothic}{ygoth scaled \magstep5}
|
||||
\thispagestyle{empty}
|
||||
\begin{center}
|
||||
\ \vspace{3cm}\\
|
||||
{\Large Cambridge University Caving Club}\bigskip\\
|
||||
\vspace{5mm}
|
||||
{\Huge \bf Expo 2014}\\
|
||||
\vspace{2cm}
|
||||
{\Huge \sc \gothic Bier Book}\\
|
||||
\vfill
|
||||
\end{center}
|
||||
\newread\namesread
|
||||
\newcounter{maxlines}
|
||||
\newcounter{linecount}
|
||||
\def\and{&}
|
||||
|
||||
\newpage
|
||||
\openin\namesread=names.txt
|
||||
\loop\unless\ifeof\namesread
|
||||
\read\namesread to \currentname
|
||||
\stepcounter{maxlines}
|
||||
\repeat
|
||||
\addtocounter{maxlines}{-1}
|
||||
|
||||
\ \vspace{12cm}\\
|
||||
Revision 1, 10 July 2014.
|
||||
\newread\datesread
|
||||
\openin\datesread=dates.txt
|
||||
\read\datesread to \firstweek
|
||||
\read\datesread to \secondweek
|
||||
\read\datesread to \thirdweek
|
||||
\read\datesread to \fourthweek
|
||||
\read\datesread to \fifthweek
|
||||
\read\datesread to \sixthweek
|
||||
|
||||
\newpage
|
||||
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\clearpage
|
||||
\thispagestyle{empty}
|
||||
\hfill
|
||||
\expotitle
|
||||
\printtoc
|
||||
\cleardoublepage
|
||||
this page intentionally left blank
|
||||
\clearpage
|
||||
|
||||
\chapter{Bier Tally (1-50)}
|
||||
\tallyA
|
||||
\newpage
|
||||
{\chapterfont Bier Tally (1-50) cont'd}
|
||||
\addcontentsline{toc}{chapter}{Drinks}
|
||||
\drinkstally{Bier 1-50}{0}
|
||||
\drinkstally{Bier 51-100}{50}
|
||||
\drinkstally{Limo 1-50}{0}
|
||||
\drinkstally{Limo 51-100}{50}
|
||||
\drinkstally{Other Drinks (specify)}{0}
|
||||
\drinkstally{Noteable farts}{0}
|
||||
|
||||
\tallyB
|
||||
\addcontentsline{toc}{chapter}{Nights}
|
||||
\nightstally{Nights Weeks 1-3}{\nightssubtitle}{\firstweek}{\secondweek}{\thirdweek}
|
||||
\nightstally{Nights Weeks 4-6}{\nightssubtitle}{\fourthweek}{\fifthweek}{\sixthweek}
|
||||
\nightstally{Time underground Weeks 1-3}{\timesubtitle}{\firstweek}{\secondweek}{\thirdweek}
|
||||
\nightstally{Time underground Weeks 4-6}{\timesubtitle}{\fourthweek}{\fifthweek}{\sixthweek}
|
||||
|
||||
\moneypaid
|
||||
\moneypaidgasthof
|
||||
|
||||
\expotransport
|
||||
%\expoweather{arg1}
|
||||
|
||||
\blankpage{Squashed Flies}
|
||||
\blankpage{Toll road info}
|
||||
\blankpage{In Austria Jollies}
|
||||
\blankpage{Suggestions for next year}
|
||||
\blankpage{Gear left up the hill}
|
||||
\blankpage{Quotes}
|
||||
|
||||
|
||||
\chapter{More Bier (51-100)}
|
||||
\setcounter{gridstart}{50}
|
||||
\tallyA
|
||||
\newpage
|
||||
{\chapterfont More Bier (51-100) cont'd}
|
||||
|
||||
\setcounter{gridstart}{50}
|
||||
\tallyB
|
||||
|
||||
|
||||
\chapter{Even More Bier (101-150)}
|
||||
\setcounter{gridstart}{100}
|
||||
\tallyA
|
||||
\newpage
|
||||
{\chapterfont Even More Bier (101-150) cont'd}
|
||||
|
||||
\setcounter{gridstart}{100}
|
||||
\tallyB
|
||||
|
||||
|
||||
\chapter{Dunkel Bier (1-50)}
|
||||
\setcounter{gridstart}{150}
|
||||
\tallyA
|
||||
\newpage
|
||||
{\chapterfont Dunkel Bier (1-50) cont'd}
|
||||
|
||||
\setcounter{gridstart}{150}
|
||||
\tallyB
|
||||
|
||||
|
||||
\chapter{Limo Tally (1-50)}
|
||||
\setcounter{gridstart}{0}
|
||||
\tallyA
|
||||
\newpage
|
||||
{\chapterfont Limo Tally (1-50) cont'd}
|
||||
|
||||
\setcounter{gridstart}{0}
|
||||
\tallyB
|
||||
|
||||
|
||||
\chapter{More Limo (51-100)}
|
||||
\setcounter{gridstart}{50}
|
||||
\tallyA
|
||||
\newpage
|
||||
{\chapterfont More Limo (51-100) cont'd}
|
||||
|
||||
\setcounter{gridstart}{50}
|
||||
\tallyB
|
||||
|
||||
|
||||
\chapter{Notable Farts}
|
||||
\setcounter{gridstart}{0}
|
||||
\tallyA
|
||||
\newpage
|
||||
{\chapterfont Notable Farts cont'd}
|
||||
|
||||
\setcounter{gridstart}{0}
|
||||
\tallyB
|
||||
|
||||
|
||||
\chapter{Number of Showers}
|
||||
\setcounter{gridstart}{0}
|
||||
\tallyA
|
||||
\newpage
|
||||
{\chapterfont Number of Showers cont'd}
|
||||
|
||||
\setcounter{gridstart}{0}
|
||||
\tallyB
|
||||
|
||||
|
||||
\chapter{Expo Transport}
|
||||
\transporttable
|
||||
\newpage\transporttablelong
|
||||
\newpage\transporttablelong
|
||||
|
||||
|
||||
\chapter{Money paid to Karin}
|
||||
\karintable
|
||||
|
||||
|
||||
\chapter{Nights Tally (weeks 1 to 3)}
|
||||
{\small {\bf /} = Base Camp; {\bf S} = stone bridge; {\bf B} = bivvying elsewhere.}
|
||||
|
||||
\datetallyfirst
|
||||
|
||||
|
||||
\chapter{Nights Tally (weeks 4 and 5)}
|
||||
{\small {\bf /} = Base Camp; {\bf S} = stone bridge; {\bf B} = bivvying elsewhere.}
|
||||
|
||||
\datetallysecond
|
||||
|
||||
|
||||
\chapter{Time Underground Tally (weeks 1 to 3)}
|
||||
\datetallyfirst
|
||||
|
||||
|
||||
\chapter{Time Underground Tally (weeks 4 and 5)}
|
||||
\datetallysecond
|
||||
|
||||
|
||||
\chapter{Expo Weather}
|
||||
|
||||
\begin{tabularx}{\textwidth}{|l|X|}
|
||||
\hline
|
||||
Sat 19\textsuperscript{th} July & \\&\\\hline
|
||||
Sun 20\textsuperscript{th} July & \\&\\\hline
|
||||
Mon 21\textsuperscript{th} July & \\&\\\hline
|
||||
Tue 22\textsuperscript{th} July & \\&\\\hline
|
||||
Wed 23\textsuperscript{th} July & \\&\\\hline
|
||||
Thu 24\textsuperscript{st} July & \\&\\\hline
|
||||
Fri 25\textsuperscript{nd} July & \\&\\\hline\hline
|
||||
Sat 26\textsuperscript{rd} July & \\&\\\hline
|
||||
Sun 27\textsuperscript{th} July & \\&\\\hline
|
||||
Mon 28\textsuperscript{th} July & \\&\\\hline
|
||||
Tue 29\textsuperscript{th} July & \\&\\\hline
|
||||
Wed 30\textsuperscript{th} July & \\&\\\hline
|
||||
Thu 31\textsuperscript{th} July & \\&\\\hline
|
||||
Fri 1\textsuperscript{th} August & \\&\\\hline\hline
|
||||
Sat 2\textsuperscript{th} August & \\&\\\hline
|
||||
Sun 3\textsuperscript{th} August & \\&\\\hline
|
||||
Mon 4\textsuperscript{th} August & \\&\\\hline
|
||||
\end{tabularx}
|
||||
|
||||
\newpage
|
||||
\begin{tabularx}{\textwidth}{|l|X|}
|
||||
\hline
|
||||
Tue 5\textsuperscript{th} August & \\&\\\hline
|
||||
Wed 6\textsuperscript{th} August & \\&\\\hline
|
||||
Thu 7\textsuperscript{th} August & \\&\\\hline
|
||||
Fri 8\textsuperscript{th} August & \\&\\\hline\hline
|
||||
Sat 9\textsuperscript{th} August & \\&\\\hline
|
||||
Sun 10\textsuperscript{th} August & \\&\\\hline
|
||||
Mon 11\textsuperscript{th} August & \\&\\\hline
|
||||
Tue 12\textsuperscript{th} August & \\&\\\hline
|
||||
Wed 13\textsuperscript{st} August & \\&\\\hline
|
||||
Thu 14\textsuperscript{nd} August & \\&\\\hline
|
||||
Fri 15\textsuperscript{rd} August & \\&\\\hline\hline
|
||||
Sat 16\textsuperscript{th} August & \\&\\\hline
|
||||
Sun 17\textsuperscript{th} August & \\&\\\hline
|
||||
Mon 18\textsuperscript{th} August & \\&\\\hline
|
||||
Tue 19\textsuperscript{th} August & \\&\\\hline
|
||||
Wed 20\textsuperscript{th} August & \\&\\\hline
|
||||
Thu 21\textsuperscript{th} August & \\&\\\hline
|
||||
Fri 22\textsuperscript{th} August & \\&\\\hline\hline
|
||||
Sat 23\textsuperscript{st} August & \\&\\\hline
|
||||
Sun 24\textsuperscript{st} August & \\&\\\hline
|
||||
\end{tabularx}
|
||||
|
||||
\chapter{Toll Road Info}
|
||||
|
||||
\chapter{In Austria Jollies}
|
||||
|
||||
Please record details of all excursions over 10km.\\
|
||||
|
||||
\inaustriatranstable
|
||||
|
||||
\inaustriatranstabletwo
|
||||
|
||||
\inaustriatranstabletwo
|
||||
|
||||
\clearpage
|
||||
\thispagestyle{empty}
|
||||
\hfill
|
||||
\clearpage
|
||||
|
||||
\chapter{Squashed Flies Page}
|
||||
|
||||
|
||||
\money{Adam}
|
||||
\money{Aled}
|
||||
\money{Andrea}
|
||||
\money{Andrew}
|
||||
\money{Becka}
|
||||
\money{Chris}
|
||||
\money{David M}
|
||||
\money{David W}
|
||||
\money{Dour}
|
||||
\money{Elaine}
|
||||
\money{Fleur}
|
||||
\money{Gina}
|
||||
\money{Holly}
|
||||
\money{Jess}
|
||||
\money{Joe}
|
||||
\money{Julia}
|
||||
\money{Julian}
|
||||
\money{Juliet}
|
||||
\money{Katey}
|
||||
\money{Martin}
|
||||
\money{Matt}
|
||||
\money{Michael}
|
||||
\money{Mike}
|
||||
\money{Nathanael}
|
||||
\money{Neil}
|
||||
\money{Noel}
|
||||
\money{Pete}
|
||||
\money{Rob A}
|
||||
\money{Rob W}
|
||||
\money{Sam}
|
||||
\money{Sophie D}
|
||||
\money{Sophie H}
|
||||
\money{Wookey }
|
||||
\money{\ldots\ldots\ldots}
|
||||
\money{\ldots\ldots\ldots}
|
||||
\money{\ldots\ldots\ldots}
|
||||
|
||||
|
||||
\chapter{Dinner Choices}
|
||||
\renewcommand{\arraystretch}{1.5}
|
||||
\begin{tabularx}{\textwidth}{|l||X|X|X|c|}
|
||||
\hline
|
||||
{\bf Attendee}&{\bf Starter}&{\bf Main Course}&{\bf Dessert}&{\bf Cost} \\ \hline\hline
|
||||
Adam &&&& \\ \hline
|
||||
Aled &&&& \\ \hline
|
||||
Andrea &&&& \\ \hline
|
||||
Andrew &&&& \\ \hline
|
||||
Becka &&&& \\ \hline
|
||||
Chris &&&& \\ \hline
|
||||
David M &&&& \\ \hline
|
||||
David W &&&& \\ \hline
|
||||
Dour &&&& \\ \hline
|
||||
Elaine &&&& \\ \hline
|
||||
Fleur &&&& \\ \hline
|
||||
Gina &&&& \\ \hline
|
||||
Holly &&&& \\ \hline
|
||||
Jess &&&& \\ \hline
|
||||
Joe &&&& \\ \hline
|
||||
Julia &&&& \\ \hline
|
||||
Julian &&&& \\ \hline
|
||||
Juliet &&&& \\ \hline
|
||||
\end{tabularx}
|
||||
\newpage
|
||||
\vspace{1cm}
|
||||
\begin{tabularx}{\textwidth}{|l||X|X|X|c|}
|
||||
\hline
|
||||
{\bf Attendee}&{\bf Starter}&{\bf Main Course}&{\bf Dessert}&{\bf Cost} \\ \hline\hline
|
||||
Katey &&&& \\ \hline
|
||||
Martin &&&& \\ \hline
|
||||
Matt &&&& \\ \hline
|
||||
Michael &&&& \\ \hline
|
||||
Mike &&&& \\ \hline
|
||||
Nathanael &&&& \\ \hline
|
||||
Neil &&&& \\ \hline
|
||||
Noel &&&& \\ \hline
|
||||
Pete &&&& \\ \hline
|
||||
Rob A &&&& \\ \hline
|
||||
Rob W &&&& \\ \hline
|
||||
Sam &&&& \\ \hline
|
||||
Sophie D &&&& \\ \hline
|
||||
Sophie H &&&& \\ \hline
|
||||
Wookey &&&& \\ \hline
|
||||
&&&& \\ \hline
|
||||
&&&& \\ \hline
|
||||
&&&& \\ \hline
|
||||
\end{tabularx}
|
||||
\renewcommand{\arraystretch}{1}
|
||||
|
||||
|
||||
\chapter{Gear taken up the hill}
|
||||
\newpage\
|
||||
|
||||
\chapter{Stuff left in Austria}
|
||||
\newpage\ \newpage\ \newpage\
|
||||
|
||||
|
||||
\chapter{Expo Suggestions}
|
||||
\newpage\ \newpage\
|
||||
|
||||
\chapter{Quotes}
|
||||
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\end{document}
|
||||
\end{document}
|
@ -1,7 +0,0 @@
|
||||
latex --shell-escape bierbook.tex
|
||||
dvips bierbook.dvi
|
||||
ps2pdf14 bierbook.ps
|
||||
|
||||
latex --shell-escape seshbook.tex
|
||||
dvips seshbook.dvi
|
||||
ps2pdf14 seshbook.ps
|
6
documents/bierbook/dates.txt
Normal file
6
documents/bierbook/dates.txt
Normal file
@ -0,0 +1,6 @@
|
||||
19 Jun - 25 Jun
|
||||
26 Jun - 2 Jul
|
||||
3 Jul - 9 Jul
|
||||
10 Jul - 16 Jul
|
||||
17 Jul - 23 Jul
|
||||
24 Jul - 31 Jul
|
@ -1,94 +0,0 @@
|
||||
%%
|
||||
%% This is file `graphpap.sty',
|
||||
%% generated with the docstrip utility.
|
||||
%%
|
||||
%% The original source files were:
|
||||
%%
|
||||
%% graphpap.dtx (with options: `package')
|
||||
%%
|
||||
%% This is a generated file.
|
||||
%%
|
||||
%% Copyright 1993 1994 1995 1996 1997 1998 1999
|
||||
%% The LaTeX3 Project and any individual authors listed elsewhere
|
||||
%% in this file.
|
||||
%%
|
||||
%% This file was generated from file(s) of the LaTeX base system.
|
||||
%% --------------------------------------------------------------
|
||||
%%
|
||||
%% It may be distributed and/or modified under the
|
||||
%% conditions of the LaTeX Project Public License, either version 1.2
|
||||
%% of this license or (at your option) any later version.
|
||||
%% The latest version of this license is in
|
||||
%% http://www.latex-project.org/lppl.txt
|
||||
%% and version 1.2 or later is part of all distributions of LaTeX
|
||||
%% version 1999/12/01 or later.
|
||||
%%
|
||||
%% This file may only be distributed together with a copy of the LaTeX
|
||||
%% base system. You may however distribute the LaTeX base system without
|
||||
%% such generated files.
|
||||
%%
|
||||
%% The list of all files belonging to the LaTeX base distribution is
|
||||
%% given in the file `manifest.txt'. See also `legal.txt' for additional
|
||||
%% information.
|
||||
%%
|
||||
%%
|
||||
%% File `graphpap.dtx'.
|
||||
%% Copyright (C) 1994 by Leslie Lamport
|
||||
%% all rights reserved.
|
||||
%%
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{grid}
|
||||
[1994/08/09 v1.0c Hacked LaTeX graphpap package (LL)]
|
||||
\let\c@@grid\count@
|
||||
\newcounter{gridstart}
|
||||
\def\@vgrid(#1,#2)#3#4#5{%
|
||||
\setcounter{@grid}{#1}%
|
||||
\addtocounter{@grid}{\c@gridstart}%
|
||||
\multiput(#1,#2)(#3,0){#4}{\line(0,1){#5}}%
|
||||
\multiput(#1,#2)(#3,0){#4}{\@vgridnumber{#3}}}
|
||||
\def\@vgridnumber#1{%
|
||||
\makebox(0,0)[t]{%
|
||||
\shortstack{\rule{0pt}{10pt}\\\arabic{@grid}}}%
|
||||
\addtocounter{@grid}{2*#1}}
|
||||
\def\@nonumvgrid(#1,#2)#3#4#5{%
|
||||
\multiput(#1,#2)(#3,0){#4}{\line(0,1){#5}}}
|
||||
\def\@hgrid(#1,#2)#3#4#5{%
|
||||
\setcounter{@grid}{#2}%
|
||||
\multiput(#1,#2)(0,#3){#4}{\line(1,0){#5}}%
|
||||
\multiput(#1,#2)(0,#3){#4}{\@hgridnumber{#3}}}
|
||||
%%\def\@hgridnumber#1{%
|
||||
%% \makebox(0,0)[r]{\arabic{@grid}\hspace{10pt}}%
|
||||
%% \addtocounter{@grid}{#1}}
|
||||
\def\@hgridnumber#1{}
|
||||
\def\@nonumhgrid(#1,#2)#3#4#5{%
|
||||
\multiput(#1,#2)(0,#3){#4}{\line(1,0){#5}}}
|
||||
\newcommand\graphpaper[1][10]{\leavevmode\@grid{#1}}
|
||||
\def\@grid#1(#2,#3)#4{\@grid@i{#1}{#2}{#3}(}
|
||||
\def\@grid@i#1#2#3(#4,#5){%
|
||||
\@tempcnta=#4\relax
|
||||
\divide\@tempcnta#1\relax
|
||||
\advance\@tempcnta1\relax
|
||||
{\thinlines\@nonumvgrid(#2,#3){#1}{\@tempcnta}{#5}
|
||||
\@tempcnta#4\relax
|
||||
\divide\@tempcnta5\relax
|
||||
\divide\@tempcnta#1\relax
|
||||
\advance\@tempcnta1\relax
|
||||
\@tempcntb5\relax
|
||||
\multiply\@tempcntb#1\relax
|
||||
\thicklines\@vgrid(#2,#3){\@tempcntb}{\@tempcnta}{#5}
|
||||
\@tempcnta#5\relax
|
||||
\divide\@tempcnta #1\relax
|
||||
\advance\@tempcnta1\relax
|
||||
\thinlines\@nonumhgrid(#2,#3){#1}{\@tempcnta}{#4}
|
||||
\@tempcnta#5\relax
|
||||
\divide\@tempcnta2\relax
|
||||
%% \divide\@tempcnta#1\relax
|
||||
\advance\@tempcnta1\relax
|
||||
%% \thicklines\@hgrid(#2,#3){\@tempcntb}{\@tempcnta}{#4}}%
|
||||
\setlength{\linethickness}{0.8mm}
|
||||
\@hgrid(#2,#3){2}{\@tempcnta}{#4}}%
|
||||
\ignorespaces}
|
||||
|
||||
\endinput
|
||||
%%
|
||||
%% End of file `graphpap.sty'.
|
@ -1,36 +1,40 @@
|
||||
Adam\bigskip\\
|
||||
Aled\bigskip\\
|
||||
Andrea\bigskip\\
|
||||
Andrew\bigskip\\
|
||||
Becka\bigskip\\
|
||||
Chris\bigskip\\
|
||||
David M\bigskip\\
|
||||
David W\bigskip\\
|
||||
Dour\bigskip\\
|
||||
Elaine\bigskip\\
|
||||
Fleur\bigskip\\
|
||||
Gina\bigskip\\
|
||||
Holly\bigskip\\
|
||||
Jess\bigskip\\
|
||||
Joe\bigskip\\
|
||||
Julia\bigskip\\
|
||||
Julian\bigskip\\
|
||||
Juliet\bigskip\\
|
||||
Katey\bigskip\\
|
||||
Martin\bigskip\\
|
||||
Matt\bigskip\\
|
||||
Michael\bigskip\\
|
||||
Mike\bigskip\\
|
||||
Nathanael\bigskip\\
|
||||
Neil\bigskip\\
|
||||
Noel\bigskip\\
|
||||
Pete\bigskip\\
|
||||
Rob A\bigskip\\
|
||||
Rob W\bigskip\\
|
||||
Sam\bigskip\\
|
||||
Sophie D\bigskip\\
|
||||
Sophie H\bigskip\\
|
||||
Wookey \bigskip\\
|
||||
\ldots\ldots\ldots\bigskip\\
|
||||
\ldots\ldots\ldots\bigskip\\
|
||||
\ldots\ldots\ldots\bigskip\\
|
||||
Adam Henry
|
||||
Alice Smith
|
||||
Andrew Atkinson
|
||||
Anthony Day
|
||||
Ashley Gregg
|
||||
Becka Lawson
|
||||
Carl S-J
|
||||
Catherin Hulse
|
||||
Chris Densham
|
||||
Christopher Smith
|
||||
David Walker
|
||||
Elaine Oliver
|
||||
Elliott Smith
|
||||
Fleur Loveridge
|
||||
Frank Tully
|
||||
George Breley
|
||||
Jenny Black
|
||||
Joe Bache
|
||||
Joe Bache's mate
|
||||
Julian Todd
|
||||
Katey Bender
|
||||
Luke Stangroom
|
||||
Mark Dougherty
|
||||
Mark S
|
||||
Martin Green
|
||||
Matthew Watson
|
||||
Melissa Potts
|
||||
Michael Sargent
|
||||
Nat Dalton
|
||||
Nathan Walker
|
||||
Olly Betts
|
||||
Pete Talling
|
||||
Philip Withnall
|
||||
Rob Watson
|
||||
Roshni Gohil
|
||||
Sioned Haughton
|
||||
Wookey
|
||||
\ldots\ldots\ldots
|
||||
\ldots\ldots\ldots
|
||||
\ldots\ldots\ldots
|
@ -1,20 +1,29 @@
|
||||
Last made using MikTeX2.9 on Win7.
|
||||
Build profile should be tex -> dvi -> ps -> pdf (because pstricks package is used).
|
||||
Build profile should be tex -> pdf (because pstricks package is no longer used).
|
||||
|
||||
|
||||
To build 'manually,' execute
|
||||
|
||||
|
||||
latex --shell-escape bierbook.tex
|
||||
dvips bierbook.dvi
|
||||
ps2pdf14 bierbook.ps
|
||||
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape bierbook.tex
|
||||
|
||||
latex --shell-scape seshbook.tex
|
||||
dvips seshbook.dvi
|
||||
ps2pdf14 seshbook.ps
|
||||
pdflatex.exe -synctex=1 -interaction=nonstopmode -shell-escape seshbook.tex
|
||||
|
||||
|
||||
Due to the way LaTeX works out table column witdths, these commands may need to be run several times until a stable output is produced.
|
||||
|
||||
The design of these files is intended to confine all changes year to year to the names.txt and dates.txt files, thanks to LaTeX's capability to read an external file and iterate through line by line performing the same action for each name.
|
||||
|
||||
|
||||
packages needed (LaTeX) are:
|
||||
geometry
|
||||
fancyhdr
|
||||
tikz
|
||||
booktabs
|
||||
tongtable
|
||||
multirow
|
||||
tocloft
|
||||
yfonts
|
||||
anyfontsize
|
||||
ifthen
|
||||
|
||||
packages needed (Debian) are:
|
||||
pstricks
|
||||
ghostscript
|
||||
texlive-bin
|
||||
texlive-fonts-extra (for ygoth)
|
@ -1,125 +1,159 @@
|
||||
%%
|
||||
%% CUCC Expo Sesh Book
|
||||
%%
|
||||
\documentclass[a4paper,12pt,twoside]{book}
|
||||
|
||||
\documentclass[a5paper,10pt]{bb}
|
||||
\usepackage{bierbook-style}
|
||||
% All required packages should be included in bierbook-style
|
||||
|
||||
%\usepackage{pstricks}
|
||||
\usepackage{tabularx}
|
||||
%\usepackage{color}
|
||||
%\usepackage{calc}
|
||||
\usepackage[left=15mm,right=15mm,top=8mm,bottom=20mm]{geometry}
|
||||
%\usepackage{palatino}
|
||||
%\usepackage{grid}
|
||||
%\usepackage{graphpap}
|
||||
%\usepackage{auto-pst-pdf}
|
||||
|
||||
\setlength{\parskip}{1.5ex}
|
||||
\setlength{\parindent}{0pt}
|
||||
|
||||
%\setlength{\unitlength}{9.5pt}
|
||||
|
||||
\usepackage{color}
|
||||
\definecolor{hrulecol}{gray}{0.5}
|
||||
\definecolor{textcol}{gray}{0}
|
||||
|
||||
\usepackage{colortbl}
|
||||
\arrayrulecolor{hrulecol}
|
||||
|
||||
\newcommand{\seshattendees}{%
|
||||
\renewcommand{\arraystretch}{1.5}
|
||||
\begin{tabularx}{\textwidth}{X|l|l}
|
||||
{\bf Attendee}&{\bf Amount owed}&{\bf Amount paid}\\\hline\hline
|
||||
&&\\\hline&&\\\hline&&\\\hline&&\\\hline&&\\\hline&&\\\hline&&\\\hline
|
||||
&&\\\hline&&\\\hline&&\\\hline&&\\\hline&&\\\hline&&\\\hline&&\\\hline
|
||||
&&\\\hline&&\\\hline&&\\\hline&&\\\hline&&\\\hline&&\\\hline&&\\\hline
|
||||
&&\\\hline\hline\raggedleft{\bf Totals}&&
|
||||
\end{tabularx}}
|
||||
\color{textcol}
|
||||
|
||||
\newcommand{\seshdetails}{%
|
||||
|
||||
Please record details of who consumed what, and costs, below.
|
||||
|
||||
\color{hrulecol}
|
||||
\vspace{7.8ex} \hrule \vspace{6ex} \hrule \vspace{6ex} \hrule \vspace{6ex} \hrule
|
||||
\vspace{6ex} \hrule \vspace{6ex} \hrule \vspace{6ex} \hrule \vspace{6ex} \hrule
|
||||
\vspace{6ex} \hrule \vspace{6ex} \hrule \vspace{6ex} \hrule \vspace{6ex} \hrule
|
||||
\vspace{6ex} \hrule \vspace{6ex} \hrule \vspace{6ex} \hrule \vspace{6ex} \hrule
|
||||
\vspace{6ex} \hrule \vspace{6ex} \hrule
|
||||
\color{textcol}
|
||||
\newcommand{\expotitle}{
|
||||
% makes the title page
|
||||
\thispagestyle{empty}
|
||||
\centering
|
||||
\ \vspace{3cm}
|
||||
{\Large Cambridge University Caving Club}
|
||||
\bigskip
|
||||
\vspace{5mm}\\
|
||||
{\Huge \bf Expo \the\year}
|
||||
\vspace{2cm}\\
|
||||
\textgoth{\fontsize{100}{120}\selectfont Sesh Book}
|
||||
\vspace{6 cm}\\
|
||||
The Sesh Book is intended to be taken to every sesh at the Gasthof, so the Bier Book can
|
||||
remain in the Potato Hut.
|
||||
For each sesh, the table recording attendees, amount owed and amount paid is the primary reference for the treasurer and should be completed accurately. The totals give a quick check that everything has been accounted for.
|
||||
The space on the opposite page can be used for recording the details of what each person had, and
|
||||
for tallies etc. Any other details that might make it easier for the treasurer to decipher the receipt
|
||||
should also be noted.
|
||||
\vfill
|
||||
\clearpage
|
||||
}
|
||||
|
||||
\newcommand{\expoheading}[1]{
|
||||
% provides the formatting for a title of a section
|
||||
\vspace{10pt}
|
||||
{\LARGE #1}
|
||||
\vspace{20pt}
|
||||
}
|
||||
|
||||
\newcommand{\sesh}[1]{
|
||||
% argument is the number of the sesh
|
||||
% longtable
|
||||
\begin{longtable}{p{10cm}|p{2cm}|p{2cm}}
|
||||
\multicolumn{3}{l}{\expoheading{Sesh #1 - \ldots/\ldots/\the\year}} \\
|
||||
Attendee \and Amount Owed \and Amount Paid \\
|
||||
\toprule
|
||||
\endhead
|
||||
%
|
||||
\bottomrule
|
||||
Totals \and \and \\
|
||||
\endfoot
|
||||
%
|
||||
\setcounter{seshlines}{0}
|
||||
\whiledo{\value{seshlines}<26}{
|
||||
\and \and \\
|
||||
\midrule
|
||||
\stepcounter{seshlines}
|
||||
}
|
||||
%
|
||||
\and \and \\
|
||||
%
|
||||
\end{longtable}
|
||||
\clearpage
|
||||
\begin{longtable}{p{14cm}}
|
||||
\expoheading{Sesh #1 - Notes} \\
|
||||
Please use this page to record details of the sesh, who ordered what, how much individual items cost, to avoid clutter on the opposite table.\\
|
||||
\end{longtable}
|
||||
\clearpage
|
||||
}
|
||||
|
||||
\newcommand{\dinnerlist}{
|
||||
% no arguments required
|
||||
% longtable, generated from the list of names
|
||||
% uses dinnerline for each line
|
||||
\openin\namesread=names.txt
|
||||
\setcounter{linecount}{0}
|
||||
\begin{longtable}{l|p{3cm}|p{3cm}|p{3cm}|l}
|
||||
\multicolumn{5}{l}{\expoheading{Expo Dinner}} \\
|
||||
\multicolumn{5}{p{\textwidth}}{Please record people's dinner choices here in advance of the expo dinner.}
|
||||
\vspace{1cm}\\
|
||||
Name \and Starter \and Main \and Desert \and Notes \\
|
||||
\toprule
|
||||
\endfirsthead
|
||||
Name \and Starter \and Main \and Desert \and Notes \\
|
||||
\toprule
|
||||
\endhead
|
||||
\bottomrule
|
||||
\endfoot
|
||||
%
|
||||
\stepcounter{linecount}
|
||||
\whiledo{\value{linecount}<\value{maxlines}}{
|
||||
\stepcounter{linecount}
|
||||
\read\namesread to \currentname
|
||||
\dinnerline{\currentname}
|
||||
\midrule
|
||||
}
|
||||
%
|
||||
\read\namesread to \currentname
|
||||
\dinnerline{\currentname}
|
||||
%
|
||||
\end{longtable}
|
||||
\clearpage
|
||||
}
|
||||
|
||||
\newcommand{\dinnerline}[1]{
|
||||
% argument is the name on the line
|
||||
% boxes are a tikz grid
|
||||
\begin{tikzpicture}
|
||||
\pgfmathsetmacro{\wvar}{0.4}
|
||||
\node at (0,0.6*\wvar) [anchor=east] {#1};
|
||||
\node at (0,0) {};
|
||||
\node at (0,2*\wvar) {};
|
||||
\end{tikzpicture}
|
||||
\and
|
||||
\and
|
||||
\and
|
||||
\and
|
||||
\\
|
||||
}
|
||||
|
||||
\newcommand{\blankpage}[1]{
|
||||
% for creating a double page with nothing but a title
|
||||
% longtable to consistent formatting
|
||||
\begin{longtable}{p{\textwidth}}
|
||||
\expoheading{#1} \\
|
||||
\vspace{\textheight} \\
|
||||
\end{longtable}
|
||||
}
|
||||
% \begin{tabularx}{\textwidth}{p{2.5cm}|X|l}
|
||||
% {\bf Who}&{\bf What}&{\bf Cost}\\\hline
|
||||
% &&\\&&\\&&\\&&\\&&\\&&\\&&\\&&\\&&\\
|
||||
% &&\\&&\\&&\\&&\\&&\\&&\\&&\\&&\\&&\\
|
||||
% &&\\&&\\&&\\&&\\&&\\&&\\&&\\&&\\&&
|
||||
% \end{tabularx}}
|
||||
|
||||
\newcommand{\sesh}[1]{\chapter{Sesh #1 ~ --- ~ ~.~.~/~.~.~.~/2014}
|
||||
\seshattendees\newpage\seshdetails}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\newfont{\gothic}{ygoth scaled \magstep5}
|
||||
\thispagestyle{empty}
|
||||
\begin{center}
|
||||
\ \vspace{3cm}\\
|
||||
{\Large Cambridge University Caving Club}\bigskip\\
|
||||
\vspace{5mm}
|
||||
{\Huge \bf Expo 2014}\\
|
||||
\vspace{2cm}
|
||||
{\Huge Sesh Book}\\
|
||||
\vspace{4cm}
|
||||
\vfill
|
||||
\end{center}
|
||||
\newread\namesread
|
||||
\newcounter{maxlines}
|
||||
\newcounter{linecount}
|
||||
\def\and{&}
|
||||
|
||||
\openin\namesread=names.txt
|
||||
\loop\unless\ifeof\namesread
|
||||
\read\namesread to \currentname
|
||||
\stepcounter{maxlines}
|
||||
\repeat
|
||||
\addtocounter{maxlines}{-1}
|
||||
|
||||
\expotitle
|
||||
|
||||
\newpage
|
||||
|
||||
\ \vspace{12cm}\\
|
||||
Revision 1, 10 July 2014.
|
||||
\newpage
|
||||
\newcounter{seshcount}
|
||||
\newcounter{seshlines}
|
||||
\stepcounter{seshcount}
|
||||
\def\and{&}
|
||||
\whiledo{\value{seshcount}<21}{
|
||||
\sesh{\theseshcount}
|
||||
\stepcounter{seshcount}
|
||||
}
|
||||
|
||||
\ \vspace{6 cm}\\
|
||||
The Sesh Book is intended to be taken to every sesh at the Gasthof, so the Bier Book can
|
||||
remain in the Potato Hut.
|
||||
\blankpage{Sesh Quotes}
|
||||
\blankpage{}
|
||||
\blankpage{}
|
||||
|
||||
For each sesh, the table recording attendees, amount owed and amount paid is the primary reference
|
||||
for the treasurer and should be completed accurately. The totals give a quick check that everything
|
||||
has been accounted for.
|
||||
\dinnerlist
|
||||
|
||||
The space on the opposite page can be used for recording the details of what each person had, and
|
||||
for tallies etc. Any other details that might make it easier for the treasurer to decipher the receipt
|
||||
should also be noted.
|
||||
|
||||
\sesh{1}
|
||||
\sesh{2}
|
||||
\sesh{3}
|
||||
\sesh{4}
|
||||
\sesh{5}
|
||||
\sesh{6}
|
||||
\sesh{7}
|
||||
\sesh{8}
|
||||
\sesh{9}
|
||||
\sesh{10}
|
||||
\sesh{11}
|
||||
\sesh{12}
|
||||
\sesh{13}
|
||||
\sesh{14}
|
||||
\sesh{15}
|
||||
\sesh{16}
|
||||
\sesh{17}
|
||||
\sesh{18}
|
||||
\sesh{19}
|
||||
\sesh{20}
|
||||
|
||||
\chapter{Sesh Quotes}
|
||||
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\newpage\ \newpage
|
||||
\end{document}
|
||||
\end{document}
|
@ -264,13 +264,14 @@ David Walker,Walker,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1
|
||||
Hannah Walker,Walker,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,
|
||||
Ian Walker,Walker,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,1,,,
|
||||
Julian Walker,Walker,1,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
Nathan Walker,Walker,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1
|
||||
Stuart Walker,Walker,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,,
|
||||
Becky Ward,Ward,,,l/rhrw.htm,,,,,,,-1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
Martin Warren,Warren,1,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
Matt Watson,Watson,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1
|
||||
Rob Watson,Watson,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,
|
||||
Henri Welbourne,Welbourne,,,i/henri_welbourne.jpg,,,,,,,,,,,,,,,,1,1,,,,,,,,,,,,,,,,,,,,,,,
|
||||
Sam Wenham,Wenham,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,-1
|
||||
Sam Wenham,Wenham,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1
|
||||
Jared West,West,,,l/jared.htm,,,,,,,,,,,,1,1,,1,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
Ben Whetton,Whetton,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1
|
||||
Tina White,White,,,l/tinaw.htm,,,,,,,,,,1,,,1,1,1,,1,,,,1,,,1,,,,,,,,,,,,,,,,
|
||||
|
|
@ -14,7 +14,6 @@
|
||||
<div class="triptitle"></div>
|
||||
<p></p>
|
||||
<div class="timeug">T/U: </div>
|
||||
<hr>
|
||||
--end of fragment-->
|
||||
|
||||
<div class="tripdate" id="t2015-07-07a">2015-07-07</div>
|
||||
@ -23,27 +22,27 @@
|
||||
<p>An early 7:00am start resulted in a marginally cooler walk up to the entrance of 107 after dropping off first load we returned immediately down making good progress, we collected another rucksack worth of rope and returned to the entrance entering the cave at 12:00. The first pitch had a precariously hanging 2 tonnes of snow hanging on the side of the wall, (this was ignored!) trip continued the first 5 ropes where rigged. A quick return to the surface to warm up, and then re-entered with more rope making it all the way to Twin Pitches at which point all the rope had been exhausted, returning out the trick was to ignore the fact that the block of snow/ice was disintegrating above you showering pieces on you (this would have to be sorted).</p>
|
||||
<img src="logbkimg01.jpeg" alt="sketch of stick-man luke and 'fuckoff bit of snow' hovering in pitch">
|
||||
<div class="timeug">T/U: 6hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-08a">2015-07-08</div>
|
||||
<div class="trippeople"><u>Luke</u>, Joe</div>
|
||||
<div class="triptitle">Gemsehöhle - 107</div>
|
||||
<p>A return with the rope required and drill to sort out the sketchy rigging resulted in the arrival at the top at 12:00 after a more relaxed start. The first task was to destroy the ever melting snow which was achieved in 30 mins. The down trip involved sorting out multiple rigging issues and everything was made much safer. Water flow had increased dramatically since yesterday. Making it to Too Bold For This Spit, we halted, rigged it but had to turn round because of lack of hangers and quantity of water flowing down. Exitting the cave was much more pleasant without the looming iceberg.</p>
|
||||
<p>Much rerigging was had.</p>
|
||||
<div class="timeug">T/U: 6 hr</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-09a">2015-07-09</div>
|
||||
<div class="trippeople">Luke & <u>Joe</u> again</div>
|
||||
<div class="triptitle">107</div>
|
||||
<p>Start 11:00 End 19:30</p>
|
||||
<p>Lucky Luke had been persuaded to go down 107 again with the promise of large cave to be seen. Rigging 'Too Bold For This Spit' wasn't so wet but still not nice! Some new bolts were put in and then we set off for China. We went into 161 searching for the mysterious missing rope - didn't find it but enjoyed 161 which has a very different character to 107. Thedre are some lovely "stone mushrooms" down there (take a camera next time). We had a look down a 'C' lead on the west wall of China ..... Will have to go down and survey tomorrow (Luke).</p>
|
||||
<div class="timeug">T/U: 8½ hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-10a">2015-07-10</div>
|
||||
<div class="trippeople"><u>Anthony</u> & Mark D</div>
|
||||
<div class="triptitle">Tunnocks Entrance Rig</div>
|
||||
<p>Headed up to Tunnocks with enough rope for the entrance pitch and maybe Caramel Catharsis as well, plus drill in case entrance rig fettling was required. I rigged down following the trail of reflectors which made finding the bolts easy, making only minimal changes to the 2014 rig. There was a substantial pile of snow at the first choss slope (completely bare last year as I recall) and also at other points lower down. At the second choss slope, I spent a while swinging around with skyhooks to see if I could find a way to avoid it completely, eventually concluding that it would be very acrobatic for little gain. I put in an extra bolt for the next descent to replace the Y-hang with bolts miles up in the air on the far wall with a Y-hang on the near side of the drop with an immediate deviation off the far wall. Continued down until the trail of reflectors seemed to indicate an airy-fairy route across the wall. I elected to descend directly to the floor which was covered in relatively fresh snow. There is still some very old ice down there which would make the original route very tedious. Ducks on Ice is open, however, albeit with a higher snow level than I recall from last year. Mark descended the snow slope and discovered an enormous ice stal hanging like the Sword of Damocles right above the way on. Something needed to be done about this, so we retreated to plan our next move.</p>
|
||||
<div class="timeug">T/U: 6 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-11a">2015-07-11</div>
|
||||
<div class="trippeople">Anthony & <u>Mark D</u></div>
|
||||
<div class="triptitle">Tunnocks Entrance De-ice</div>
|
||||
@ -55,14 +54,14 @@
|
||||
<p>After the de-ice, we carried on. Rigged traverse & handline down to start of Caramel Catharsis, then the long traverse & pitch itself. Rope was too short but we "borrowed" a small rope from a handline. Then on to String Theory. Mark didn't like the traverse round "Usual Suspects" but we made it to the top of String Theory after Anthony's fine words of encouragement. Most of String Theory was rigged by Anthony and we exited feeling pleased with ourselves. Just made it back to the Stone Bridge before a big storm broke.</p>
|
||||
<p><img src="logbkimg03.jpeg" alt="Tunnocks entrance rig, 2015"></p>
|
||||
<div class="timeug">T/U: 8 hours</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-11b">2015-07-11</div>
|
||||
<div class="trippeople"><u>Luke</u>, Joe, Matt</div>
|
||||
<div class="triptitle">107</div>
|
||||
<p>[there is an arrow captioned "more info" but no clue as to where it is pointing...]</p>
|
||||
<p>Returned to C lead in China with Matt, to survey the pitch that we dropped the previous trip. Unfortunately only compass/clino so a depressingly small amount of passage was surveyed despite 4½ hours spent surveying. We didn't get cold and "much fun" was had.</p>
|
||||
<div class="timeug">T/U: 9 hr</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-12a">2015-07-12</div>
|
||||
<div class="trippeople"><u>Joe</u>, Luke, Jenny & <u>Olly</u></div>
|
||||
<div class="triptitle">107/161</div>
|
||||
@ -70,38 +69,39 @@
|
||||
<p>Having looked for the bag of rope for over a year, I was happily surprised to find it ...... ! It is now residing at (in a tackle sack) "Too Bold For This Spit". The technical and intellectual info for this trip will now be supplied by Olly (or perhaps Jenny) [continued]</p>
|
||||
<p>We went through the connection from China into Blown Away / Out and round to Bundestrasse, finding (as Joe said) the errant tackle sack at the junction into the Runnelstone. A small rift on from the last survey station in Bundestrasse had clearly been explored already (by Anthony, Rob + Rob, it seems) but they hadn't realised the big pitch at the end was Korea. Jenny & Joe were able to lean out enough to recognise the pitch head at the end of Land of Confusion, and Disto an approx connection.</p>
|
||||
<div class="timeug">T/U: 11:45 Olly & Jenny<br/>9 Luke & Joe</div>
|
||||
<hr><div class="tripdate" id="t2015-07-09b">2015-07-09</div>
|
||||
|
||||
<div class="tripdate" id="t2015-07-09b">2015-07-09</div>
|
||||
<div class="trippeople"><u>David</u> & Rachel</div>
|
||||
<div class="triptitle">Balcony</div>
|
||||
<div class="triptitle">Balcony - Entrance rig</div>
|
||||
<p>Started rigging the entrance. Put in a traverse to avoid the boulder. Moved the rebelay above the big Y-hang.</p>
|
||||
<div class="timeug">T/U: 4 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-10b">2015-07-10</div>
|
||||
<div class="trippeople"><u>David</u> & Frank</div>
|
||||
<div class="triptitle">Balcony</div>
|
||||
<div class="triptitle">Balcony - Entrance rig</div>
|
||||
<p>Continued entrance rigging and showed Frank around the bottom. At the bottom of the big hang there is a traverse to move the last pitch away from potential rock falls</p>
|
||||
<p><img src="logbkimg04.jpeg" alt="Balcony entrance rig, 2015"></p>
|
||||
<div class="timeug">T/U: 4 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-11c">2015-07-11</div>
|
||||
<div class="trippeople"><u>David</u>, Frank & Rachel</div>
|
||||
<div class="triptitle">Balcony</div>
|
||||
<div class="triptitle">Balcony - Dark Arts</div>
|
||||
<p>Rachel rigged the 'Natural High' traverse. This is getting slippy so a rope should be left in place. We then pushed the A lead at the end of Dark Arts. After ~20m of passage we hit a large shaft. It looked like the phreatic passage continued requiring an easy traverse...</p>
|
||||
<div class="timeug">T/U: [not mentioned]</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-12b">2015-07-12</div>
|
||||
<div class="trippeople"><u>David</u> & Matt</div>
|
||||
<div class="triptitle">Balcony</div>
|
||||
<div class="triptitle">Balcony - Dark Arts</div>
|
||||
<p>We returned to traverse the shaft. It appeared that the shaft intersected some large horizontal passage ~15m down, so we dropped the pitch only to find a deceptive alcove! A small body-sized tube led to another drippy chamber with a deep hole in the floor. After this disappointment I bolted the traverse only to find the phreatic passage became too small with no draft. There is a second, much deeper pitch, which is likely where the howling gale in Dark Arts disappears to. This is worth dropping but is drippy in dry weather and may be deadly in wet weather.</p>
|
||||
<p><img src="logbkimg05.jpeg" alt="plan view of area"></p>
|
||||
<div class="timeug">T/U: [not mentioned]</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-13a">2015-07-13</div>
|
||||
<div class="trippeople"><u>David</u>, Rachel & Luke</div>
|
||||
<div class="triptitle">Balcony</div>
|
||||
<div class="triptitle">Balcony - Dark Arts</div>
|
||||
<p>We tied in the surveys from the 2 previous trips in Dark Arts and pulled the gear back to the main passage. Oh, and I retrieved the hanger I dropped.</p>
|
||||
<div class="timeug">T/U: 4 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-11d">2015-07-11</div>
|
||||
<div class="trippeople">Joe, Luke, <u>Matt</u></div>
|
||||
<div class="triptitle">107 Pushing</div>
|
||||
@ -112,7 +112,7 @@
|
||||
<p>Surveying was slow and 4½ h later we hadn't really got very far. We left an aven lead QMB and the rift continues with a slight draft QMB</p>
|
||||
<p><img src="logbkimg06.jpeg" alt="p5 + p6-8 rigging topo"></p>
|
||||
<div class="timeug">T/U: [not mentioned]</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-13b">2015-07-13</div>
|
||||
<div class="trippeople">Joe, Olly, <u>Jenny</u></div>
|
||||
<div class="triptitle">107 - Wonderland: Wild West + Dire Straits</div>
|
||||
@ -121,13 +121,13 @@
|
||||
<p>Followed this to another aven. Main way on appears to be 18m up - would almost certainly need a bolt or two. There was also a small tube only a few metres up, which didn't draft. Joe removed his SRT kit and explored, after a bit I followed. A low crawl led to a rift and then left bent then another badly sized crawl to a widening. Joe climbed down to a lower level which was small but may go. Straight on led to another aven.</p>
|
||||
<p>We surveyed back to Olly, despite being small passage and horrible to have to wriggle backwards while survey was lovely and straight so didn't require too many legs. We named this <u>Dire Straits</u>. Once we got back to Olly, Joe headed out to start carrying his gear down and we finished the survey.</p>
|
||||
<div class="timeug">T/U: Joe 7½ hrs Jenny+Olly 6 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-14a">2015-07-14</div>
|
||||
<div class="trippeople">Mark, Dan, <u>Anthony</u></div>
|
||||
<div class="triptitle">Tunnocks Rigging ctd.</div>
|
||||
<p>A wet night at the bivi meant that plans for a long rigging trip were put on hold in favour of a shorter trip that would allow us to bolt down the hill. Ferried Big Bertha Mk II containing 200m of 10mm (intended for Procrastination and Number of the Beast) as far as the top of String Theory. Mark and Dan put in some bolts to protect the chossy traverse round the 80m deep wet hole on the approach to String Theory. I completed the String Theory rig. With that we headed out.</p>
|
||||
<div class="timeug">T/U: 6 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-16a">2015-07-16</div>
|
||||
<div class="trippeople">Dan, Matt, <u>Anthony</u></div>
|
||||
<div class="triptitle">Team Fiasco go surface prospecting</div>
|
||||
@ -140,25 +140,25 @@
|
||||
<p>With that we headed back towards Top Camp via a more direct route, placing cairns as we went. Eventually we picked up a cairned path that I suspect goes to Bullet's 2nd Höhle. This route is fairly direct and the terrain reasonable, but it is going to takae a while - likely over an hour from Balconyhöhle.</p>
|
||||
<p>Our final act was to take a look at Ants in Pants schlucht. The snow level looks pretty low, so this might be worth revisiting later on expo.
|
||||
<div class="timeug">T/U: 0</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-17a">2015-07-17</div>
|
||||
<div class="trippeople">Mark, <u>Anthony</u></div>
|
||||
<div class="triptitle">More Tunnocks rigging</div>
|
||||
<p>Headed into Tunnocks to rig the 200m of rope we had carted in earlier. Mark sorted out the rebelay at the bottom of String Theory, making it less of a twat to pass. I made a start on Procrastination. Unfortunately I didn't find the right bolts for the Y-hang, so there is a rub - needs fixing on the next trip. I rigged down using Chris' 2013 thrubolts for the first hang to (hopefully) avoid the worst of the water. Discovered that the traverse and shitty little pitch at the bottom had been derigged, so Mark rigged these using the 200 of 9mm kindly ferried in by Dan and David. Up Bring on the Clowns, then I rigged Number of the Beast with remainder of the 10mm. Out in 3 hrs - a pretty efficient trip.</p>
|
||||
<div class="timeug">T/U: 10 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-18a">2015-07-18</div>
|
||||
<div class="trippeople">George, David Walker, <u>Julian</u></div>
|
||||
<div class="triptitle">Balcony - 90b</div>
|
||||
<p>Trip to look at Frank's hole east of Pitchfork towards 75c, left. Dave to start work while George & me visited other end. (We'd looked at QMs on route, amended maps, posted George into holes that weren't drawn for him to come out 20m back out of another unknown hole). We looked at the boulder choke in a loose passage and spied a slot up. On the way back to Dave I said "How about I give you a leg up?" "Sure", said George. He reported a big chamber up there. I didn't believe him coz there was no echo, but checked it. Yep. Back at Frank's hole, Dave had already knocked a lid over it and couldn't do anything, so took no time to convert to our lead. George & I surveyed while he investigated pitch opposite. We borrowed him briefly to rig a traverse in the northern passage. It being late and with a callout of 8 pm, we had to rush on out and join the queue at the entrance pitch. NB I'd walked up from base camp with George and Rob that morning, so quite a long day. Also recalibrated 8W-poney 3 times underground with no success.</p>
|
||||
<div class="timeug">T/U: 6 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-19a">2015-07-19</div>
|
||||
<div class="trippeople">George, David Walker, <u>Julian</u></div>
|
||||
<div class="triptitle">Balcony 90b</div>
|
||||
<div class="triptitle">Balcony - 90b</div>
|
||||
<p>Same place, same time. Took compass and clino this time and surveyed up south end to a pitch. George went back to chamber and furtled through a passage to a place where he came out of the bottom. Also climbed up the rift through high wet bit. Meanwhile Dave had done his pitch and balcony ledge traverse to big passage. We surveyed into it, plumbed down, then across hole. At this point I got suspicious of how fast George was taking notes. Turned out he had drawn no diagrams at all. I went to sleep while Gorge got coached by David. Down the end under a low bit, David pushed a rock off a sandy slope. Sounded like the whole world was ending. Even George lost his cool. We cowered against the wall for 20 secs. The reverberating echo on the ceiling made it appear from above. Detackled, Luke and Rob joined us, went and trampled the dead bat in the north end, while George & I bodged a survey drawing in this chamber.</p>
|
||||
<div class="timeug">T/U: 6 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-16b">2015-07-16</div>
|
||||
<div class="trippeople">Olly + <u>Jenny</u></div>
|
||||
<div class="triptitle"><u>107 - Old Route</u></div>
|
||||
@ -166,14 +166,14 @@
|
||||
<p>Olly put in his second Y-hang of the day, then got bored of rigging properly and stuck in a rope protector and headed down. This got us to the bottom of Red [?] - p18 and down the next (~3m) short drop as well. The p18 looks fine in terms of water (our rig is quite a bit across from the wet 1978 hang) but the next little drop was in the water.</p>
|
||||
<p>Took off our SRT kit and headed off - there are several passages here, it is more complex than the 1978 survey implies, though that survey is corect in what it does show. Headed down a eastward passage, a mixture of crawling + sideways wriggling. After a bit the floor trench heads right then left - west. Followed this, past a pretty stal. On the way back (surveying) noticed that the other way on was the drafty route. Surveyed back to the bottom of the rope, then left the survey hanging for now and derigged out planning to come in using the Ropeless window tomorrow. Consequently surveyed the top pitch now, but failed to find the old station to tie into.</p>
|
||||
<div class="timeug">T/U: 6½ hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-17b">2015-07-17</div>
|
||||
<div class="trippeople">Olly + <u>Jenny</u></div>
|
||||
<div class="triptitle"><u>107 - Old Route</u></div>
|
||||
<p>Failed to get an early start, and headed into the cave around noon. First finished derigging and sketching from yesterday. Olly rigged into where we were yesterday via the Window in Ropeless, to yesterday's 2nd Y-hang. This time with a rebelay not a rope protector. For reasons I now forget, this semi-free hanging rebelay got rigged with a clown for added entertainment.</p>
|
||||
<p>Got down into Old Rift via the 1978 route (climb doesn't need a bolt / rope etc.) Started surveying from the big boulder that all the surveys in the area seem to connect to. Then tied into the end of yesterday's tubular survey and then the start of yesterday's p18 survey (at the Y-hang bolt) then up to the 2015 station on the Ropeless window. Not sure how that took a whole trip, but it did somehow.</p>
|
||||
<div class="timeug">T/U: 6½ hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-18b">2015-07-18</div>
|
||||
<div class="trippeople">Olly + <u>Jenny</u></div>
|
||||
<div class="triptitle">Surface stuff around 107/83/laser05</div>
|
||||
@ -181,7 +181,7 @@
|
||||
<p>Walked up past 83 to look above Thunder Road. It is quite chossy and bouldery here. Found a few (not drafting) piles of rocks I could climb into, but nothing that went or was worth tagging sadly.</p>
|
||||
<p>Headed over to laser05 for Olly to GPS - we suspect the old Austrian version of laser05 in the dataset is closer to reality than Nil's fix. Noticed that 1987-02 has a tag bolt but no tag - will try and fix that later on. Walked back via above 107.direstraits to look for entrances above the avens. Only found one possibility (not far above our tent) - plan to return with rope another day.</p>
|
||||
<div class="timeug">T/U: 0</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-19b">2015-07-19</div>
|
||||
<div class="trippeople">Olly + <u>Jenny</u></div>
|
||||
<div class="triptitle"><u>107 - Old Route</u></div>
|
||||
@ -191,46 +191,46 @@
|
||||
<p>We survey back out derigging up to the Y-hang so the rig can be made drier for next time. Uneventful exit, to get out just as the thunderstorm started.</p>
|
||||
<p>PS. They were pretty hard core in 1978. 67m pitch on ladders !</p>
|
||||
<div class="timeug">T/U: 10 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-20a">2015-07-20</div>
|
||||
<div class="trippeople"><u>David</u> & Luke</div>
|
||||
<div class="triptitle">Balcony</div>
|
||||
<div class="triptitle">Balcony - 94a, 95a</div>
|
||||
<p>We went in Balcony to push 94a and 95a. The passage continued under a boulder which could be climbed up from the far side to reach 95a by an easy 4m free climb. 95a is nice straight walking passage which led to a 3m climb into a chamber with numerous leads. A small pitch may lead to horizontal passage - or it could be another alcove. Traversing around the pitch would provide 2 further leads.</p>
|
||||
<p>To the left of the climb a large rift can be followed until a climb down requiring a rope is encountered. Before this, a crawling passage was found to the right leading to a 4m pitch. It seems likely that several of these leads are connected.</p>
|
||||
<p>94a was pushed for about 10m where it turns a corner at a rocky slope. We left this as a walking lead.</p>
|
||||
<div class="timeug">T/U: [not mentioned]</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-21a">2015-07-21</div>
|
||||
<div class="trippeople"><u>David</u> & Mark</div>
|
||||
<div class="triptitle">Tunnocks</div>
|
||||
<div class="triptitle">Tunnocks - Number of the Beast</div>
|
||||
<p>After an early start we got underground at 7:45 and continued to make good progress down to Number of the Beast. Mark added some deviations to the pitch below No. of the B. which is now much better. This pitch now called Widow Twanky's Knicker Elastic. A few other sections were also improved by additional bolts. Upon reaching the tensioned traverse around the large boulder, set up camp and selfishly let me push the next pitch. Below the traverse there are two pitches. The draft is coming from the left one so I put two Y-hangs in and dropped down ~20m to another chamber.</p>
|
||||
<p>The passage continues down another pitch in a popcorn heavy rift. I was less happy with my rigging here and another Y-hang rebelay should be added. After this ~10m pitch another chamber is reached. Again another pitch ~20m must be dropped. I started putting some bolts in before running out of drill battery. This is quite the lead - the dust from the drill was being blown upwards !</p>
|
||||
<p>The prussik out was unrelenting but fast which meant we exitted at 5:15 pm with just enough energy to amble down to the car park, and eat some veggie slop kindly prepared by Julian.</p>
|
||||
<div class="timeug">T/U: 9½ hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-16c">2015-07-16</div>
|
||||
<div class="trippeople"><u>Rachel</u>, Luke & Mark</div>
|
||||
<div class="triptitle">Balkonhöhle</div>
|
||||
<div class="triptitle">Balkonhöhle - QMs in Far Side</div>
|
||||
<p>After some unexpeced surface prospecting (read: getting lost) at the left hand valley between Tunnocks and Balcony, we made it into the entrance about 12. Since the Dark Arts had pretty much been killed off, we set our sights on a cluster of A/B leads (85, 86, 87) in the Far Side. Luke rigged the traverse by 60C since the mud here was particularly thick and persistent. It seems like someone blocked all the bolts along here with small stones to prevent them being used again ? (Not mentioned in last year's log book as far as we can see). Unperturbed, Luke set about bolting and soon we reached a second traverse rigged by Mark. There seems to be a minor flaw on the survey where stomping passage leads to a sandy chamber, which is actually a fuck-off 63m pitch. Closer inspection of the survey shows the detail hidden under the sand, and perhaps this could be amended to prevent Luke making any more surprised squeaks & giggles.</p>
|
||||
<p>We turned around and took the long route round to the cluster of leads we were after, following the survey since none of us had been in this direction before. I rigged the P10m and we quickly found the F.O. hole from the other (Far Farside?) side. At 85, 86 it was really loose rock and Luke "scampered" up the climb at 87, finding it was a connection without rigging to 85,86.</p>
|
||||
<p>Here, Mark's nerves were crushed with all the loose slatey rock that followed with every step Luke made over the pitch 20, so we retreated and tied in the two B leads at 35,36. As the Pre-'15 survey suggests, they do connect, and lead on to a sizeable chamber, which was quite wet and led to two (small) pitches and not a lot else.</p>
|
||||
<p>Cold, we left</p>
|
||||
<div class="timeug">T/U: ~7 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-17c">2015-07-17</div>
|
||||
<div class="trippeople"><u>Rachel</u>, Luke & Frank</div>
|
||||
<div class="triptitle">Balkonhöhle</div>
|
||||
<p>Keen and inspired, we took some slings back to Luke's risky climb and followed it up to a chimney climb. Frank followed him up and suddenly backed off exclaiming "fuck me". Luke's opinion on what is free-climbable apparently needs some tuning. Bolts were placed and a path around the pitch to 86A was surveyed. This led to two leads, a right-hand route which finally led to a boulder choke.</p>
|
||||
<p>Deciding the left hand passage was much more inspiring, we returned the next day.</p>
|
||||
<div class="timeug">T/U: 8 hours</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-18c">2015-07-18</div>
|
||||
<div class="trippeople"><u>Rachel</u>, Frank & Rob</div>
|
||||
<div class="triptitle">Balkonhöhle</div>
|
||||
<p>After showing Rob the sights in Balcony, we continued on the left hand side. It continued much further than we expected, leading to a ~25m chamber containing a 15m pitch and two leads on the far wall.</p>
|
||||
<p>The lead on the left connected round to 85A, while the right led on up a loose, steep rift. Here a couple of small pitches were found and what seems to be a moraine left by an ice flow. From here, it would get a bit wet and bolting was required, so we upped and left.</p>
|
||||
<div class="timeug">T/U: 7 hours</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-19c">2015-07-19</div>
|
||||
<div class="trippeople"><u>Rachel</u> & Frank</div>
|
||||
<div class="triptitle">Balkonhöhle</div>
|
||||
@ -239,25 +239,25 @@
|
||||
<p>Whilst Frank drew up the survey, I had a gander down the right hand passage, sticking to the right and ignoring further leads off. I followed the sound of running water and finally found the connection with "Room With A View". Frank followed and pointed out a somehwat frisky looking boulder on a left-hand lead that I had passed, a few metres across and held a couple of metres up by two points crumbling away. I obediently stood under said boulder for Frank to take a photo.</p>
|
||||
<p>Rather giddy, we heard George and David descend down the tube and we were happy to see their enthusiasm too. Quite cold, we left, with a bit of heaving to get back out.</p>
|
||||
<div class="timeug">T/U: 9 hours</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-18d">2015-07-18</div>
|
||||
<div class="trippeople"><u>Luke</u>, Anthony, Dan</div>
|
||||
<div class="triptitle">Balcony Höhle</div>
|
||||
<div class="triptitle">Balcony Höhle - 59b</div>
|
||||
<p>The aim was to rig rift 59b with the hope of entering the large sandy "massive hole". The rift initially started out in the right direction and after some handy points from Anthony I started on the process of dropping multiple Y hangs (rigging guide with survey). Well Anthony and Dan set off to retrieve more rope from further in the cave and take many photos. They conveniently returned when the drill battery ran out after "6 holes" so returned to collect the rope and extra battery after explaining to Dan and Anthony I was close to the bottom and would only be 30 mins. I dropped the last pitch which was longer than expected. Upon reaching the bottom, the rift decided to change direction away from the massive hole I was aiming to enter. It unfortunately continued in the other direction so a return trip would be needed to survey and derig. I returned an hour later to find a cold Dan and Anthony and headed out.</p>
|
||||
<div class="timeug">T/U: 7</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-19d">2015-07-19</div>
|
||||
<div class="trippeople"><u>Luke</u> + Rob</div>
|
||||
<div class="triptitle">Balconyhöhle 59b</div>
|
||||
<div class="triptitle">Balconyhöhle - 59b</div>
|
||||
<p>A return trip was needed to survey and derig the disastour of the previous day. I managed to persuade (cous-cous) Rob into helping me, believing it would crap out and thus be an easy job and being able to move the rope to other areas of the cave. This was not to be. The rift continued so needed surveying. After a couple of sketchy freeclimbs we made it to another big hole. This was wet and it did not look like a suitable way to rig from (could shorten the wetness of the rigging from the top). This was likely to be a thing which was going to be done when all the excellent A leads had been killed off. Rob derigged. By the time we set off, Rachel and Frank were already exitting the area to more warmer leads. We continued so as to give Julian's team the rope. We found them in a massive surveying fuck up but were directed along the passage to where there was a dead bat. By the time Julian caught up the batt was flat and no longer well preserved. Since 5 people were planning to exit the cave, me and Rob head off into the extremeties of the Turtle Head to access the leads. This proved quite interesting and managed to kill off an A lead (92a) by just sticking my head into it (confirmed the following day).</p>
|
||||
<div class="timeug">T/U: 8</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-21b">2015-07-21</div>
|
||||
<div class="trippeople"><u>Luke</u> + multiple teams</div>
|
||||
<div class="triptitle">Balconyhöhle</div>
|
||||
<p>Showed a new team into Balcony, showing them the leads and rope. Left them to survey, returning from the end of Turtle Head to the entrance pitch in 25 mins to meet up with a team which was exitting early for a trip down the hill.</p>
|
||||
<div class="timeug">T/U: [not mentioned]</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-20b">2015-07-20</div>
|
||||
<div class="trippeople"><u>Anthony</u>, Rachel</div>
|
||||
<div class="triptitle">Tunnocks, complete rig to pushing front below Number of the Beast</div>
|
||||
@ -268,16 +268,16 @@
|
||||
<p>At that point we began the long slog out. At Bring on the Clowns, a large chunk of wall that Rachel was hanging onto fell off onto her and the rope, causing a certain degree of disquiet. By the time we emerged, Rachel determined that she didn't want to see another rebelay for a while and was even contemplating caving in the Mendips.</p>
|
||||
<p>(*) It was me.</p>
|
||||
<div class="timeug">T/U: 12½ hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-24a">2015-07-24</div>
|
||||
<div class="trippeople"><u>Mark</u>, Dan</div>
|
||||
<div class="triptitle">Balcony</div>
|
||||
<div class="triptitle">Balcony - Descend 'Sandy Chamber'</div>
|
||||
<p>An attempt to descend the "sandy chamber" as described by Rachel on 16/7. Rigged as follows</p>
|
||||
<p><img src="logbkimg08.jpeg" alt="Palais Royale rigging topo"></p>
|
||||
<p>At this point the walls of the rift have a lot of sharp flakes. So difficult to get a good hang without it going into the water. -> try from the "Far Side" ???</p>
|
||||
<p>When detackling, Mark managed to fall down a hole injuring his hand. First aid kit came out and we bandaged it up. Slow struggle out. Prussiking with one hand is harder than you might think.</p>
|
||||
<div class="timeug">T/U: 5 hours</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-21c">2015-07-21</div>
|
||||
<div class="trippeople"><u>Wookey</u>, Matt, Sarah (+ Luke)</div>
|
||||
<div class="triptitle">Balconhöhle - Einundzwanzig leads (Ice cock)</div>
|
||||
@ -291,7 +291,7 @@
|
||||
<p>W+S got a bit lost on way out, & Matt overtook, so confusion for a few mins. Soon back together, then in familiar territory, so Matt could get us home. 80m of entrance felt quite long. 500m tomorrow is going to be super-long.</p>
|
||||
<div class="timeug">T/U: 8 hrs</div>
|
||||
<p>Passage Desc: Passage on L wiggles to 5m traverse reaching sandy dead-end. Sandy dig & small choked inlet slot back joins into bottom of traverse & accesses bottom of scree below climb to Icecock. On main way, c5 reaches small hole above top chockstone. Climbing through reaches high (25m) hading rift with Icefall on far wall. Ledge ascends NE to climb (QM-B). To L (W) c1 then leads to R with roof lowering. Passage off on R (QM-A). Almost immediately break out into large round space which is bottom of ~40m aven. 8m up on west wall is a space, could be bolted to (QM-B). On R is small pitch in wall QM-C (p7). Ahead, part fallen ice & another ice fall coming from smaller aven on L (QM-X). Beyond is short climb down (QM-B). Draught has been lost here - no doubt it is coming down the pitch.</p>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-22a">2015-07-22</div>
|
||||
<div class="trippeople"><u>Anthony</u> & Wookey</div>
|
||||
<div class="triptitle">Tunnocks - pushing below Number of the Beast</div>
|
||||
@ -301,7 +301,7 @@
|
||||
<p>Arriving at the Y-hang installed by David, Wookey continued the rig by placing a bolt for an immediate deviation, a further bolt for a rebelay and a rebelay from a natural that looks more convincing from below. Pitch is ~30m and lands in a large chamber full of huge boulders covered in black mud - to be christened "Kraken". There is a large ridge of boulders in the middle that we climbed up. A rope will be needed to descend the other side, and a way on can be seen under a large arch in the far corner (QM-A). It is unclear whether there are any further pitches. Even though the passage is 30x15m is cross section, there is a discernible draught.</p>
|
||||
<p>Completed the survey then headed out at no great pace but without incident.</p>
|
||||
<div class="timeug">T/U: 15½ hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-22b">2015-07-22</div>
|
||||
<div class="trippeople">Olly + <u>Jenny</u></div>
|
||||
<div class="triptitle">85 (and 82) Blind as a Bat</div>
|
||||
@ -309,27 +309,27 @@
|
||||
<p>Followed the obvious way in 85 ignoring the passage to 82. Followed down a couple of lovely little climbs, then doubled back to appear 2/3 of the way down an ice slope. I noticed an enticing looking passage opposite us on the other side of the ice slope. Decided that the best way to access that and the drop below was to enter from above, so I waited while Olly headed out to confirm that the slope did come from the 82-85 passage. It did, so we got SRT + bolting gear and I rigged (badly) down to get into the passage. This passage headed off very straight, sometimes crawling, sometimes walking, with various solution pockets/avens on the left. Eventually ended at a muddy/gravelly dig. Surveyed out to the bottom of the rope where Olly went down to the bottom before heading out. Saw an unhappy bat frozen on the ice which I photographed. I hoped it was having a little sleep, but Olly assured me it was dead and frozen in place.</p>
|
||||
<p>Finished surveying this route and the climbs route down.</p>
|
||||
<div class="timeug">T/U: 5 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-23a">2015-07-23</div>
|
||||
<div class="trippeople">Olly + <u>Jenny</u></div>
|
||||
<div class="triptitle">107 - Old route</div>
|
||||
<p>Tried again for an early start to beat any nighttime thuderstorms later on - didn't do so well this time getting underground at ~10 am. Got to the p67, Olly set off down adding two (bolt) deviations on the way which made the hang dry in dry weather (I expect it would be damp and miserable in wet weather, but not impassable).</p>
|
||||
<p>Followed the rift down (as Team Youth had in 1978). Used the tail of the rope on the p67 to rig the following p5. Having successfully abseiled down the p67 without incident, about 1m above the floor of the p5 I turned to talk to Olly and stupidly got my hair caught in my rack. Idiot! At least it is easier to free from a rack than a stop. A bit further along the rift and we reached another short pitch (p ). This was followed by a climb - not very steep but in the water (we didn't rig). A little more rift and we got to another short pitch. The rift widened here and was very drippy from inlets. Turns out this is where the 1978 p100 enters, though we didn't realise we were this far along. Another short drop on the same rope and the rift got narrower and nastier. Olly climbed up a few metres to where it got wider and traversed along at this level. Shortly it got wider and deeper and he started to rig down before realising we hadn't much rope left. Failing to realise where we were, we began to survey out. It was a very tedious rift to survey and I was shit at picking stations. Nearly gave up surveying, but decided to have a break while Olly carried the drill up the next pitch. I went back and derigged the deeper ones. Finished the survey and headed out without incident. The p67 did a good job at spreading us out for the ascent, so I didn't have to wait at all and was actually quite warm by the time I got out. With my slow prussiking (and carrying the drill) it took 1 hr 20 from the bottom of the p67 out.</p>
|
||||
<div class="timeug">T/U: 10½</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-24b">2015-07-24</div>
|
||||
<div class="trippeople">Olly + <u>Jenny</u></div>
|
||||
<div class="triptitle">Surface</div>
|
||||
<p>A rest day for Olly's knees. Headed to 13-SW-01 and rigged it, placing what must have been my first hand bolt. I can see why drills are so popular ! Followed the old red paint marks, up at first to an old CUCC cave marked "+ CUCC" and "1987" - think this must be 2006-03 and next door 2006-02, except we didn't see any tags. Having looked at the 2006 photos, I am certain that we were at the correct place. So either we failed to see the tag or the website is wrong in thinking that it is tagged.</p>
|
||||
<div class="timeug">T/U: 0</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-27a">2015-07-27</div>
|
||||
<div class="trippeople">Wookey + <u>Jenny</u></div>
|
||||
<div class="triptitle">107 - Leads near coldest place on earth - Double Beep</div>
|
||||
<p>After a quiet night on my own at the 76 bivi the plan was to meet Wookey at the 107 entrance at 9am. Unfortunately, I didn't get the SMS teling me that he was going to wait until the rain eased off, so I spent nearly 2 hours sitting under the tarp - having the tarp and the rock shelf near thr entrance is an excellent idea.</p>
|
||||
<p>Headed towards China wondering how far we'd get given the high water levels. The end of the easy traverse looked wet but passable. We suspectd the Too Bold would be too wet, so it seemed silly to get soaked now unnecessarily. Decided to look at something else. The first interesting lead we got to was 13-SL-6A in Coldest. Borrowed the rope from Coldest Place in Earth and Wookey went down with a natural and one bolt. The rope wasn't long enough to get all the way down but did land on a floor with a rifty passage heading off. After a couple of climbs down we lost the draught to a small floor trench on the left. Passage continued uphill and narrow until we could stand up again. We then reached a T-junction wth a howling gale (from L->R). Followed right in high rifty passage, traversing over a series of drops until a window over a pitch. Surveyed out, until we got too cold - went back to Coldest for food + more clothes for Wookey before finishing the survey. This is called <u>Double Beep</u> due to the exciting DistoX2 that beeps twice if you get the right answer (or at least a consistently wrong answer).
|
||||
<div class="timeug">T/U: 6½</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-28a">2015-07-28</div>
|
||||
<div class="trippeople">Wookey + <u>Jenny</u></div>
|
||||
<div class="triptitle">107 - 161, Runnelstone</div>
|
||||
@ -337,7 +337,7 @@
|
||||
<p>This looked small + wet, so Wookey climbed up to some ledges to follow the rift at a higher level. Part way up he placed a very fast bolt, hence the passage name <u>Fastest Bolt in the West</u>. Followed these rising ledges to a quality natural. We'd hoped to traverse to a widening above the pitch for a nice easy descent. Unfortunately this didn't happen - the traverse continues, drafty, bit small, but no easy way down. Surveyed out. Decided to leave it rigged, but to take the drill out.</p>
|
||||
<p>Surveyed the side passage from wellypopper.7 that I had scooped earlier. Named <u>Falling Spike</u> after a lovely spike handhold that Wookey removed from the wall near Wellypopper. Nice walking passage with draft to an aven with water (and a good place for a wee!) After this the passage split into two - small way on with the water on the right, and small dry way straight on. We think that the draft got lost on a window part way up on the right (needs gear to get in to). Headed out, took a bit over an hour to China (with some faffing), then 2 hours out from there. The pitch out of China is nicely long enough to mean you don't hold people up on the way out. The drill bag was much less bad than I expected on the Restless rifts. Happy to get out and find it not raining - had time to walk home and have dinner before it rained.</p>
|
||||
<div class="timeug">T/U: 14½</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-27b">2015-07-27</div>
|
||||
<div class="trippeople"><u>Pete Talling</u>, Fleur Loveridge</div>
|
||||
<div class="triptitle">BALCONY HÖHLE<br/>Exploring North beyond Icecock Chamber into the Frozen North</div>
|
||||
@ -350,7 +350,7 @@
|
||||
<p>We first survey a tube that looped to NW, ending with a view into the chamber. Pete scrambled round wall, and may be a high lead here.</p>
|
||||
<p>With a 1160mm book, we wombled back out to camp</p>
|
||||
<div class="timeug">T/U: 6.5 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-28b">2015-07-28</div>
|
||||
<div class="trippeople"><u>Pete Talling</u>, Sarah, Ben W (and then Matt helped survey)</div>
|
||||
<div class="triptitle">Balcony Höhle Frozen North</div>
|
||||
@ -371,7 +371,7 @@
|
||||
<p>- Pete, Sarah; Matt followed a walking tube from Chamber 2 that linked back to Chamber 1 - near survey station 26. They then followed a VERY drafty tube north for ~40m to a choke that also drafts. En route they heard Michael and Ben in their leads.</p>
|
||||
<p>My feeling is that leads X + Y are well worth a look - more so than tubes ??</p>
|
||||
<div class="timeug">T/U: [not mentioned]</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-28c">2015-07-28</div>
|
||||
<div class="trippeople"><u>Fleur</u>, Viz, Roxy</div>
|
||||
<div class="triptitle">Tunnocks - Clayton's Cockup</div>
|
||||
@ -384,7 +384,7 @@
|
||||
<p>But, boy did the lead look good.</p>
|
||||
<p>May need some rigging. In retrospect perhaps go back up and swing out to get further down the rift/pitch.</p>
|
||||
<div class="timeug">T/U: 12 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-29a">2015-07-29</div>
|
||||
<div class="trippeople"><u>Fleur</u>, Pete, Roxy</div>
|
||||
<div class="triptitle">Balcony - Bipedal Passage</div>
|
||||
@ -402,19 +402,19 @@
|
||||
<p>On the way back, Pete threw rocks down - 2 second free fall and a further 8 second rattle!</p>
|
||||
<p>We then did two token survey legs before retreading.</p>
|
||||
<div class="timeug">T/U: 4½ hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-28d">2015-07-28</div>
|
||||
<div class="trippeople">Martin, <u>Jacob</u> and Elliott</div>
|
||||
<div class="triptitle">Balcony - to Gösser Wager</div>
|
||||
<p>Having walked up to top camp late and therefore being ready in the afternoon, we left for a shortish trip to look for bits in Balcony. We descended the entrance series pitches and then followed the main route, roughly in the direction of Icecock aven. Eventually we reached the gear dump to find the other two groups down Balcony Höhle having a natter. Michael bet Martin a Gösser that we couldn't find the rift they had just found. We continued down Turtle Head, up a short handlined climb and down another pitch to the rift the other group suggested we survey. We surveyed along it about 20m and then back to the pitch. At the bottom of the rift is a small but potentially descendable hole with a long rattle. Managed to muddle our way out without any difficulties.</p>
|
||||
<div class="timeug">T/U: [not mentioned]</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-24c">2015-07-24</div>
|
||||
<div class="trippeople">Martin and <u>Jacob</u></div>
|
||||
<div class="triptitle">Balcony - Hiltaplenty and Pubic S</div>
|
||||
<p>We returned to Balcony to drop a pitch that Martin had his eye on. After the entrance pitches, turn left at the scary hole. I demonstrated how slow I am at rigging and then Martin bolted the pitch down whilst I sat in a bothy bag to keep warm at the top. Eventually Martin ran out of rope (66m) at a ledge and another short pitch. I followed with the other rope and kit and we surveyed the muddy crawl which extended from the ledge. Once we had finished this, Martin started to rig remaining pitch down ready for next time. Once he descended it, I took the remaining gear back up the Hiltaplenty pitch and attempted to head out. I unfortunately missed the turn off to the scary hole the first time and ended up getting muddled in a spiky crawl. Once I realised my mistake I returned to the actual route, which was irritatingly obvious second time round. By the time I was halfway up the big pitch on the way out, Martin caught up with me. The weather turned nasty for the return walk to top camp.</p>
|
||||
<div class="timeug">T/U: [not mentioned]</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-29b">2015-07-29</div>
|
||||
<div class="trippeople">Wookey, Matt + <u>Jenny</u></div>
|
||||
<div class="triptitle">107 - near coldest</div>
|
||||
@ -445,7 +445,7 @@ the rain. Were very happy to find Anthony's van there to shelter in for the 3 hr
|
||||
to wait for our lift down the hill.
|
||||
|
||||
<div class="timeug">T/U: 5½ hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-27c">2015-07-27</div>
|
||||
<div class="trippeople">Andy, Ben Whetton, <u>Anthony</u></div>
|
||||
<div class="triptitle">Tunnocks - pushing Kraken</div>
|
||||
@ -482,7 +482,7 @@ in the bothy bag. However, at least water levels were back to normal so we had a
|
||||
dry exit.</p>
|
||||
|
||||
<div class="timeug">T/U: 15½ hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-29c">2015-07-29</div>
|
||||
<div class="trippeople">Andy & <u>Anthony</u></div>
|
||||
<div class="triptitle">Tunnocks - Pushing Kraken (again)</div>
|
||||
@ -525,7 +525,7 @@ quite tired.</p>
|
||||
<hr/>
|
||||
<div class="tripdate" id="t2015-07-26a">2015-07-26</div>
|
||||
<div class="trippeople"><u>Rob</u> + George</div>
|
||||
<div class="triptitle">Beyond Dig Dug</div>
|
||||
<div class="triptitle">Balcony - Beyond Dig Dug</div>
|
||||
|
||||
<p>After a helpful surveying lesson from the Futrells a day before, I was ready to try
|
||||
bolting and rigging in a cave. After spending far too much time triple checking that we had
|
||||
@ -555,11 +555,10 @@ stomping passage to survey, which we would proceed to do the next day.</p>
|
||||
<br style="clear:both">
|
||||
|
||||
<div class="timeug">T/U: 6 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-27d">2015-07-27</div>
|
||||
<div class="trippeople"><u>Rob</u> + George + Sarah</div>
|
||||
<div class="triptitle">Beyond Thunderdome</div>
|
||||
<div class="triptitle">Balcony - Beyond Thunderdome</div>
|
||||
|
||||
<div style="float:right">
|
||||
<img src="logbkimg17.jpeg" alt="Sketch plan">
|
||||
@ -585,10 +584,9 @@ endeavours.</p>
|
||||
<br style="clear:both">
|
||||
<div class="timeug">T/U: 5hrs</div>
|
||||
|
||||
<hr>
|
||||
<div class="tripdate" id="t2015-07-28e">2015-07-28</div>
|
||||
<div class="trippeople"><u>Elaine</u>, Michael, Matt</div>
|
||||
<div class="triptitle">Balcony Ice Cock area</div>
|
||||
<div class="triptitle">Balcony - Ice Cock area</div>
|
||||
|
||||
<p>Previous trips to the Ice Cock area left two A leads, so two teams went down to push the
|
||||
two leads. The first team consisted of Petem, Ben Wright, Sarah & George, while Michael,
|
||||
@ -616,7 +614,7 @@ followed by Matt & Sarah, then Elaine, Pete and Ben broought up the rear.</p
|
||||
|
||||
<p>Others on this trip will hopefully describe their bits of pushing/surveying elsewhere.</p>
|
||||
<div class="timeug">T/U: around 8 hours</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-07-29d">2015-07-29</div>
|
||||
<div class="trippeople"><u>Elaine</u> & Ben Wright</div>
|
||||
<div class="triptitle">Prospecting east of Balcony</div>
|
||||
@ -649,7 +647,7 @@ underneath, also potential way on slightly to R as looking at pitch from entranc
|
||||
seen, preparing to slip'n'slide our way back to top camp.</p>
|
||||
|
||||
<div class="timeug">T/U: ½ hr (Elaine)</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-08-01a">2015-08-01</div>
|
||||
<div class="trippeople"><u>Elaine</u> & Elliott</div>
|
||||
<div class="triptitle">Dropping CUCC 2002 AD 03</div>
|
||||
@ -681,7 +679,7 @@ or plugged with snow).</p>
|
||||
that went nowhere.</p>
|
||||
|
||||
<div class="timeug">T/U: 4 h</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-08-03a">2015-08-03</div>
|
||||
<div class="trippeople">Michael, Elaine & <u>Elliott</u></div>
|
||||
<div class="triptitle">Purple Lupin Shaft</div>
|
||||
@ -703,17 +701,145 @@ them at Balconhöhle.</p>
|
||||
<div class="timeug">T/U: 9 hrs</div>
|
||||
<hr>
|
||||
|
||||
<p>[<b>Lots of writeups missing here.</b> These are the pics to go in them]</p>
|
||||
|
||||
<div class="tripdate" id="t2015-07-29a2">2015-07-29</div>
|
||||
<div class="trippeople"><u>Pete Talling</u>, Fleur Loveridge, Roxy Ramsay</div>
|
||||
<div class="triptitle">258 - Bipedal Traverse Series part I</div>
|
||||
|
||||
<p>It was raining all morning and much festering activity in the bivvy. Eventually the rain caeased and Pete and Fleur nipped to Balconyhohle. We went to the big lead from last year that ?? left at the rope up into Leeds Bypass.</p>
|
||||
|
||||
<p>We went to the end of the samely waiting passage - to the very large series of holes down, with draft.</p>
|
||||
|
||||
<p>Fleur started off with a natural and bolt, followed by two more bolts round the right wall. Then Pete came accross and put a couple more in before teh drill gave out at 5 1.2 bolts (2 batteries).</p>
|
||||
|
||||
<p>The last bolt was a step up onto a nice ledge. pete then crossed a narrow 3ft thick rock bridge above the abyss - belayed by Fleur. He got into a 20ft passage that ended in a nice clean washed aven, that drained through a trench into the abyss. A tight tube of right might go for athin person, but very poor lead.</p>
|
||||
|
||||
<p>[Note - this was was written up as being dated 2015-08-01, but was actually on the 29th July and was <a href="#t2015-07-29a">previously written up</a> by Fleur]</p>
|
||||
|
||||
<div class="timeug">T/U not given</div>
|
||||
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-02a">2015-08-02</div>
|
||||
<div class="trippeople"><u>Pete Talling</u>, Ben Wright, Roxy Ramsay</div>
|
||||
<div class="triptitle">258 - Bipedal Traverse Series part II</div>
|
||||
|
||||
<p>Pete continued the traverse - with a very nice foot ledge - very nice. Eventually after 13 bolts and two naturals the traverse was finished. For a worrying moment there looked like no way on. But a 3m climb down a tube, round the corner, and a 3m climb up reached a big (~5m x 3m) tube above. To the left is a muddy descending tube (Ben's pitch). To the right we did a short climb down into a chamber. Roxy then spotted a walking sized phreatic tube heading down to south. Very pretty and good draft. After 100m it opened up but unfortunately ended in a very drafty choke. SPONGE MAIDENS. Back at first chamber, Pete climbed into two more great A leads. Good day.</p>
|
||||
|
||||
<div class="timeug">T/U not given</div>
|
||||
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-03b">2015-08-03</div>
|
||||
<div class="trippeople"><u>Pete Talling</u>, Ben Wright, Roxy Ramsay, Matt Watson</div>
|
||||
<div class="triptitle">258 - Bipedal Series / Article Paddle Sponge / Inaugral Lecture</div>
|
||||
|
||||
<p>The team went back to the muddy phreatic (Ben's) pitch - and Ben put in a bolt. Pete derigged and treireved teh 25m rope from teh traverse in rigged in 2014, just before Holly's pitch to the north.</p>
|
||||
|
||||
<p>Matt and Roxy pushed the phreatic tube lead after bolting a Pete short climb up - from day before. This went for ~100m in an interesting direction and looked good. At one level Matt bolted a 3 bolt travers. However it ended at a very drafty crossrift - that would need a very thin person. There is also a digable tube.</p>
|
||||
|
||||
<p>Then they went back for the other A lead from the day before. After fiddling to get a bolt in a narrow window down, Pete pusges a through window and found nice 10m pitch down into a BIG rift series.</p>
|
||||
|
||||
<p>Ben and Roxy had turned to human icicles (sorry) and headed out with bags. Pete put in 2.5 more bolts in a 15/20m pitch down before giving up with drill finito.</p>
|
||||
|
||||
<p>(4th august - Michael et al found this rift ended in catchy narrow rifts - B lead)</p>
|
||||
|
||||
<div class="timeug">T/U not given</div>
|
||||
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-05a">2015-08-05</div>
|
||||
<div class="trippeople"><u>Pete Talling</u>, Ben Wright</div>
|
||||
<div class="triptitle">258 - Batteries !*!*!*!</div>
|
||||
|
||||
<p>Ben started the large phreatic tube pitch - a top of tubes from Bipedal Passage. Pete meanwhile detackled the Inaugral Lecture Series (through window to Michael et al pitch down) and retrieved ropes for Ben.</p>
|
||||
|
||||
<p>After a natural and two more nice y-hangs in teh ~60/70 degree corkscrew phreatic tube - Ben arrived at bottom. It is VERY MUDDY PITCH! Lots of slippy jammers on the way back up.</p>
|
||||
|
||||
<p>There he climbed up 2m from small clamber to start a 10 - 15m pitch into wide open passage. The drill was given a nice new battery. Hurrah it did 1.5 bolts. *!*!*!*! crap.</p>
|
||||
|
||||
<p>So there is a nice undescended pitch into A lead - needing another 1.5 bolts! Arg! Pitch up very muddy.</p>
|
||||
|
||||
<p>Note - Pete - Ben definitely did not get lost walking to Balcony Hohle for 6th time in 8/9 days. (Oh No!)</p>
|
||||
|
||||
<p><img src="logbkimg18.jpeg" alt="Bipedal Traverse series plan"></p>
|
||||
|
||||
<div class="timeug">T/U not given</div>
|
||||
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-03c">2015-08-03</div>
|
||||
<div class="trippeople"><u>Chris Densham</u>, Anthony Day, Fleur Loveridge</div>
|
||||
<div class="triptitle">Tunnocks - Kraken H/L to Anthemusa</div>
|
||||
|
||||
<p>Impressd by the progress made at the bottom since last year. Kraken is enormous! Our objective was to shine Andy Waddington's bike light right around the high levels of Kraken to look for any leads. Crossed the lip of the pitch (down to the low level Kraken) to the LHS of the chamber opposite the pitch rig. Shone the light to the far side, couldn't see any passage but couldn't confirm there wasn't anything.</p>
|
||||
|
||||
<p>Tied rope round a large boulder that look a large turtle and reach a walkway (Turtle Traverse) around to a steep boulder slope heading up. I climbed up the slope (trying not to think about he 65m drop at the bottom) to reach a drafty boulder pile. Trough gaps in teh boulders looked promising. Reaching the top of the boulders I despatched Anthony to collect the drill from the bottom, which was in fact a pretext for me to open my bowels which had somehow loosened.</p>
|
||||
|
||||
<p>Fleur and Anthony came over - Fleur took a photo of Anthony as he prussicked up the big pitch. The string wrapped round a boulder was upgraded by the drill and we entered the drafting horizontal passage that led off on the far side of the bopulder pile. After only a few legs we reached a two metre climb up into a large drippy chamber. We shone our aven spotter around, to see a possible HL up to the left. I optimistically ascended a slope to the left and squeezed under an extremely large boulder and popped out onto a ??? into the high level. Fleur and Anthony surveyed in and then we crossed into a large dry chamber with block cracked mud floor.</p>
|
||||
|
||||
<p>There was another drippy pitch down which we left unexplored. Apart from this there was no way on. We rigged the return properly just in time to derig it again.</p>
|
||||
|
||||
<p><img src="logbkimg19.jpeg" alt="Anthemusa Chamber plan"></p>
|
||||
|
||||
<div class="timeug">T/U 15 hours</div>
|
||||
|
||||
<div class="tripdate" id="t2015-08-05b">2015-08-05</div>
|
||||
<div class="trippeople"><u>Chris Densham</u>, Anthony Day</div>
|
||||
<div class="triptitle">Tunnocks, Kraken Lower</div>
|
||||
<p>[<b>Missing writeup</b>: Tunnocks, Kraken Lower, Anthony, Chris]</p>
|
||||
<p><img src="logbkimg20.jpeg" alt="Topo of traverse out of Kraken"></p>
|
||||
<p><img src="logbkimg21.jpeg" alt="Plan of Tentacle traverse"></p>
|
||||
<div class="timeug">T/U 15 hours</div>
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-01b">2015-08-01</div>
|
||||
<div class="trippeople"><u>Fleur Loveridge</u>, Sarah Parker</div>
|
||||
<div class="triptitle">258 - Pushing Clayton's Cock Up to Flash Hard (P70)</div>
|
||||
|
||||
The day after the day after the dinner. Sarah and I had an early-ish start to make a proper start on the big shaft that I had been after for two years.</p>
|
||||
|
||||
We had a relatively smooth journey in with only a slight delay at teh "evil deviation" in the entrance series. From Clayton's Cock Up we descended the first Boom Boom pitch and picked up the rope left last time. Then down the second pitch to the ledge where I started by bolting a traverse passed the drips, further out into the lozenge shaped shaft.</p>
|
||||
|
||||
Next I made a y-hang and descended via 2 bolt rebelays to a nice noise on the other wall where I hoped to make a nice y-hang. However, after only 7 1/2 holes both drill batteries had expired and I had only 75% of a y-hang. I went down for a bit anyway, but could not see the bottom.</p>
|
||||
|
||||
Sarah and I surveyed what was done and headed out.</p>
|
||||
|
||||
<div class="timeug">T/U 12 hours</div>
|
||||
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-05c">2015-08-05</div>
|
||||
<div class="trippeople"><u>Fleur Loveridge</u>, Matt Watson</div>
|
||||
<div class="triptitle">258 - Pushing Clayton's Cock Up to Flash Hard (P70) Part 2</div>
|
||||
|
||||
<p>This time it was Matt's turn to shiver while I bolted.</p>
|
||||
|
||||
<p>Again the first drill battery gave frustration and only 3.5 holes! However, the second performed well and the shaft was finally bottomed at around P70.</p>
|
||||
|
||||
<p>I had a bit of a bottle failure, what turned out to be 50m off the deck. So I returned to talk to Matt, collect the last rope and not feel so alone. Matt was all thermalled up, so I resolved to "man up" and get the job done.</p>
|
||||
|
||||
<p>The last ~50m were very drippy and I got quite wet swinging around placing bolts. When the water ran down into my wellies it started to get a bit miserable but I persevered.</p>
|
||||
|
||||
<p>I touched down on a bouldery floor with two potential ways down. I took the driest, which also had the draught, and placed a bolt to descend. The rope (27m) was not quite long enough so when Matt was down we fed through all the slack from the last pitch to get maximum rope.</p>
|
||||
|
||||
<p>Then we made an "expedition rigging" descent off one bolt and with two rub points. The P12 landed in a small chamber where the water re-entered. A meander led off, taking the tiny stream and emitting a howling gale. A 2m climb down, possibly requiring a line we did not have, stopped us. That and approaching hyperthermia on my part. We surveyed out and fucked off.</p>
|
||||
|
||||
|
||||
<p><img src="logbkimg22.jpeg" alt="Topo of Flash Hard (Clayton's Cockup)"></p>
|
||||
<p><img src="logbkimg23.jpeg" alt="Topo of something in Clayton's Cockup"></p>
|
||||
<p><img src="logbkimg24.jpeg" alt="Diagram of how to get to Boom Boom in Clayton's Cockup"></p>
|
||||
|
||||
<div class="timeug">T/U 12 hours</div>
|
||||
|
||||
<div class="tripdate" id="t2015-08-06a">2015-08-06</div>
|
||||
<div class="trippeople"><u>Elaine</u>, Elliot</div>
|
||||
<div class="triptitle">Batteries !*!*!*!</div>
|
||||
<p>[<b>Missing writeup here</b>]</p>
|
||||
<div class="timeug">T/U 5½ hours</div>
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-01a">2015-08-01</div>
|
||||
<div class="tripdate" id="t2015-08-01c">2015-08-01</div>
|
||||
<div class="trippeople"><u>Wookey</u>, Matt</div>
|
||||
<div class="triptitle">107, Smooth Sandy Bottom</div>
|
||||
|
||||
@ -746,15 +872,15 @@ them at Balconhöhle.</p>
|
||||
<div class="trippeople"><u>Wookey</u>, George</div>
|
||||
<div class="triptitle">KH/KH connection Back to the future</div>
|
||||
|
||||
<p>Underground by 10am. George's 1st proper 107 trip so he gets to see the delights of pushing the
|
||||
envelope, lots of rifty shinning and traversing, China and the comedy connection pitch, then more
|
||||
shinning in 161 and blown out. On the way down wook checked land of confusion and derigged the 12m
|
||||
<p>Underground by 10am. George's 1st proper 107 trip so he gets to see the delights of Pushing The
|
||||
Envelope, lots of rifty shinning and traversing, China and the comedy connection pitch, then more
|
||||
shinning in 161 and Blown Out. On the way down wook checked Land of Confusion and derigged the 12m
|
||||
CUCC rope there. Matt had arrived at the entrance to collect his pantin whilst we were getting
|
||||
ready so we quizzed him on lost SSB rope. Thus we were able to find that too. (slightly _downhill_
|
||||
from SSB). Got back to pushing front in 3.5. Bringing 38m and 12m bits. Should be enough.</p>
|
||||
from SSB). Got back to pushing front in 3.5h. Bringing 38m and 12m bits. Should be enough.</p>
|
||||
|
||||
<p>Took good look at lay of land and decided that traverse round RH wall from bouldery ledge between
|
||||
the 2 pitches we did last time looked like something that was do-able and should let us dropl down
|
||||
the 2 pitches we did last time looked like something that was do-able and should let us drop down
|
||||
in the dry to connect. Wook went a-rigging with a lot of faffing and muttering about having 2.5
|
||||
slings amongst lots of threads (hundreds in balcony, allegedly :-). . 2nd bolt split but pressed on
|
||||
anyway. Eventually got across and into rift. Another bolt cracked: re-did. Could see down short
|
||||
@ -767,7 +893,7 @@ passage above CFN. I wonder if the hole we just dropped in through was noted at
|
||||
area was always v. close to yapate but up a couple of short pitches.
|
||||
</p>
|
||||
|
||||
<p>Went on a quick tourist to Knossos to show george some proper big cave. Added 2015 to the writing
|
||||
<p>Went on a quick tourist to Knossos to show George some proper big cave. Added 2015 to the writing
|
||||
rock. Then surveyed back over traverse (now 'back to the future'). Pulled extra rope through and
|
||||
rerigged horrid traverse rigging into something that could be used for transport. 11 bolts in
|
||||
total. Got into a right mess with the string going back and forth. Pity we didn't have a
|
||||
@ -776,10 +902,10 @@ place - maybe OK to use backed-up if need be?).
|
||||
</p>
|
||||
|
||||
<p>Once all that was done we went back to 'quality belays' traverse. Wook derigged rope whilst
|
||||
george started rigging a sensible pitch into wellypopper instead. Gardened part of the massive pile
|
||||
george started rigging a sensible pitch into Wellypopper instead. Gardened part of the massive pile
|
||||
of boulders round the edge of the hole. He had trouble with cratering and one bolt cracking and it
|
||||
was getting late so Wook put in last 2 (only 2 hiltis left!). Then we packed up all the (unused!)
|
||||
rope and drill and stagerred out with 3 bags. Eventually got out (leaving one rope bag in china tied
|
||||
rope and drill and staggered out with 3 bags. Eventually got out (leaving one rope bag in China tied
|
||||
to rope, and drill plus other rope bag at Coldest PIE. Forgot (and out of time) to derig connection
|
||||
pitch.
|
||||
</p>
|
||||
@ -792,7 +918,7 @@ Joe's rope?
|
||||
<div class="timeug">T/U: 16 hrs</div>
|
||||
<hr>
|
||||
|
||||
<div class="tripdate" id="t2015-08-05a">2015-08-05</div>
|
||||
<div class="tripdate" id="t2015-08-05d">2015-08-05</div>
|
||||
<div class="trippeople"><u>Wookey</u>, George</div>
|
||||
<div class="triptitle">107, Notwindow into Heat Recovery Ventilation</div>
|
||||
|
||||
@ -822,9 +948,10 @@ coming out at the same time as they'd had success too. Turns out that base-camp
|
||||
noticed our SMS anyway so no need to worry much about missing callouts...</p>
|
||||
|
||||
<div class="timeug">T/U: 6.5 hrs</div>
|
||||
<hr>
|
||||
|
||||
<p>[<b>Missing writeup here</b>: Wagon Wheel caving song, Elaine]</p>
|
||||
|
||||
<div class="tripdate" id="t2015-08-06a">2015-08-06</div>
|
||||
<div class="tripdate" id="t2015-08-06b">2015-08-06</div>
|
||||
<div class="trippeople">Jenny, <u>Wookey</u>, George</div>
|
||||
<div class="triptitle">107 Derig</div>
|
||||
|
||||
@ -855,9 +982,73 @@ immediately before Pushing The Envelope squeeze.</p>
|
||||
<div class="timeug">T/U: Jenny: 5.5 hrs</div>
|
||||
<div class="timeug">T/U: Wook: 4 hrs</div>
|
||||
<div class="timeug">T/U: George: 3 hrs</div>
|
||||
<hr>
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-01d">2015-08-01</div>
|
||||
<div class="trippeople">Olly, <u>Jenny</u></div>
|
||||
<div class="triptitle">107-Old Route</div>
|
||||
<p>[<b>Missing writeup here:</b>]</p>
|
||||
<div class="timeug">T/U:</div>
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-02b">2015-08-02</div>
|
||||
<div class="trippeople">Olly, <u>Jenny</u></div>
|
||||
<div class="triptitle">107-161 Runnelstone</div>
|
||||
<p>[<b>Missing writeup here:</b>]</p>
|
||||
<div class="timeug">T/U:</div>
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-03d">2015-08-03</div>
|
||||
<div class="trippeople">Olly, George, <u>Jenny</u></div>
|
||||
<div class="triptitle">107-Old Route</div>
|
||||
<p>[<b>Missing writeup here:</b>]</p>
|
||||
<div class="timeug">T/U:</div>
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-04b">2015-08-04</div>
|
||||
<div class="trippeople">Olly, <u>Jenny</u></div>
|
||||
<div class="triptitle">2007-71</div>
|
||||
<p>[<b>Missing writeup here:</b>]</p>
|
||||
<div class="timeug">T/U:</div>
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-05e">2015-08-05</div>
|
||||
<div class="trippeople">Olly, <u>Jenny</u></div>
|
||||
<div class="triptitle">107-Old Route window, Wonderland</div>
|
||||
<p>[<b>Missing writeup here:</b>]</p>
|
||||
<div class="timeug">T/U:</div>
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-06c">2015-08-06</div>
|
||||
<div class="trippeople"><u>Elliot</u>, Elaine</div>
|
||||
<div class="triptitle">258, beyond Ben's pitch beyond bipedal passage</div>
|
||||
<p>[<b>Missing writeup here:</b>]</p>
|
||||
<div class="timeug">T/U:</div>
|
||||
<p><img src="logbkimg25.jpeg" alt="Topos for 107 Old Route"></p>
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-08a">2015-08-08</div>
|
||||
<div class="trippeople">Olly, <u>Jenny</u></div>
|
||||
<div class="triptitle">Surface, 2007-71</div>
|
||||
<p>Spent the day packing up the bivi and carrying a stupidly heavy pack down the hill. For a break placed tags on 2007-71 b and c (The 'a' entrance was tagged in 2007)</p>
|
||||
<div class="timeug">T/U:</div>
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-10a">2015-08-10</div>
|
||||
<div class="trippeople"><u>Elliot</u>, Nathan, George</div>
|
||||
<div class="triptitle">Balkonhöhle, Lost Surveyor(?) pitches</div>
|
||||
<p>[<b>Missing writeup here:</b>]</p>
|
||||
<p><img src="logbkimg26.jpeg" alt="Topos for Lost Surveyor pitches"></p>
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-09a">2015-08-09</div>
|
||||
<div class="trippeople"><u>Chris</u>, Brandon, Sarah</div>
|
||||
<div class="triptitle">258, Clayton's cockup,Flash Hard</div>
|
||||
<p>[<b>Missing writeup here:</b>]</p>
|
||||
<div class="timeug">T/U: 13 hrs</div>
|
||||
|
||||
|
||||
<div class="tripdate" id="t2015-08-09b">2015-08-09</div>
|
||||
<div class="trippeople"><u>Wookey</u>, Philip Balister, Sandy Knapp</div>
|
||||
<div class="triptitle">Document remaining wook-caves (wk12, wk11)</div>
|
||||
|
||||
@ -984,9 +1175,6 @@ is actually very easy to get to from this area using the paths. Took best part o
|
||||
|
||||
<div class="timeug">T/U: 2 mins in 216</div>
|
||||
|
||||
<p>[<b>Couple more writeups missing here.</b> These are the pics to go in them]</p>
|
||||
<p><img src="logbkimg25.jpeg" alt="Topos for 107 Old Route"></p>
|
||||
<p><img src="logbkimg26.jpeg" alt="Topos for 107 Old Route (part 2)"></p>
|
||||
|
||||
</html>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user