Does anyone remember why LaTeX packages enumitem, fullpage, and
graphicx would be needed? AFAICS, enumitem and graphicx are not used
at all, and fullpage is overriden by typearea.
Ulrich
From 4790ceac3546d06c581926a63ac119853ace914d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@g.o>
Date: Thu, 5 Apr 2012 16:31:21 +0200
Subject: [PATCH] Remove unused LaTeX packages from pms.cls.
---
pms.cls | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/pms.cls b/pms.cls
index 88e8571..db2fd48 100644
--- a/pms.cls
+++ b/pms.cls
@@ -24,9 +24,6 @@
inputenc, % Allow input methods apart from ASCII
booktabs, % Nicer formatting of tables
color, % Support more than black&white
- enumitem,
- fullpage,
- graphicx, % Image support
ifthen, % Comfortable conditional routines
longtable, % Extend tables over more than one page
array, % Extended tabular environments
--
1.7.8.5
|