-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdraft.tex
More file actions
42 lines (36 loc) · 898 Bytes
/
draft.tex
File metadata and controls
42 lines (36 loc) · 898 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
34
35
36
37
38
39
40
41
42
\documentclass[12pt,letterpaper]{article}
\usepackage[margin=1.5in]{geometry}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{tabularx}
\usepackage{subfig}
\usepackage{microtype}
\usepackage{booktabs} % for nice tables
\usepackage{bm} % for bold math
\usepackage{listings} % for inserting code
\usepackage{verbatim} % useful for program listings
\usepackage{color}
%\usepackage[colorlinks=true]{hyperref}
% use for hypertext
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{natbib}
\begin{document}
%+Title
\title{\textbf{Draft note}\\{\small \textbf{1D}}}
\author{Naeem Khoshnevis}
\date{}
\maketitle
%-Title
%+Abstract
%\begin{abstract}
%abstract
%\end{abstract}
%-Abstract
\newpage
\input{content}
\bibliographystyle{apalike}
\bibliography{nonlin}
%remember to use \citep{} for citation
\end{document}