-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackages.tex
49 lines (38 loc) · 912 Bytes
/
packages.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
\usepackage{listings,color,amsmath,amssymb}
\usepackage[hidelinks]{hyperref}
\definecolor{comments}{RGB}{81,81,81}
\definecolor{keywords}{RGB}{255,0,90}
% lstlisting
\lstset{
language=C,
basicstyle=\footnotesize\ttfamily,
keywordstyle=\color{keywords},
showspaces=false,
showstringspaces=false,
commentstyle=\color{blue}\emph
}
\usepackage[
type={CC},
modifier={by-nc-nd},
version={4.0},
]{doclicense}
\topmargin -.5in
\textheight 9in
\oddsidemargin -.25in
\evensidemargin -.25in
\textwidth 7in
\input{variables.tex}
\usepackage{ifxetex}
\ifxetex
\usepackage{fontspec}
\setmainfont{Raleway}
\fi
\usepackage[calc,datesep=/]{datetime2}
\newcount\daycount
\newcommand{\DueDate}[2]{%
\DTMsavedate{ShootDate}{#1}%
\DTMsaveddateoffsettojulianday{ShootDate}{#2}\daycount
\DTMsavejulianday{ShootDate}{\number\daycount}%
\DTMusedate{ShootDate}%
}
\usepackage{xfrac}