-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
33 lines (26 loc) · 739 Bytes
/
Copy pathmain.tex
File metadata and controls
33 lines (26 loc) · 739 Bytes
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
%\documentclass[onecolumn,prl,nobalancelastpage,aps,12pt]{revtex4-1}
\documentclass[a4paper,12pt]{article}
\usepackage{graphicx,bm,times,amsmath}
\usepackage[margin=0.6in,tmargin=0.3in]{geometry}
\usepackage{csquotes}
\usepackage[style=verbose-ibid,backend=bibtex]{biblatex}
\bibliography{refs}
\usepackage{hyperref}
\usepackage{seqsplit}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan,
}
\urlstyle{same}
\title{Project Labnotes}
\author{Kylie Tailin Zhu}
%\date{}
\begin{document}
\maketitle
\input{paper}
\printbibliography
\bibliographystyle{naturemag}
\def\bibsection{\vskip 6pt \setlength{\parindent}{0pt}{\section{References}} \setlength{\parindent}{12pt}}
\end{document}