File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change
1
+
2
+ /.vscode
Original file line number Diff line number Diff line change 3
3
\usepackage [T1 ]{fontenc }
4
4
\usepackage [utf8 ]{inputenc }
5
5
\usepackage {lmodern }
6
- \usepackage {hyperref }
7
6
\usepackage {graphicx }
8
7
\usepackage {caption }
9
8
\usepackage {natbib }
9
+ \usepackage {xcolor }
10
+ \usepackage {changepage }
11
+ \usepackage {framed }
12
+ \usepackage {hyperref }
10
13
\bibliographystyle {abbrvnat}
11
14
12
15
% Make list items more compact
15
18
16
19
[- IMPORTS -]
17
20
18
- % Style quotes
19
- \usepackage {xcolor }
20
- % Change links to basic
21
21
\hypersetup {
22
22
colorlinks,
23
23
linkcolor={black},
24
24
citecolor={black},
25
- % urlcolor={blue!80!black}
26
25
urlcolor={black}
27
26
}
28
- \usepackage {framed }
29
- \definecolor {quoteshade}{rgb}{0.95,0.95,1}
27
+
28
+ % Style quotes
29
+ \definecolor {darkblue}{rgb}{0.0, 0.0, 0.55}
30
+ \definecolor {quoteshade}{rgb}{0.95, 0.95, 1}
30
31
\renewenvironment {quote}{%
31
32
\def\FrameCommand {%
32
33
\hspace {1pt}%
33
34
{\color {darkblue}\vrule width 2pt}%
34
35
{\color {quoteshade}\vrule width 4pt}%
35
36
\colorbox {quoteshade}%
36
37
}%
37
- \MakeFramed {\advance\hsize -\width\FrameRestore }
38
+ \MakeFramed {\advance\hsize -\width \FrameRestore }%
38
39
\noindent\hspace {-8pt}% disable indenting first paragraph
39
- \begin {adjustwidth }
40
+ \begin {adjustwidth }{0pt}{0pt} % adjust as needed
40
41
\vspace {2pt}\vspace {2pt}%
41
42
}
42
43
{%
Original file line number Diff line number Diff line change @@ -47,3 +47,4 @@ packages:
47
47
- lmodern
48
48
- natbib
49
49
- xcolor
50
+ - changepage
You can’t perform that action at this time.
0 commit comments