mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +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"
|
Product "$$RotateFront$$ResizeFront\\input{$$AbsOrRelPathMaster$$Basename.pstex_t}$$ResizeBack$$RotateBack"
|
||||||
UpdateFormat pstex
|
UpdateFormat pstex
|
||||||
UpdateResult "$$AbsPath$$Basename.pstex_t"
|
UpdateResult "$$AbsPath$$Basename.pstex_t"
|
||||||
|
Requirement "color"
|
||||||
Requirement "graphicx"
|
Requirement "graphicx"
|
||||||
# Preamble WarnNotFound
|
# Preamble WarnNotFound
|
||||||
# Preamble InputOrWarn
|
# Preamble InputOrWarn
|
||||||
@ -131,6 +132,7 @@ Template XFig
|
|||||||
Product "$$RotateFront$$ResizeFront\\input{$$AbsOrRelPathMaster$$Basename.pdftex_t}$$ResizeBack$$RotateBack"
|
Product "$$RotateFront$$ResizeFront\\input{$$AbsOrRelPathMaster$$Basename.pdftex_t}$$ResizeBack$$RotateBack"
|
||||||
UpdateFormat pdftex
|
UpdateFormat pdftex
|
||||||
UpdateResult "$$AbsPath$$Basename.pdftex_t"
|
UpdateResult "$$AbsPath$$Basename.pdftex_t"
|
||||||
|
Requirement "color"
|
||||||
Requirement "graphicx"
|
Requirement "graphicx"
|
||||||
# Preamble WarnNotFound
|
# Preamble WarnNotFound
|
||||||
# Preamble InputOrWarn
|
# Preamble InputOrWarn
|
||||||
|
Loading…
Reference in New Issue
Block a user