-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResearch_notes.tex
More file actions
40 lines (33 loc) · 1.03 KB
/
Research_notes.tex
File metadata and controls
40 lines (33 loc) · 1.03 KB
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
\documentclass[a4paper,12pt]{book}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amssymb,latexsym}
\usepackage{graphicx,subfigure}
\usepackage{tcolorbox}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[margin=2.5cm]{geometry}
\newtheorem{Equation}{\indent Equation}[section]
\textwidth=6in
\renewcommand{\baselinestretch}{1.5}
%%%%
\usepackage{hyperref}
\usepackage{changepage}
\begin{document}
\author{Zachary Matheson}
\title{Research notes}
\frontmatter
\maketitle
\tableofcontents
\mainmatter
\include{./TeX_files/chapter01} % Nucleon localization function
\include{./TeX_files/chapter02} % Impact of basis deformation on $E_{HFB}$
\include{./TeX_files/chapter03} % Inertia Wrapper
\include{./TeX_files/chapter04} % $^{294}$Og
\include{./TeX_files/chapter05} % How to compute half-lives
\include{./TeX_files/chapter06} % Minimum action path
\include{./TeX_files/chapter07} % Miscellaneous
\backmatter
% bibliography, glossary and index would go here.
\bibliography{main}
\bibliographystyle{abbrv}
\end{document}