-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.tex
63 lines (51 loc) · 1.67 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
%\usepackage{fullpage}
%\usepackage{epsfig}
\usepackage{float}
\usepackage[aboveskip=2pt]{subcaption}
%\usepackage{amsmath,amssymb,alltt,times,mathptmx,graphicx,pdfsync}
\usepackage{mathptmx}
\usepackage{mathrsfs}
\usepackage{courier,xspace}
\usepackage{multirow}
\usepackage{balance}
%\usepackage[hyphens]{url}
\usepackage{breakurl}
\usepackage{algorithmic}
\usepackage[ruled,linesnumbered,noend]{algorithm2e}
\usepackage{caption}
%\usepackage[compact]{titlesec}
%\usepackage{fmtcount}
\usepackage{array}
\usepackage{ragged2e} % for removing the space in the cells of the table
\newcolumntype{P}[1]{>{\RaggedRight\hspace{0pt}}p{#1}}
\usepackage{enumitem}
%\setlist[itemize]{parsep=0cm}
\setlist[itemize]{leftmargin=*}
%\usepackage{footnote}
\usepackage{fmtcount} % displaying latex counters for footnote inside table that are inside minipage
\usepackage{lastpage}
\usepackage{caption}
\renewcommand{\captionfont}{\small} %small fonts for caption
\renewcommand{\captionlabelfont}{\small}
% \usepackage{url}
% \usepackage{balance}
%% Adding URL breaks
% \makeatletter
% \g@addto@macro{\UrlBreaks}{\UrlOrds}
% \makeatother
% \usepackage{lastpage}
%\usepackage[aboveskip=2pt]{subcaption} %for subfigures
%\setlength{\textfloatsep}{0pt} %spacing between figures and texts
%\setlength{\floatsep}{0pt}
%\setlength{\dblfloatsep}{0pt}
%\setlength{\dbltextfloatsep}{0pt}
%\setlength{\abovecaptionskip}{0pt}
%\usepackage{etoolbox} % spacing between formula and text
%\apptocmd\normalsize{%
%\abovedisplayskip=0pt
%\abovedisplayshortskip=0pt
%\belowdisplayskip=0pt
%\belowdisplayshortskip=0pt
%}{}{}
%\let\oldfootnote\footnote %small footnote
%\renewcommand{\footnote}[1]{{\oldfootnote{\scriptsize #1}}}