-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmain.tex
272 lines (239 loc) · 8.9 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
\documentclass[a4paper]{book}
\usepackage{url, graphicx, wrapfig, ifthen, enumitem, imakeidx, microtype, booktabs, caption}
\usepackage{currfile, multicol, float, subcaption, textcomp, fullpage}
\usepackage[pagebackref=true]{hyperref}
\renewcommand*{\backref}[1]{}
\renewcommand*{\backrefalt}[4]{\emph{%
\ifcase #1 Not cited.\todo{Not cited!}%
\or Cited on page~#2.%
\else Cited on pages #2.%
\fi%
}}
\usepackage[textsize=tiny]{todonotes}
\usepackage[numbib, numindex]{tocbibind}
\usepackage[superscript]{cite}
\makeindex[intoc]
\setcounter{secnumdepth}{0}
\title{The C. F. Barker Archives \\ \vspace{1cm} \includegraphics[width=0.3\textwidth]{CFB_monogram} }
\author{\url{http://samwilson.github.io/cfb}}
\usepackage{relsize, etoolbox} % http://ctan.org/pkg/{relsize,etoolbox}
\AtBeginEnvironment{quotation}{\smaller} % Step font down one size relative to current font.
\patchcmd{\quotation}{\rightmargin}{\leftmargin 2em \rightmargin}{}{}
\hypersetup{
colorlinks = true, % Colours links instead of ugly boxes
urlcolor = blue, % Colour for external hyperlinks
linkcolor = black, % Colour of internal links
citecolor = black % Colour of citations
}
% ---- \biohead{Full Name}{Name, Full}{Caption for photo.}
% \biohead{}{}{}
\newcommand{\biohead}[3]{%
\section{#1}%
\label{\currfilebase}%
\index{#1|textbf}%
% If there's a second index, use it.
\ifthenelse { \equal {#2} {} }{}{ \index{#2|textbf} }%
% If there's an image, show it.
\ifthenelse { \equal {#3} {} }%
{} % If #3 is empty, do nothing
{ % Otherwise, do the figure
%\needspace{10\baselineskip}
%\begin{wrapfigure}{l}{0.25\textwidth}%
%\reversemarginpar
%\marginnote{
\begin{figure}[H]
% \vspace{-12pt}%
\centering
\includegraphics[width=0.45\linewidth]{photos/\currfilebase} \\
{\footnotesize #3}%
\label{fig:\currfilebase}
% \vspace{-12pt}%
\end{figure}%
%}
}%
}
% ---- \bioref{biographies-file-name}
% The tricky stuff here is explained at https://tex.stackexchange.com/a/357590
\newcommand{\bioref}[1]{%
\expandafter\index{\getnamereftext{#1}}%
\textsc{\nameref{#1}}%
}
\makeatletter
\newcommand{\getnamereftext}[1]{%
\@ifundefined{r@#1}{}{%
\unexpanded\expandafter\expandafter\expandafter{%
\expandafter\expandafter\expandafter\@thirdoffive\csname r@#1\endcsname
}%
}%
}
% ---- \f{fig-ref}
\newcommand{\f}[1]{Fig.~\ref{#1}}
% ---- \idx{Index words}
\newcommand{\idx}[1]{#1\index{#1}}
\begin{document}
\maketitle
\thispagestyle{empty}
\begin{center}\footnotesize
This book is available online at \url{http://samwilson.github.io/cfb}.
Everyone is invited to submit new research, error reports, and suggestions for improvement
via the issue queue at \url{https://github.com/samwilson/cfb/issues}.
\vspace{1cm}
Copyright \copyright\ 2016--17 Julia Denton-Barker and Sam Wilson.
Some rights reserved (CC BY 2.5 AU).
This book is licensed under the Creative Commons Attribution 2.5 Australia License.
To view a copy of this license, visit \url{http://creativecommons.org/licenses/by/2.5/au/} or send a letter to Creative Commons, 171 Second Street, Suite 300, San~Francisco,~California,~94105,~U.S.A.
\end{center}
\tableofcontents
\chapter{People}
\raggedbottom
% Generation 6
\input{biographies/Janet_Akred}
\input{biographies/Margaret_Boyd}
\input{biographies/Benjamin_Browne}
\input{biographies/Robert_Clark}
\input{biographies/Sarah_Harris}
\input{biographies/Thomas_Hezelwood}
\input{biographies/Thomas_Holmes}
\input{biographies/Thomas_Munday}
\input{biographies/Mary_Munday}
\input{biographies/John_Hill}
\input{biographies/Elizabeth_Annie_Ames}
\input{biographies/Francis_Mead}
\input{biographies/Hugh_Kirkland}
\input{biographies/Elizabeth_Dobson}
\input{biographies/Marion_McGie}
\input{biographies/James_Gilmour}
\input{biographies/Mary}
% Generation 5
\input{biographies/Moses_Hezelwood}
\input{biographies/Elizabeth_Mead}
\input{biographies/March_Jackson}
\input{biographies/Ann_Holmes}
\input{biographies/James_Munday}
\input{biographies/Jemima_Browne}
\input{biographies/George_Hill}
\input{biographies/Hannah_Dando}
\input{biographies/Edward_Henry_Aldridge}
\input{biographies/Leah_North}
\input{biographies/Samuel_Chymist}
\input{biographies/Mary_Elizabeth_Wallis}
\input{biographies/Alexander_Browne}
\input{biographies/Joseph_Gilmour}
\input{biographies/Mary_Boyd_Clark}
\input{biographies/Robert_Dunsmore}
\input{biographies/Jean_Kirkland}
\input{biographies/Thomas_Hancox}
\input{biographies/Sarah_Jackson}
\input{biographies/Thomas_Heeley}
\input{biographies/Mary_Heeley}
\input{biographies/William_Merrett}
\input{biographies/William_Coppin}
\input{biographies/Sarah_Robinson}
% Generation 4
\input{biographies/Charles_Frederick_Barker}
\input{biographies/Elizabeth_Hezelwood}
\input{biographies/John_Moulsdale}
\input{biographies/Maria_Jackson}
\input{biographies/William_Munday}
\input{biographies/Mary_Hill}
\input{biographies/Napoleon_Aldridge}
\input{biographies/Mary_Ann_Chymist}
\input{biographies/Hugh_Croskery}
\input{biographies/Charlotte_Wallace_Brown}
\input{biographies/Boyd_Gilmour}
\input{biographies/Jean_Dunsmore}
\input{biographies/Thomas_Elias_Hancox}
\input{biographies/Frances_Heeley}
\input{biographies/James_Merrett}
\input{biographies/Elizabeth_Coppin}
% Generation 3
\input{biographies/Thomas_Henry_Barker}
\input{biographies/Mary_Ellen_Moulsdale}
\input{biographies/John_Hill_Munday}
\input{biographies/Catherine_Aldridge}
\input{biographies/Samuel_Maxwell_West_Croskery}
\input{biographies/Mary_Gilmour}
\input{biographies/Clara}
\input{biographies/Harry_Hancox}
\input{biographies/Maria_Mary_Merrett}
% Generation 2
\input{biographies/James_Denton_Barker}
\input{biographies/Kathleen_Munday}
\input{biographies/Jonathan_Tong_Barker}
\input{biographies/Gladys_Bythell_Edwards}
\input{biographies/Charles_Frederick_Strangeways_Barker}
\input{biographies/Phyllis_May_Wickham}
\input{biographies/William_Danby_Holt_Barker}
\input{biographies/Clarissa_Hotham_Dreaper}
\input{biographies/Thomas_Percy_Conyers_Barker}
\input{biographies/Beatrice_Maude_Poole}
\input{biographies/Francis_Darcy_Mead_Barker}
\input{biographies/Isabel_Whitehead}
\input{biographies/Henry_Bertram_Mitford_Barker}
\input{biographies/Nora_Katie_Munday}
\input{biographies/Frederick_Westbrook}
\input{biographies/Mildred_Mary_Munday}
\input{biographies/Charles_Brown_Hadden}
\input{biographies/Margery_Munday}
\input{biographies/Erskine_Watson}
\input{biographies/Ralph_Munday}
\input{biographies/Vera_Maunder}
\input{biographies/Jeanie_Elenora_Dunsmuir_Croskery}
\input{biographies/Connal_MacConnal}
\input{biographies/Marian_Gilmour_Croskery}
\input{biographies/Richard_James_Hancox}
\input{biographies/Harry_Merrett_Hancox}
\input{biographies/Frank_Heeley_Hancox}
\input{biographies/Ethel_Chard_Nelson}
\input{biographies/Charles_Edward_Hancox}
\input{biographies/Alice_Margaret_Renner}
% Generation 1
\input{biographies/John_Darcy_Barker}
\input{biographies/Thomas_Geoffrey_Barker}
\input{biographies/Peggy_Barker}
\input{biographies/Eugenia_Grebenik}
\input{biographies/Virginia_Kathleen_Denton_Barker}
\input{biographies/Bertram_Mead_Denton_Barker}
\input{biographies/Charlotte_Marion_Rabus}
\input{biographies/Ronald_Charles_Munday_Hadden}
\input{biographies/Rosemary_Elizabeth_Watson}
\input{biographies/John_Smyly_Watson}
\input{biographies/Ralph_Munday_Denton-Barker}
\input{biographies/Joan_Nyria_Hancox}
\input{biographies/Geoffrey_George_Powell}
\input{biographies/Eric_Geoffrey_West_Hancox}
\input{biographies/Julia_Leat}
\input{biographies/Charles_Stanley_Hancox}
\input{biographies/Sylvia_Crowther}
\input{biographies/Eric_Langdon}
\input{biographies/Winifred_Margaret_Hancox}
\input{biographies/Donal_Nicholas}
\input{biographies/Norman_Merrett_Hancox}
\input{biographies/Desiree_Griffiths}
\input{biographies/Barbara_May_Hancox}
\input{biographies/Stanislaw_Karpinski}
\input{biographies/Philip_Renner_Hancox}
% Generation 0
\input{biographies/Charles_Anthony_Hancox}
\input{biographies/John_Michael_Hancox}
\input{biographies/Anne}
\chapter{Appendix}
% Text copied from appendix/main.tex
The people in the following sections are comprised of the siblings of the main family members in our family tree.
Within most families (although not all) I found out interesting details about some of these people, and it would be a pity not to include them.
Obviously there are plenty of other members of the different branches who would deserve a section to themselves,
but this is a sample of what I was able to uncover during my research.
\hfill --- Julia, 2017.
\input{appendix/Munday}
\input{appendix/Gilmour}
\input{appendix/Croskery}
\input{appendix/Dunsmore}
\input{appendix/Hancox}
\input{appendix/Aldridge}
\input{appendix/Barker}
\input{appendix/Hazelwood}
\input{appendix/Hill}
% End matter
\input{bibliography}
\printindex
\end{document}