]> git.lyx.org Git - features.git/commitdiff
Don't insert the definitions of the WarnNotFound, InputOrWarn macros
authorAngus Leeming <leeming@lyx.org>
Tue, 20 Apr 2004 08:07:27 +0000 (08:07 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 20 Apr 2004 08:07:27 +0000 (08:07 +0000)
when using the XFig template.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8677 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/external_templates

index 661eab06b6371ff278b0170d8fe0218ea21be2df..8edf7980d9fca20bd64ac0da7a89739959411aac 100644 (file)
@@ -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
index 6c088d00dbf7417623887a9bc3ad0599d60ee4a8..fc79017581c0780c7d5b90b9a86f46ad20fe441e 100644 (file)
@@ -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\")"