mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Scrap the RasterImage template.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7116 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4dbe1b06bf
commit
bb1885193f
@ -1,6 +1,6 @@
|
||||
2003-06-04 Angus Leeming <angus@localhost.localdomain>
|
||||
2003-06-05 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* lyx2lyx/lyxconvert_223.py (conv):
|
||||
* external_templates: Scrap the RasterImage format.
|
||||
|
||||
2003-06-04 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
|
@ -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 "<graphic fileref=\"$$Basename.eps\"></graphic>"
|
||||
UpdateFormat eps
|
||||
UpdateResult "$$Basename.eps"
|
||||
FormatEnd
|
||||
Format LinuxDoc
|
||||
Product "[Bitmap: $$FName]"
|
||||
FormatEnd
|
||||
TemplateEnd
|
||||
|
||||
Template XFig
|
||||
GuiName "[XFig: $$Basename]"
|
||||
HelpText
|
||||
|
Loading…
Reference in New Issue
Block a user