latex2html/latex2html-issue48-2.patch

21 lines
494 B
Diff
Raw Normal View History

From 78c9a4d6be6c403f2fbe4174a40a7a6585493793 Mon Sep 17 00:00:00 2001
From: Dan Gildea <dgildea>
Date: Thu, 24 May 2018 14:05:27 -0400
Subject: [PATCH] \usepackage{xcolor}
just loads "color" package
---
styles/xcolor.perl | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 styles/xcolor.perl
diff --git a/styles/xcolor.perl b/styles/xcolor.perl
new file mode 100644
index 0000000..90ace0a
--- /dev/null
+++ b/styles/xcolor.perl
@@ -0,0 +1,3 @@
+do_require_package('color');
+
+1;