-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathWebBook3.tex
106 lines (83 loc) · 3.36 KB
/
WebBook3.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
%used to read \input mydefs, change back as needed
\input mydefs
\documentclass[11pt]{book}
\usepackage{stylemydefs}
%\input epsf
\usepackage{natbib}
\usepackage{appendix}
\usepackage{bm}
\usepackage{amssymb}
\makeatletter % Allow the use of @ in command names
\long\def\@makecaption#1#2{%
\vskip\abovecaptionskip
\sbox\@tempboxa{{\captionfonts #1: #2}}%
\ifdim \wd\@tempboxa >\hsize\
{\captionfonts #1: #2\par}
\else
\hbox to\hsize{\hfil\box\@tempboxa\hfil}%
\fi
\vskip\belowcaptionskip}
\makeatother % Cancel the effect of \makeatletter
\newcommand{\captionfonts}{\small}
\usepackage{rotating}
\usepackage{longtable}
% for book only:
%\usepackage[left=1.4in,right=1.4in,bottom=1.4in,top=1.4in]{geometry}
%\usepackage{makeidx}
%\makeindex
%\usepackage{fancyhdr}
%\pagestyle{fancy}
%\fancyhf{}
%\fancyfoot[C]{\thepage}
%\fancyhead[LO]{\bfseries\rightmark}
%\fancyhead[RE]{\bfseries\leftmark}
%
% comment these out for book version
\usepackage{hyperref} % comment these out for book version
\begin{document}
\input{customlinks.tex} % comment these out for book version
\newcommand{\be}{\begin{equation}}% comment these out for book version
\newcommand{\ee}{\end{equation}}% comment these out for book version
\title{Essentials of Paleomagnetism: Fifth Web Edition}
\author{Lisa Tauxe\\Scripps Institution of Oceanography\\La Jolla, CA 92093-0220\\ \\
with contributions from: \\ Subir K. Banerjee, Robert F. Butler and Rob van der Voo}
\today
\maketitle
{\bf The material on this website is freely available for educational purposes. }
Requests for re-use of digital images: contact the \href{http://http://www.ucpress.edu}{UC Press.}
Proper citation of the material found in these pages is:
Tauxe, L, Banerjee, S.K., Butler, R.F. and van der Voo R, Essentials of Paleomagnetism, 5th Web Edition, 2018.
The printed version of this book appeared January, 2010. Order a \href{http://www.ucpress.edu/books/pages/11183.php}{printed version}. (cheaper than printing it yourself!)
This book is intended to work with the companion software package described in \href{http://earthref.org/PmagPy/cookbook/}{PmagPy Cookbook}.
This material is based upon work supported by the National Science Foundation.
\setcounter{page}{1}
\pagenumbering{roman}
\include {preface}
\setcounter{tocdepth}{3}
\tableofcontents
%\listoffigures
\clearpage
\pagenumbering{arabic}
%\fancyfoot[C]{\thepage}
\setcounter{page}{1}
\include{Chapters/chapter1} %DONE 7/15/18
\include{Chapters/chapter2} %DONE 7/15/18
\include{Chapters/chapter3} %DONE 7/15/18
\include{Chapters/chapter4} % DONE 7/19/18
\include{Chapters/chapter5} % DONE 7/19/18
\include{Chapters/chapter6} % NEED JEFF'S QUESTION 5 FROM ASSIGNMENT 3 someday and need revisions from Jeff for ternary diagrams
\include{Chapters/chapter7} % DONE 7/15/18
\include{Chapters/chapter8} % DONE 7/15/18
\include{Chapters/chapter9} % DONE 7/15/18. but could eventually add notebook way instead of Pmag_GUI.
\include{Chapters/chapter10} % DONE 7/17/18
\include{Chapters/chapter11} % DONE 7/17/18
\include{Chapters/chapter12} % DONE 7/17/18
\include{Chapters/chapter13} % DONE 7/21/18
\include{Chapters/chapter14} % DONE 7/18/18
\include{Chapters/chapter15} % DONE 7/18/18
\include{Chapters/chapter16} % DONE 7/19/18
\include{Chapters/References}
\include{Chapters/appendix}
\bibliography{UCPbook}
\bibliographystyle{apalike2}
\end{document}