-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreamble.tex
77 lines (61 loc) · 1.65 KB
/
preamble.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
64
65
66
67
68
69
70
71
72
73
74
75
76
\RequirePackage{fix-cm}
\documentclass[smallextended]{svjour3}
\usepackage{booktabs}
\usepackage{subcaption}
\usepackage{comment}
\usepackage{mathrsfs}
\usepackage{balance}
\usepackage{enumitem}
\usepackage{hyperref}
\usepackage[noend]{algpseudocode}
\usepackage[group-separator={,}]{siunitx}
\usepackage{caption}
\usepackage{mathtools}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{listings}
\usepackage{algorithm}
\usepackage{algorithmicx}
\usepackage{bm}
\usepackage[all]{hypcap}
\usepackage[absolute]{textpos}
\usepackage{wrapfig}
\usepackage[title]{appendix}
%\emergencystretch=10pt
\renewcommand{\algorithmicrequire}{\textbf{Input:}}
\renewcommand{\algorithmicensure}{\textbf{Output:}}
\algnewcommand{\LineComment}[1]{\State{\(\triangleright\) #1}}
\newcommand*\Let[2]{\State #1 := #2}
\smartqed
\usepackage{graphicx}
\graphicspath{{./figures/}}
\hypersetup{%
bookmarks=true,
unicode=true,
pdftoolbar=true,
pdfmenubar=true,
pdffitwindow=true,
pdfstartview={FitV},
pdfnewwindow=true,
colorlinks=false,
pdfdisplaydoctitle=true,
pdfborder={0 0 0}
}
\setlength{\TPHorizModule}{1in}
\setlength{\TPVertModule}{1in}
\textblockorigin{0.75in}{0.875in}
\setlist[itemize]{leftmargin=*,partopsep=5pt}
\setlist[enumerate]{leftmargin=*,partopsep=5pt}
% \newcommand*{\refname}{References}
\paperheight 11in
\paperwidth 8.5in
\usepackage{dcolumn}
\newcolumntype{d}[1]{D{.}{.}{#1}}
\newcommand\nil{\textit{nil}}
\usepackage{tikz}
\newcommand*\circled[1]{\tikz[baseline=(char.base)]{
\node[shape=circle,draw,inner sep=0pt] (char) {#1};}}
\makeatletter
\newcommand*{\rome}[1]{\expandafter\@slowromancap\romannumeral #1@}
\makeatother
\input{common.tex}