From 55df7e440e55701f6cac0d302306402d4fb1acbe Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Wed, 28 Dec 2016 02:19:41 +0100 Subject: [PATCH] load tikz library to use with mdframed: shadows --- commun/commun.sty | 1 + 1 file changed, 1 insertion(+) diff --git a/commun/commun.sty b/commun/commun.sty index ec15415..6926c63 100644 --- a/commun/commun.sty +++ b/commun/commun.sty @@ -59,6 +59,7 @@ \RequirePackage{amsmath} \RequirePackage{amssymb} \RequirePackage{tkz-euclide} +\usetikzlibrary{shadows} \RequirePackage{calc} \RequirePackage{pgfplots} \RequirePackage{siunitx}