-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtexheader.tex
46 lines (42 loc) · 1.01 KB
/
texheader.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
\documentclass[11pt,letterpaper]{article}
\usepackage[hidelinks]{hyperref}
\usepackage{tikz}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{bm}
\usepackage{graphicx}
\usepackage{mathtools}
\usepackage{listings}
\usepackage{color}
\usepackage{algorithmic}
\usepackage{fullpage}
\usepackage{mathspec}
\usepackage{bookmark}
\usepackage{titlesec}
\usepackage{tabu}
\usepackage{enumitem}
\usepackage{fancyhdr}
\usepackage{caption}
%\renewcommand*{\familydefault}{\sfdefault}
\definecolor{mint}{rgb}{0.3,0.7,0.4}
\definecolor{zxcv}{rgb}{0.7,0.5,0.2}
\lstset{
basicstyle=\tt\scriptsize,
keywordstyle=\color{blue},
commentstyle=\color{mint},
stringstyle=\color{zxcv},
breaklines=true,
}
\author{Daniel L. Lu}
%\topmargin=0.2in
%\evensidemargin=0in
%\oddsidemargin=0in
%\textwidth=6.0in
%\textheight=8.0in
%\headsep=0in
\DeclarePairedDelimiter\abs{\lvert}{\rvert}
\DeclarePairedDelimiter\floor{\lfloor}{\rfloor}
\DeclarePairedDelimiter\ceil{\lceil}{\rceil}
\begin{document}
\input{index_dllu.tex}
\end{document}