mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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
This commit is contained in:
parent
8fc2c1dd05
commit
437fcef400
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user