-
Notifications
You must be signed in to change notification settings - Fork 14
/
texheader.tex
62 lines (54 loc) · 1.51 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
%% This stuff is for compatibility with amsart on arxiv: https://medium.com/@rvprasad/typesetting-a-document-in-acm-style-for-arxiv-46967b306f2f
%% If you need to remove it, the right solution is to factor it out into another file.
\makeatletter %1
\def\mdseries@tt{m} %1
\makeatother %1
\usepackage[plain]{fancyref}
\usepackage[draft=true]{minted} %2
\usepackage{color}
\usepackage{textgreek}
%\usepackage[bookmarks=false]{hyperref} %5
%\hypersetup{
% colorlinks=true,
% linkcolor=blue,
% filecolor=red,
% urlcolor=magenta,
% breaklinks=true, %3
%}
\usepackage{breakurl} %3
%%
%%
\let\Bbbk\relax
\usepackage{amssymb}
\usepackage{lipsum}
\usepackage[final]{pdfpages}
\usepackage{setspace}
\usepackage{epsf}
\usepackage{epsfig}
\usepackage{graphicx}
%\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{amsmath}
\usepackage{letltxmacro}
\usepackage{enumitem}
\usepackage{tikz}
\usepackage{libpaper/tightenum}
\usepackage{xspace}
\usepackage{url}
\urlstyle{rm}
\usepackage{multirow}
\let\oldthebibliography=\thebibliography
\let\endoldthebibliography=\endthebibliography
\renewenvironment{thebibliography}[1]{%
\begin{oldthebibliography}{#1}%
\setlength{\parskip}{0ex}%
\setlength{\itemsep}{0ex}%
}%
{%
\end{oldthebibliography}%
}
\input{libpaper/macros}
\input{libpaper/remark}
\newcommand{\shortenum}{\vspace*{-0.1in}}
\newcommand{\sparagraph}[1]{\vspace*{0.0in}\paragraph{#1}}
\input{libpaper/defs}