-
Notifications
You must be signed in to change notification settings - Fork 0
/
Hollowmountain3.tex
172 lines (123 loc) · 4.38 KB
/
Hollowmountain3.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
\documentclass[symmetric, a4paper]{tufte-book}
%______________________HEADER INFO
\title{The Hollow Mountain III}
\author{Imperial College Caving Club \\ Jamarska Sekcija Planinskega Dru\v{s}tva Tolmin }
\publisher{Explorations under Tolminski Migovec 2013--2017}
%________________________PACKAGE ZONE
\usepackage{amsmath,amssymb}
%___________Handling the graphics, floats and captions
\usepackage{grffile}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\captionsetup{compatibility=false}
\usepackage{lettrine}
\usepackage{xparse}
\usepackage{fancyref}
\usepackage{newcent}
\newcommand*{\fancyrefmaplabelprefix}{map}
\newcommand*{\fancyrefsurvlabelprefix}{survey}
\frefformat{margin}{\fancyrefseclabelprefix}{%
more information #3%
}%
\frefformat{vario}{\fancyrefmaplabelprefix}{%
see map #1 #3%
}%
\frefformat{vario}{\fancyrefsurvlabelprefix}{%
see survey #1 #3%
}%
%____________Handling the fonts
\usepackage[utf8]{inputenc}
%____________General page structure + typesetting options
\usepackage{multicol}
%\usepackage{parcolumns}
\usepackage{ragged2e}
\usepackage[strict]{changepage}
\usepackage{setspace}
\usepackage{xfrac}
\usepackage[pages=some,placement=center]{background}
\usepackage{afterpage}
\usepackage[normalem]{ulem}
\newcommand\blankpage{%
h\null
\thispagestyle{empty}%
\addtocounter{page}{-1}%
\newpage}
%_________Allows the use of RGBA call
\usepackage{xcolor}
%________FANCY LATEX TABLES
\usepackage{booktabs}
\usepackage{colortbl}
\usepackage{tabularx}
\usepackage{multirow}
%_______REFERENCING
\usepackage{cite}
%\usepackage{cleveref}
\usepackage{hyperref}
\usepackage{varioref}
\usepackage[xindy]{imakeidx}
\usepackage{pifont}
\newcommand{\mydelimiter}{%
\begin{center} \ding{107} \quad \ding{107} \quad \ding{107} \end{center}
}
%__________________________END OF PACKAGE ZONE
%___________manual override of the numbering and listing in the table of contents: number down to parts, list down to sections.
\setcounter{secnumdepth}{-1}
\setcounter{tocdepth}{1}
%____________________ CHANGING FONT DEFAULTS
\renewcommand{\rmdefault}{ppl}
\renewcommand{\sfdefault}{lmss}
\renewcommand{\ttdefault}{lmtt}
\renewcommand{\familydefault}{\rmdefault}
\makeindex[columns=2] %this default index takes in all the passage names.
\makeindex[name=aut, title =Authors, columns =2]
\newcommand{\BH}[1]{\large\hyperpage{#1}\normalsize} %https://tex.stackexchange.com/questions/22012/hyperref-and-imakeidx-do-not-work-together
\DeclareDocumentCommand{\passage}{ O{} m }{\textsc{#2}%
\index{#2!#1|BH}}
%__________________End of the definition of: Tikz environments for side stories and fancy tables
\usepackage{tikz-3dplot}
%___________________START OF THE DOCUMENT: CONTENT ADDED UNDERNEATH
\begin{document}
\frontmatter
\maketitle %Title page
\justify
%dedication
\cleardoublepage
~\vfill
\begin{doublespace}
\noindent\fontsize{12}{14}\selectfont\sffamily\slshape
\nohyphenation
This book is dedicated to everyone who contributed to the history of the \passage{Hollow Mountain}. It is traditional to wish that heights ever newer may be reached in the pursuit of an enterprise so protracted, but in this case, it is certainly more accurate to hope that new depths may be attained, that unseen passages be for the first time painted with light or that long enduring friendships be forged in the spirit of exploration.
\end{doublespace}
\vfill
\vfill
\include{text/Editorial}
\newpage
\setfloatalignment{b} %puts the caption in line with the bottom of the floats for the whole doc.
%__________________________PART 1 -INTRODUCTION (geography, geology, surveying, history, etc...
\tableofcontents %Table of contents listing parts -chapters - sections
\mainmatter
\input{text/Part1}
%____________________________PART 2 - EXPLORATION OF MIGOVEC
\include{text/other_tex_files/part2_intro}
%__________________________________ CHAPTERS
\input{text/2013/2013}
\input{text/2014/2014}
\input{text/2015/2015}
\input{text/2016/2016}
\input{text/2017/2017}
%_______________________________ PART 3 - TRIP & CAVE DESCRIPTIONS - SURVEYS
\backmatter
\input{text/Part3}
\clearpage
\include{text/sponsorships_and_thanks}
\include{hall-of-fame}
\include{text/other_tex_files/Post-script}
\label{Bibliography}
\bibliographystyle{apalike}
\bibliography{biblio_hm3}
\listofsurveys
\listofmaps
%\printindex[aut]
\printindex
\end{document}