mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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>
|
||||
|
||||
* scripts/legacy_lyxpreview2ppm.py: new file. Called automatically
|
||||
|
@ -101,8 +101,8 @@ Template XFig
|
||||
UpdateFormat pstex
|
||||
UpdateResult "$$AbsPath$$Basename.pstex_t"
|
||||
Requirement "graphicx"
|
||||
Preamble WarnNotFound
|
||||
Preamble InputOrWarn
|
||||
# Preamble WarnNotFound
|
||||
# Preamble InputOrWarn
|
||||
FormatEnd
|
||||
Format PDFLaTeX
|
||||
TransformCommand Rotate RotationLatexCommand
|
||||
@ -111,8 +111,8 @@ Template XFig
|
||||
UpdateFormat pdftex
|
||||
UpdateResult "$$AbsPath$$Basename.pdftex_t"
|
||||
Requirement "graphicx"
|
||||
Preamble WarnNotFound
|
||||
Preamble InputOrWarn
|
||||
# Preamble WarnNotFound
|
||||
# Preamble InputOrWarn
|
||||
FormatEnd
|
||||
Format Ascii
|
||||
Product "$$Contents(\"$$AbsPath$$Basename.asc\")"
|
||||
|
Loading…
Reference in New Issue
Block a user