From bb1885193f8b37465964ed023bc35a9d9a4e9e7c Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 5 Jun 2003 22:50:59 +0000 Subject: [PATCH] Scrap the RasterImage template. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7116 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 4 ++-- lib/external_templates | 45 ------------------------------------------ 2 files changed, 2 insertions(+), 47 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 30c9c97adc..3bf281eab8 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,6 +1,6 @@ -2003-06-04 Angus Leeming +2003-06-05 Angus Leeming - * lyx2lyx/lyxconvert_223.py (conv): + * external_templates: Scrap the RasterImage format. 2003-06-04 Angus Leeming diff --git a/lib/external_templates b/lib/external_templates index c61e7936f9..120ef3d811 100644 --- a/lib/external_templates +++ b/lib/external_templates @@ -1,50 +1,5 @@ # Basic External Templates for LyX -Template RasterImage - GuiName "[Bitmap: $$FName]" - HelpText - A bitmap file. - In the parameters box, you can provide optional - parameters for the ImageMagick convert program. - E.g., use `-border 10x10 -bordercolor black' - to surround the picture with a black border - when you export to LaTeX. - When you export to Ascii, you can provide a - number describing how many columns the picture - should expand to. - This template uses Gimp for editing. - HelpTextEnd - InputFormat "*" - FileFilter "*.(gif|png|jpg|bmp|pbm|ppm|tga|tif|xpm|xbm)" - EditCommand "gimp $$FName" - AutomaticProduction true - Format LaTeX - Product "\\includegraphics{$$Basename}" - UpdateFormat eps - UpdateResult "$$Basename.eps" - Requirement "graphicx" - FormatEnd - Format PDFLaTeX - Product "\\includegraphics{$$Basename}" - UpdateFormat png - UpdateResult "$$Basename.png" - Requirement "graphicx" - FormatEnd - Format Ascii - Product "$$Contents(\"$$Basename.asc\")" - UpdateFormat asciiimage - UpdateResult "$$Basename.asc" - FormatEnd - Format DocBook - Product "" - UpdateFormat eps - UpdateResult "$$Basename.eps" - FormatEnd - Format LinuxDoc - Product "[Bitmap: $$FName]" - FormatEnd -TemplateEnd - Template XFig GuiName "[XFig: $$Basename]" HelpText -- 2.39.2