]> git.lyx.org Git - lyx.git/blobdiff - lib/external_templates
fix bug when reading bind files
[lyx.git] / lib / external_templates
index c61e7936f9deefc00e6dcd39fd5462eb88c1e408..d8b9ac4fd34035f8a301d1b008c5daf8f3ab99e4 100644 (file)
@@ -1,64 +1,9 @@
 # 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 "<graphic fileref=\"$$Basename.eps\"></graphic>"
-               UpdateFormat eps
-               UpdateResult "$$Basename.eps"
-       FormatEnd
-       Format LinuxDoc
-               Product "[Bitmap: $$FName]"
-       FormatEnd
-TemplateEnd
-
 Template XFig
        GuiName "[XFig: $$Basename]"
        HelpText
                An XFig figure.
-               In the parameters box, you can provide
-               optional parameters for fig2dev in the
-               case of LaTeX export. E.g., -m .69 to
-               reduce the size.
-               For Ascii export, you can provide a
-               number that specifies the width of an
-               Ascii approximation of the figure.
-               For DocBook export, you can provide
-               optional parameters for the ImageMagick
-               convert script.
                This template uses XFig for editing.
        HelpTextEnd
        InputFormat fig
@@ -138,15 +83,6 @@ Template Date
        GuiName "[Date]"
        HelpText
                Todays date.
-               In the parameters box, you can provide
-               optional parameters for the date
-               command.
-               No parameters gives "Mon Jun 12 05:20:41 CEST 2000"
-               Use -u to get "Mon Jun 12 03:20:41 UTC 2000"
-               Use -I to get "2000-06-12".
-               Use -R to get "Mon, 12 Jun 2000 05:20:41 +0200"
-               Use +%d-%m-%Y to get "20-06-2000"
-               Use +%T to get the time as "23:23:00"
                Read 'info date' for more information.
        HelpTextEnd
        InputFormat date