Skip to content

Commit 3f12020

Browse files
committed
Paper: fix missing import of color
1 parent 7004546 commit 3f12020

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Extensions/Programming-Block-Style.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
\usepackage{listings}
3-
\usepackage{color}
43

54
\lstset{
65
aboveskip=3mm,

Packages/Paper.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
\usepackage{inconsolata} % Monospace font
66
\usepackage{nameref} % References
77
\usepackage{parskip} % Paragraph indentation
8+
\usepackage{color} % Colour definitions
89

910
\usepackage[T1]{fontenc} % Special chars
1011
\usepackage[export]{adjustbox} % Graphicsx improvement

0 commit comments

Comments
 (0)