mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Don't insert the definitions of the WarnNotFound, InputOrWarn macros
when using the XFig template. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8677 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a2e688065a
commit
0e9751b023
@ -1,3 +1,9 @@
|
|||||||
|
2004-04-20 Angus Leeming <angus@localhost.localdomain>
|
||||||
|
|
||||||
|
* external_templates: Comment out the insertion of the definitions
|
||||||
|
of the WarnNotFound, InputOrWarn macros in the preamble by
|
||||||
|
the XFig template.
|
||||||
|
|
||||||
2004-04-19 Angus Leeming <leeming@lyx.org>
|
2004-04-19 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* scripts/legacy_lyxpreview2ppm.py: new file. Called automatically
|
* scripts/legacy_lyxpreview2ppm.py: new file. Called automatically
|
||||||
|
@ -101,8 +101,8 @@ Template XFig
|
|||||||
UpdateFormat pstex
|
UpdateFormat pstex
|
||||||
UpdateResult "$$AbsPath$$Basename.pstex_t"
|
UpdateResult "$$AbsPath$$Basename.pstex_t"
|
||||||
Requirement "graphicx"
|
Requirement "graphicx"
|
||||||
Preamble WarnNotFound
|
# Preamble WarnNotFound
|
||||||
Preamble InputOrWarn
|
# Preamble InputOrWarn
|
||||||
FormatEnd
|
FormatEnd
|
||||||
Format PDFLaTeX
|
Format PDFLaTeX
|
||||||
TransformCommand Rotate RotationLatexCommand
|
TransformCommand Rotate RotationLatexCommand
|
||||||
@ -111,8 +111,8 @@ Template XFig
|
|||||||
UpdateFormat pdftex
|
UpdateFormat pdftex
|
||||||
UpdateResult "$$AbsPath$$Basename.pdftex_t"
|
UpdateResult "$$AbsPath$$Basename.pdftex_t"
|
||||||
Requirement "graphicx"
|
Requirement "graphicx"
|
||||||
Preamble WarnNotFound
|
# Preamble WarnNotFound
|
||||||
Preamble InputOrWarn
|
# Preamble InputOrWarn
|
||||||
FormatEnd
|
FormatEnd
|
||||||
Format Ascii
|
Format Ascii
|
||||||
Product "$$Contents(\"$$AbsPath$$Basename.asc\")"
|
Product "$$Contents(\"$$AbsPath$$Basename.asc\")"
|
||||||
|
Loading…
Reference in New Issue
Block a user