equal
deleted
inserted
replaced
45 \usepackage{verbatim} |
45 \usepackage{verbatim} |
46 \usepackage{mathpazo} % Use the Palatino font by default |
46 \usepackage{mathpazo} % Use the Palatino font by default |
47 \usepackage{hyperref} |
47 \usepackage{hyperref} |
48 \usepackage{lipsum} |
48 \usepackage{lipsum} |
49 \usepackage[backend=bibtex]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA) |
49 \usepackage[backend=bibtex]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA) |
|
50 |
|
51 \usepackage[usestackEOL]{stackengine} |
|
52 \usepackage{scalerel} |
|
53 \usepackage{graphicx} |
|
54 |
50 %style=authoryear, natbib=true |
55 %style=authoryear, natbib=true |
51 \usepackage{stmaryrd} |
56 \usepackage{stmaryrd} |
52 \usepackage{caption} |
57 \usepackage{caption} |
53 |
58 |
54 \addbibresource{example.bib} % The filename of the bibliography |
59 \addbibresource{example.bib} % The filename of the bibliography |
59 \usepackage{graphic} |
64 \usepackage{graphic} |
60 \usepackage{data} |
65 \usepackage{data} |
61 |
66 |
62 %\usepackage{algorithm} |
67 %\usepackage{algorithm} |
63 \usepackage{amsmath} |
68 \usepackage{amsmath} |
|
69 \makeatletter |
|
70 \newcommand{\xleftrightarrow}[2][]{\ext@arrow 3359\leftrightarrowfill@{#1}{#2}} |
|
71 \newcommand{\xdashrightarrow}[2][]{\ext@arrow 0359\rightarrowfill@@{#1}{#2}} |
|
72 \newcommand{\xdashleftarrow}[2][]{\ext@arrow 3095\leftarrowfill@@{#1}{#2}} |
|
73 \newcommand{\xdashleftrightarrow}[2][]{\ext@arrow 3359\leftrightarrowfill@@{#1}{#2}} |
|
74 \def\rightarrowfill@@{\arrowfill@@\relax\relbar\rightarrow} |
|
75 \def\leftarrowfill@@{\arrowfill@@\leftarrow\relbar\relax} |
|
76 \def\leftrightarrowfill@@{\arrowfill@@\leftarrow\relbar\rightarrow} |
|
77 \def\arrowfill@@#1#2#3#4{% |
|
78 $\m@th\thickmuskip0mu\medmuskip\thickmuskip\thinmuskip\thickmuskip |
|
79 \relax#4#1 |
|
80 \xleaders\hbox{$#4#2$}\hfill |
|
81 #3$% |
|
82 } |
|
83 \makeatother |
|
84 |
64 \usepackage{amsthm} |
85 \usepackage{amsthm} |
65 \usepackage{amssymb} |
86 \usepackage{amssymb} |
66 \usepackage{cleveref} |
87 \usepackage{cleveref} |
67 %\usepackage{mathtools} |
88 %\usepackage{mathtools} |
68 \usepackage[noend]{algpseudocode} |
89 \usepackage[noend]{algpseudocode} |
80 \usepackage{mathpartir} |
101 \usepackage{mathpartir} |
81 \usepackage{stackrel} |
102 \usepackage{stackrel} |
82 |
103 |
83 \DeclareCaptionType{mytype}[Illustration][] |
104 \DeclareCaptionType{mytype}[Illustration][] |
84 \newenvironment{envForCaption}{\captionsetup{type=mytype} }{} |
105 \newenvironment{envForCaption}{\captionsetup{type=mytype} }{} |
|
106 |
85 %---------------------------------------------------------------------------------------- |
107 %---------------------------------------------------------------------------------------- |
86 % MARGIN SETTINGS |
108 % MARGIN SETTINGS |
87 %---------------------------------------------------------------------------------------- |
109 %---------------------------------------------------------------------------------------- |
88 |
110 |
89 \geometry{ |
111 \geometry{ |