2016-04-27 13:07:21 +01:00
|
|
|
\documentclass[a4paper,12pt,twoside]{book}
|
|
|
|
|
|
|
|
\usepackage{bierbook-style}
|
|
|
|
% All required packages should be included in bierbook-style
|
|
|
|
|
|
|
|
\newcommand{\expotitle}{
|
|
|
|
% makes the title page
|
|
|
|
\thispagestyle{empty}
|
2023-06-03 12:17:26 +01:00
|
|
|
\begin{center}
|
2016-04-27 13:07:21 +01:00
|
|
|
{\Large Cambridge University Caving Club}
|
2023-06-03 12:17:26 +01:00
|
|
|
\vskip80pt
|
2016-04-27 13:07:21 +01:00
|
|
|
{\Huge \bf Expo \the\year}
|
2023-06-03 12:17:26 +01:00
|
|
|
\vskip40pt
|
|
|
|
{\fontsize{100}{120}\selectfont\sc Bier}
|
|
|
|
\vskip24pt
|
|
|
|
{\fontsize{100}{120}\selectfont\sc Book}
|
|
|
|
\vskip190pt
|
2016-04-27 13:07:21 +01:00
|
|
|
{[}Stick obligatory G{\"o}sser label here{]}
|
2023-06-03 12:17:26 +01:00
|
|
|
\end{center}
|
2016-04-27 13:07:21 +01:00
|
|
|
\vfill
|
|
|
|
\clearpage
|
2014-07-11 00:16:39 +01:00
|
|
|
}
|
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\newcommand{\expoheading}[1]{
|
|
|
|
% provides the formatting for a title of a section
|
|
|
|
\vspace{10pt}
|
2023-06-03 12:17:26 +01:00
|
|
|
{\LARGE\bf #1}
|
2016-04-27 13:07:21 +01:00
|
|
|
\vspace{20pt}
|
2014-07-11 00:16:39 +01:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:07:46 +01:00
|
|
|
\newcommand{\tallyeveryone}[3]{
|
|
|
|
% argument is the title, second is the subtitle, third is starting number for the tally
|
2016-04-27 13:07:21 +01:00
|
|
|
% longtable, generated from the list of names
|
2016-07-24 11:07:46 +01:00
|
|
|
% uses tallyline for each line
|
2016-04-27 13:07:21 +01:00
|
|
|
\addcontentsline{toc}{section}{#1}
|
|
|
|
\openin\namesread=names.txt
|
|
|
|
\setcounter{linecount}{0}
|
|
|
|
\begin{longtable}{rc}
|
|
|
|
\multicolumn{2}{l}{\expoheading{#1}} \\
|
2016-07-24 11:07:46 +01:00
|
|
|
\multicolumn{2}{p{\textwidth}}{#2} \\
|
2016-04-27 13:07:21 +01:00
|
|
|
&
|
2016-07-24 11:07:46 +01:00
|
|
|
\tallynumbers{#3}
|
2016-04-27 13:07:21 +01:00
|
|
|
\\
|
|
|
|
\endfirsthead
|
2016-07-24 11:07:46 +01:00
|
|
|
\multicolumn{2}{p{\textwidth}}{#2} \\
|
2016-04-27 13:07:21 +01:00
|
|
|
&
|
2016-07-24 11:07:46 +01:00
|
|
|
\tallynumbers{#3}
|
2016-04-27 13:07:21 +01:00
|
|
|
\\
|
|
|
|
\endhead
|
|
|
|
&
|
2016-07-24 11:07:46 +01:00
|
|
|
\tallynumbers{#3}
|
2016-04-27 13:07:21 +01:00
|
|
|
\\
|
|
|
|
\endfoot
|
|
|
|
|
|
|
|
\whiledo{\value{linecount}<\value{maxlines}}{
|
|
|
|
\stepcounter{linecount}
|
|
|
|
\read\namesread to \currentname
|
2016-07-24 11:07:46 +01:00
|
|
|
\tallyline{\currentname}
|
2014-07-11 00:16:39 +01:00
|
|
|
}
|
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\end{longtable}
|
|
|
|
\clearpage
|
|
|
|
}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-07-24 11:07:46 +01:00
|
|
|
\newcounter{maxspares}
|
|
|
|
|
|
|
|
\newcommand{\tallyspares}[4]{
|
|
|
|
% argument is the title, second is the subtitle, third is starting number for the tally, fourth is the number of lines
|
|
|
|
% longtable, generated from the list of names
|
|
|
|
% uses tallyline for each line
|
|
|
|
\addcontentsline{toc}{section}{#1}
|
|
|
|
\openin\namesread=names.txt
|
|
|
|
\setcounter{linecount}{0}
|
|
|
|
\setcounter{maxspares}{#4}
|
|
|
|
\begin{longtable}{rc}
|
|
|
|
\multicolumn{2}{l}{\expoheading{#1}} \\
|
|
|
|
\multicolumn{2}{p{\textwidth}}{#2} \\
|
|
|
|
&
|
|
|
|
\tallynumbers{#3}
|
|
|
|
\\
|
|
|
|
\endfirsthead
|
|
|
|
\multicolumn{2}{p{\textwidth}}{#2} \\
|
|
|
|
&
|
|
|
|
\tallynumbers{#3}
|
|
|
|
\\
|
|
|
|
\endhead
|
|
|
|
&
|
|
|
|
\tallynumbers{#3}
|
|
|
|
\\
|
|
|
|
\endfoot
|
|
|
|
|
|
|
|
\whiledo{\value{linecount}<\value{maxspares}}{
|
|
|
|
\tallyline{\ldots\ldots\ldots}
|
|
|
|
\stepcounter{linecount}
|
|
|
|
}
|
|
|
|
|
|
|
|
\end{longtable}
|
|
|
|
\clearpage
|
|
|
|
}
|
|
|
|
|
|
|
|
\newcommand{\tallyline}[1]{
|
2016-04-27 13:07:21 +01:00
|
|
|
% argument is the name on the line
|
|
|
|
% boxes are a tikz grid
|
|
|
|
\begin{tikzpicture}
|
|
|
|
\pgfmathsetmacro{\wvar}{0.4}
|
2023-06-03 12:17:26 +01:00
|
|
|
\node at (0,0.6*\wvar) [anchor=east] {\textbf{#1}};
|
2016-04-27 13:07:21 +01:00
|
|
|
\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}
|
|
|
|
\\
|
|
|
|
}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-07-24 11:07:46 +01:00
|
|
|
\newcounter{tallynumber}
|
2016-04-27 13:07:21 +01:00
|
|
|
|
2016-07-24 11:07:46 +01:00
|
|
|
\newcommand{\tallynumbers}[1]{
|
2016-04-27 13:07:21 +01:00
|
|
|
% argument is the starting number
|
2016-07-24 11:07:46 +01:00
|
|
|
\setcounter{tallynumber}{#1}
|
2016-04-27 13:07:21 +01:00
|
|
|
\begin{tikzpicture}
|
|
|
|
\pgfmathsetmacro{\wvar}{0.4}
|
|
|
|
\foreach \xvar in {0,5.5,11,16.5,22,27.5}
|
|
|
|
{
|
2016-07-24 11:07:46 +01:00
|
|
|
\node at (\xvar*\wvar,0) [anchor=center] {\arabic{tallynumber}};
|
2016-04-27 13:07:21 +01:00
|
|
|
\node at (\xvar*\wvar,0.4) {};
|
2016-07-24 11:07:46 +01:00
|
|
|
\addtocounter{tallynumber}{10}
|
2016-04-27 13:07:21 +01:00
|
|
|
}
|
|
|
|
\end{tikzpicture}
|
2014-07-11 00:16:39 +01:00
|
|
|
}
|
|
|
|
|
2016-07-24 11:07:46 +01:00
|
|
|
\newcommand{\drinksssubtitle}{
|
|
|
|
/ = G{\"o}sser, X = Limo, R = Radler, W = Weissbier, D = Dunkelbier, L = Loserbier
|
|
|
|
}
|
|
|
|
|
2023-06-03 12:17:26 +01:00
|
|
|
\newcommand{\nightstallyoneweek}[2]{
|
|
|
|
\addcontentsline{toc}{section}{#1}
|
|
|
|
\openin\namesread=names.txt
|
|
|
|
\setcounter{linecount}{0}
|
|
|
|
\begin{minipage}[l]{\textwidth}
|
|
|
|
{\LARGE\bf #1}\\
|
|
|
|
\vskip12pt
|
2023-06-25 11:50:12 +01:00
|
|
|
\textbf{This is for people arriving prior to Monday 3rd July.}
|
2023-06-03 12:17:26 +01:00
|
|
|
\vskip12pt
|
|
|
|
\textbf{Where you spent the night:}
|
|
|
|
/ = basecamp, - = away from Expo.
|
|
|
|
\vskip12pt
|
|
|
|
\end{minipage}
|
|
|
|
\begin{longtable}{rc}
|
|
|
|
\tikz{\node at (0,0.5) {}; \node at (0,0) {};} & #2 \\
|
|
|
|
\tikz{\node at (0,0.5) {}; \node at (0,0) {};} & \weekdays \\
|
|
|
|
\endfirsthead
|
|
|
|
\tikz{\node at (0,0.5) {}; \node at (0,0) {};} & #2 \\
|
|
|
|
\tikz{\node at (0,0.5) {}; \node at (0,0) {};} & \weekdays \\
|
|
|
|
\endhead
|
|
|
|
\tikz{\node at (0,0.5) {}; \node at (0,0) {};} & \weekdays \\
|
|
|
|
\endfoot
|
|
|
|
|
|
|
|
\whiledo{\value{linecount}<\value{maxlines}}{
|
|
|
|
\stepcounter{linecount}
|
|
|
|
\read\namesread to \currentname
|
|
|
|
\nightstallyoneweekline{\currentname}
|
|
|
|
}
|
|
|
|
|
|
|
|
\end{longtable}
|
|
|
|
\clearpage
|
|
|
|
}
|
|
|
|
|
|
|
|
\newcommand{\nightstally}[4]{
|
2016-04-27 13:07:21 +01:00
|
|
|
% 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}
|
2023-06-03 12:17:26 +01:00
|
|
|
{\LARGE\bf #1}\\
|
|
|
|
\vskip12pt
|
|
|
|
\textbf{Top line} for where you spent the night:
|
|
|
|
/ = basecamp, S = stonebridge bivvy, B = bivvying elsewhere, - = away from Expo.
|
|
|
|
\vskip12pt
|
|
|
|
\textbf{Bottom line} for time spent underground.\\\vspace*{12pt}
|
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\begin{longtable}{rccc}
|
2023-06-03 12:17:26 +01:00
|
|
|
\tikz{\node at (0,0.5) {}; \node at (0,0) {};} & #2 & #3 & #4 \\
|
2016-04-27 13:07:21 +01:00
|
|
|
\tikz{\node at (0,0.5) {}; \node at (0,0) {};} & \weekdays & \weekdays & \weekdays \\
|
|
|
|
\endfirsthead
|
2023-06-03 12:17:26 +01:00
|
|
|
\tikz{\node at (0,0.5) {}; \node at (0,0) {};} & #2 & #3 & #4 \\
|
2016-04-27 13:07:21 +01:00
|
|
|
\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
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\whiledo{\value{linecount}<\value{maxlines}}{
|
|
|
|
\stepcounter{linecount}
|
|
|
|
\read\namesread to \currentname
|
|
|
|
\nightstallyline{\currentname}
|
|
|
|
}
|
|
|
|
|
|
|
|
\end{longtable}
|
2014-07-11 00:16:39 +01:00
|
|
|
\clearpage
|
2016-04-27 13:07:21 +01:00
|
|
|
}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2023-06-03 12:17:26 +01:00
|
|
|
\newcommand{\nightstallyoneweekline}[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] {\textbf{#1}};
|
|
|
|
\node at (0,0) {};
|
|
|
|
\node at (0,\wvar) {};
|
|
|
|
\end{tikzpicture}
|
|
|
|
\and
|
|
|
|
\begin{tikzpicture}
|
|
|
|
\pgfmathsetmacro{\wvar}{0.4}
|
|
|
|
\foreach \xvar in {0,1}
|
|
|
|
{
|
|
|
|
\foreach \yvar in {0,1,2,3,4,5,6}
|
|
|
|
{
|
|
|
|
\draw (\yvar*\wvar,\xvar*\wvar) -- ++ (0,\wvar) -- ++ (\wvar,0) -- ++ (0,-\wvar) -- cycle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\end{tikzpicture}
|
|
|
|
\\
|
|
|
|
}
|
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\newcommand{\nightstallyline}[1]{
|
|
|
|
% argument is the name on the line
|
|
|
|
% boxes are a tikz grid
|
|
|
|
\begin{tikzpicture}
|
2016-07-24 11:07:46 +01:00
|
|
|
\pgfmathsetmacro{\wvar}{0.4}
|
2023-06-03 12:17:26 +01:00
|
|
|
\node at (0,0.6*\wvar) [anchor=east] {\textbf{#1}};
|
2016-04-27 13:07:21 +01:00
|
|
|
\node at (0,0) {};
|
|
|
|
\node at (0,\wvar) {};
|
|
|
|
\end{tikzpicture}
|
|
|
|
\and
|
|
|
|
\begin{tikzpicture}
|
2016-07-24 11:07:46 +01:00
|
|
|
\pgfmathsetmacro{\wvar}{0.4}
|
|
|
|
\foreach \xvar in {0,1}
|
2016-04-27 13:07:21 +01:00
|
|
|
{
|
2016-07-24 11:07:46 +01:00
|
|
|
\foreach \yvar in {0,1,2,3,4,5,6}
|
|
|
|
{
|
|
|
|
\draw (\yvar*\wvar,\xvar*\wvar) -- ++ (0,\wvar) -- ++ (\wvar,0) -- ++ (0,-\wvar) -- cycle;
|
|
|
|
}
|
2016-04-27 13:07:21 +01:00
|
|
|
}
|
|
|
|
\end{tikzpicture}
|
|
|
|
\and
|
|
|
|
\begin{tikzpicture}
|
2016-07-24 11:07:46 +01:00
|
|
|
\pgfmathsetmacro{\wvar}{0.4}
|
|
|
|
\foreach \xvar in {0,1}
|
2016-04-27 13:07:21 +01:00
|
|
|
{
|
2016-07-24 11:07:46 +01:00
|
|
|
\foreach \yvar in {0,1,2,3,4,5,6}
|
|
|
|
{
|
|
|
|
\draw (\yvar*\wvar,\xvar*\wvar) -- ++ (0,\wvar) -- ++ (\wvar,0) -- ++ (0,-\wvar) -- cycle;
|
|
|
|
}
|
2016-04-27 13:07:21 +01:00
|
|
|
}
|
|
|
|
\end{tikzpicture}
|
|
|
|
\and
|
|
|
|
\begin{tikzpicture}
|
2016-07-24 11:07:46 +01:00
|
|
|
\pgfmathsetmacro{\wvar}{0.4}
|
|
|
|
\foreach \xvar in {0,1}
|
2016-04-27 13:07:21 +01:00
|
|
|
{
|
2016-07-24 11:07:46 +01:00
|
|
|
\foreach \yvar in {0,1,2,3,4,5,6}
|
|
|
|
{
|
|
|
|
\draw (\yvar*\wvar,\xvar*\wvar) -- ++ (0,\wvar) -- ++ (\wvar,0) -- ++ (0,-\wvar) -- cycle;
|
|
|
|
}
|
2016-04-27 13:07:21 +01:00
|
|
|
}
|
|
|
|
\end{tikzpicture}
|
|
|
|
\\
|
|
|
|
}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\newcommand{\weekdays}{
|
|
|
|
\begin{tikzpicture}
|
2016-07-24 11:07:46 +01:00
|
|
|
\pgfmathsetmacro{\wvar}{0.4}
|
2023-06-25 11:50:12 +01:00
|
|
|
\foreach \yvar/\zvar in {0/M,1/T,2/W,3/T,4/F,5/S,6/S{\tiny u}}
|
2016-04-27 13:07:21 +01:00
|
|
|
{
|
|
|
|
\node at (\yvar*\wvar,0) [anchor=center] {\zvar};
|
|
|
|
}
|
|
|
|
\end{tikzpicture}
|
|
|
|
}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\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}
|
|
|
|
}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-07-24 11:07:46 +01:00
|
|
|
\newcommand{\moneyowed}{
|
|
|
|
% creates a series of pages for the money owed to individuals
|
|
|
|
% each person gets a page as made by moneyowedperson
|
2016-04-27 13:07:21 +01:00
|
|
|
% generated from the names list
|
2016-07-24 11:07:46 +01:00
|
|
|
\addcontentsline{toc}{chapter}{Money owed to ...}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\openin\namesread=names.txt
|
|
|
|
\setcounter{linecount}{0}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\whiledo{\value{linecount}<\value{maxlines}}{
|
|
|
|
\stepcounter{linecount}
|
|
|
|
\read\namesread to \currentname
|
2016-07-24 11:07:46 +01:00
|
|
|
\moneyowedperson{\currentname}
|
2016-04-27 13:07:21 +01:00
|
|
|
}
|
|
|
|
}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-07-24 11:07:46 +01:00
|
|
|
\newcommand{\moneyowedperson}[1]{
|
|
|
|
% argument is who the money is owed to
|
2016-04-27 13:07:21 +01:00
|
|
|
% longtable to spread over multiple pages
|
|
|
|
% date / owed by / description
|
|
|
|
\addcontentsline{toc}{section}{#1}
|
2023-06-03 12:17:26 +01:00
|
|
|
{\LARGE\bf Money owed to #1}\vspace*{12pt}
|
|
|
|
\begin{longtable}{p{2cm}|p{4cm}|p{3cm}|p{6cm}}
|
|
|
|
\multicolumn{4}{p{\textwidth}}{Write a \textbf{positive} sign if #1~\hspace*{-3pt}\textbf{spent money}} \\
|
|
|
|
\multicolumn{4}{p{\textwidth}}{Write a \textbf{negative} sign if #1~\hspace*{-3pt}\textbf{owes money}} \\
|
|
|
|
\multicolumn{4}{p{\textwidth}}{Only write on \textbf{one person's page} for a transaction. \textbf{Give currency if not Euros.}} \\
|
|
|
|
\multicolumn{4}{p{\textwidth}}{}\\
|
|
|
|
\textbf{Date} & \textbf{Who} & \textbf{Amount} & \textbf{Item} \\
|
2016-04-27 13:07:21 +01:00
|
|
|
\midrule
|
|
|
|
\endfirsthead
|
2023-06-03 12:17:26 +01:00
|
|
|
\textbf{Date} & \textbf{Who} & \textbf{Amount} & \textbf{Item} \\
|
2016-04-27 13:07:21 +01:00
|
|
|
\midrule
|
|
|
|
\endhead
|
2016-07-24 11:07:46 +01:00
|
|
|
\vspace{18.8cm} & & & \\
|
|
|
|
\vspace{22cm} & & & \\
|
2016-04-27 13:07:21 +01:00
|
|
|
\end{longtable}
|
|
|
|
\clearpage
|
|
|
|
}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-07-24 11:07:46 +01:00
|
|
|
\newcommand{\moneyowedgasthof}{
|
2016-04-27 13:07:21 +01:00
|
|
|
% longtable to spread over multiple pages
|
|
|
|
% date / owed by / description
|
2023-06-03 12:17:26 +01:00
|
|
|
\addcontentsline{toc}{chapter}{Money owed to Gasthof Staud'nwirt}
|
|
|
|
\begin{longtable}{p{2cm}|p{4cm}|p{3cm}|p{6cm}}
|
|
|
|
\multicolumn{4}{l}{\expoheading{Money owed to Gasthof Staud'nwirt}} \\
|
|
|
|
\textbf{Date} & \textbf{Who} & \textbf{Amount} & \textbf{Item} \\
|
2016-04-27 13:07:21 +01:00
|
|
|
\midrule
|
|
|
|
\endfirsthead
|
2023-06-03 12:17:26 +01:00
|
|
|
\textbf{Date} & \textbf{Who} & \textbf{Amount} & \textbf{Item} \\
|
2016-04-27 13:07:21 +01:00
|
|
|
\midrule
|
|
|
|
\endhead
|
2016-07-24 11:07:46 +01:00
|
|
|
\vspace{20.3cm} & & & \\
|
|
|
|
\vspace{22cm} & & & \\
|
2016-04-27 13:07:21 +01:00
|
|
|
\end{longtable}
|
|
|
|
\clearpage
|
|
|
|
}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\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}
|
|
|
|
}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\begin{document}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\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}
|
|
|
|
|
|
|
|
\newread\datesread
|
|
|
|
\openin\datesread=dates.txt
|
2023-06-03 12:17:26 +01:00
|
|
|
\read\datesread to \zeroweek
|
2016-04-27 13:07:21 +01:00
|
|
|
\read\datesread to \firstweek
|
|
|
|
\read\datesread to \secondweek
|
|
|
|
\read\datesread to \thirdweek
|
|
|
|
\read\datesread to \fourthweek
|
|
|
|
\read\datesread to \fifthweek
|
|
|
|
\read\datesread to \sixthweek
|
|
|
|
|
|
|
|
\expotitle
|
|
|
|
\printtoc
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\addcontentsline{toc}{chapter}{Drinks}
|
2023-06-03 12:17:26 +01:00
|
|
|
\tallyeveryone{Drinks 1--50}{\drinksssubtitle}{0}
|
|
|
|
\tallyspares{More drinks 51--100}{\drinksssubtitle}{50}{15}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\addcontentsline{toc}{chapter}{Nights}
|
2023-06-03 12:17:26 +01:00
|
|
|
\nightstallyoneweek{Nights, week zero}{\zeroweek}
|
|
|
|
\nightstally{Nights and time underground, weeks 1-3}{\firstweek}{\secondweek}{\thirdweek}
|
|
|
|
\nightstally{Nights and time underground, weeks 4-6}{\fourthweek}{\fifthweek}{\sixthweek}
|
2016-07-24 11:07:46 +01:00
|
|
|
|
|
|
|
\moneyowed
|
|
|
|
\moneyowedgasthof
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\expotransport
|
2014-07-11 00:16:39 +01:00
|
|
|
|
2016-04-27 13:07:21 +01:00
|
|
|
\blankpage{Toll road info}
|
2016-07-24 11:07:46 +01:00
|
|
|
\blankpage{Gear left up the hill}
|
|
|
|
\blankpage{Gear taken back to Cambridge}
|
|
|
|
\blankpage{Top camp food bought}
|
|
|
|
\blankpage{First Aid}
|
2023-06-03 12:17:26 +01:00
|
|
|
\blankpage{In-Austria jollies}
|
2016-04-27 13:07:21 +01:00
|
|
|
\blankpage{Suggestions for next year}
|
|
|
|
\blankpage{Quotes}
|
2014-07-11 00:16:39 +01:00
|
|
|
|
|
|
|
|
2016-07-24 11:07:46 +01:00
|
|
|
\end{document}
|