From 437fcef400cd276f84c8c125f6b158b9245ac479 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Fri, 28 Jul 2006 16:21:54 +0000 Subject: [PATCH] Fix bug 2716: * lib/external_templates (XFig): Require the color package, since xfig generates LaTeX code with \color. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14504 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/external_templates | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/external_templates b/lib/external_templates index f58404e641..f6ad4cce23 100644 --- a/lib/external_templates +++ b/lib/external_templates @@ -118,6 +118,7 @@ Template XFig Product "$$RotateFront$$ResizeFront\\input{$$AbsOrRelPathMaster$$Basename.pstex_t}$$ResizeBack$$RotateBack" UpdateFormat pstex UpdateResult "$$AbsPath$$Basename.pstex_t" + Requirement "color" Requirement "graphicx" # Preamble WarnNotFound # Preamble InputOrWarn @@ -131,6 +132,7 @@ Template XFig Product "$$RotateFront$$ResizeFront\\input{$$AbsOrRelPathMaster$$Basename.pdftex_t}$$ResizeBack$$RotateBack" UpdateFormat pdftex UpdateResult "$$AbsPath$$Basename.pdftex_t" + Requirement "color" Requirement "graphicx" # Preamble WarnNotFound # Preamble InputOrWarn -- 2.39.2