-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackages.tex
47 lines (34 loc) · 1.03 KB
/
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
\usepackage[a5paper,backref]{hyperref}
\usepackage{listings} % Listings package, with hyperref support
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage{xspace}
\usepackage{url} % For urls naturally
%\usepackage{color}
\usepackage[dvipsnames,usenames]{color}
\usepackage{palatino}
\usepackage{varioref}
\usepackage{mathcomp}
\usepackage{wrapfig}
\usepackage{floatflt}
\usepackage{subfigure}
%\usepackage{packages/caption} % Change the caption style on things, listings package messes this up :(
\usepackage{caption}
%\usepackage[papersize={5.5in,8.5in}]{geometry}
% For forcing float pages
\usepackage{afterpage}
% For arbitrary font sizes - might be a beter way
\usepackage{fix-cm}
% For comment blocks
\usepackage{comment}
% For executing Python inline
%\usepackage{python}
% Lets get rid of the wacky Python stuff.
\usepackage{datetime}
% For the warning box
\usepackage{pifont,mdframed}
% For conditional compilation to print or screen
\usepackage{ifthen}
\newboolean{print}
\setboolean{print}{true}