-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.tex
executable file
·165 lines (132 loc) · 4.97 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
\documentclass[master, copyright]{resources/class/ms_thesis}
%% Load your required packages here
\usepackage{url}
\usepackage{amsmath}
\usepackage{mathenv}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{textcomp}
\usepackage{longtable}
\usepackage{multirow}
\usepackage{pifont}
\usepackage{changepage}
\usepackage{listings}
\usepackage{url}
\usepackage{xspace}
\usepackage{xtab}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
%%%%% Preamble: Thesis Particulars %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{The Large Numbers Hypothesis and the rotation of the Earth}
\author{Author Name}
\regNumber{2014XXXXXX}
\supervisor{Md. Enamul Haque}
\supervisorDesig{Asst. Professor}
\submissionDate{26}{February}{2017}
\keywords{Diarc, Large number, Dimensionless constant}
\degree{Master of Science}
\dept{Department of Physics}
\school{School of Physical Sciences}
\subject{Physics}
\dedicationtrue % Not required.
\dedication{Someone special \\or/and\\ Dedicated people}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\noListOfTables
%\noListOfFigures
\begin{document}
%% Must be placed before \abstract and \acknowledgements
\frontmatter
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Abstract %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{abstract}
My abstract goes here.
\end{abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%% Acknowledgement %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{acknowledgements}
I would like to thank ...
\end{acknowledgements}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\mainmatter
%
%% User customisation code goes here
%
%% turn off header rule (fancyhdr)
%\renewcommand\headrulewidth{0pt}
%% turn on footer rule (fancyhdr)
%\renewcommand\footrulewidth{0.4pt}
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%%%% Body Text %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%% Main Body of Text % NOT REQUIRED! You are allowed to submit a thesis without text
%%
%% Chapter sectioning commands:
%% \chapter{}
%% \seciton{}
%% \subsection{}
%% \subsubsection{}
%% \paragraph{}
%% \subparagraph{}
%%
%% Your chapters start here
\tableofcontents % Required: Table of Contents
\chapter{Introduction}
This is my chapter 1 Intorduction.
\section{Overview}
This is my Overview section
\newpage
\section{Another Section}
This is another section on a new page to show the header.
\chapter{Some predictions of the Large Numbers Hypothesis}
The variations with cosmic time predicted by the LNH of the Earth's orbital radius. its mean
angular motion and other parameters relevent to the discussion of Section 4 are summarized in Table 1 which I have adapted from articles by Van Flandern (1976) and Faulner(1976). Before proceeding, a brief explanation of the entries of the Table 1 needed.
\newline \\
For Dirac's early LNH the variation of the orbital elements has beeen teken from the discussion of Vinti. In essence, these relationships amount to the assumption tat G varies at $t^{-1}$ and that angular momentum is conserved.
%chapter{More Chapters}
\chapter{The interpretation of the fossil growth patterns}
Let $n_{E}$ be the rotational velocity of the Earth, $n_{M}$ the mean angular momentum of the Moon about the Earth and $n_{S}$ the mean motion of the Earth about the Sub. For the purpose of the analysis of Section 4 it is convenient to express the past variation on the rotation of the Earth in terms of the numbers of sidereal days in the sidereal year $(Y=n_{E}/n_{S})$ and the sidereal month $(M=n_{E}/n_{M})$.
\newline \\
It is ususally assumed that the biological growth patterns found in fossil bivale mollusces preserves a record of the numbers of solar days in the tropical year $(Y=(n_{E}-n_{S})/n_{S})$, ignoring the small difference between the tropical and sidereal years) and the synodic month $[M'=(n_{E}-n_{S})/(n_{M}-n_{S})]$.
\newline \\
\chapter{The application of the tidal theory}
\chapter{The variation of the Earth's moment of inertia}
\chapter{Discussion and conclusion}
%%
%% You can use this as a master file and create your
%% indivisual chapters in separate files.
%\include{Chapter1}
%% Create the file: Chapter1.tex
%% in the file
%% \chapter{Introduction}
%% ...
%%
%
%% Appendices % OPTIONAL: Appendices
\appendix
%
%% Appendix chapters start here
%%
\chapter{\LaTeX\ Resources}
This is appendix A \cite{ref01}.
\newline \\
Another reference \cite{ref02}
\begin{center}
\end{center}
%
%% Other Supplementary
%% Material % This has nothing to do with LaTeX
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%%%%% Back Matter %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%% Bibliography or
%% List of References % REQUIRED: Even Einstein put references in his paper
\bibliographystyle{ieeetr}
\bibliography{main}
\end{document}