From 97521c4ec4cdb70e08cb4fe8ff4743baede25218 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Thu, 10 Mar 2016 16:45:32 -0500 Subject: [PATCH] Fix xcolor use with *-beamer.layout MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This commit fixes the minimal example of using e.g. purple text in article-beamer. Patch from Jürgen. See discussion here: https://www.mail-archive.com/search?l=mid&q=20160305184215.GA17005%40cotopaxi.hsd1.dc.comcast.net --- lib/layouts/article-beamer.layout | 1 - lib/layouts/scrarticle-beamer.layout | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/layouts/article-beamer.layout b/lib/layouts/article-beamer.layout index 1a418f558b..94c1f1a91f 100644 --- a/lib/layouts/article-beamer.layout +++ b/lib/layouts/article-beamer.layout @@ -12,7 +12,6 @@ Input beamer.layout Provides geometry 0 Provides hyperref 0 Provides color 0 -Provides xcolor 0 Preamble \usepackage{beamerarticle,pgf} diff --git a/lib/layouts/scrarticle-beamer.layout b/lib/layouts/scrarticle-beamer.layout index 47de74a748..4b85dcba43 100644 --- a/lib/layouts/scrarticle-beamer.layout +++ b/lib/layouts/scrarticle-beamer.layout @@ -12,7 +12,6 @@ Input beamer.layout Provides geometry 0 Provides hyperref 0 Provides color 0 -Provides xcolor 0 Preamble \usepackage{beamerarticle,pgf} -- 2.39.5