From 8e8e1841943544178ef3c520bd06b1122b82ba30 Mon Sep 17 00:00:00 2001 From: Johannes Lange Date: Mon, 5 Oct 2020 21:04:58 +0200 Subject: [PATCH] fix path (reverted from 8a66c4f) --- moderncv.cls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moderncv.cls b/moderncv.cls index 1b22320..eb9d87d 100644 --- a/moderncv.cls +++ b/moderncv.cls @@ -369,7 +369,7 @@ % loads an icons set % usage: \moderncvicons{} \newcommand*{\moderncvicons}[1]{% - \RequirePackage{../moderncvicons#1}} + \RequirePackage{moderncvicons#1}} % recomputes all automatic lengths \newcommand*{\recomputeheadlengths}{\recomputecvheadlengths}