2003-09-23 17:37:00 +00:00
|
|
|
#
|
|
|
|
# file external_templates
|
|
|
|
# This file is part of LyX, the document processor.
|
|
|
|
# Licence details can be found in the file COPYING.
|
|
|
|
#
|
|
|
|
# author Asger Alstrup Nielsen
|
|
|
|
# author Angus Leeming
|
|
|
|
# author Johnathan Burchill
|
|
|
|
#
|
|
|
|
# Full author contact details are available in file CREDITS.
|
2000-06-12 11:27:15 +00:00
|
|
|
|
2003-09-23 17:37:00 +00:00
|
|
|
# This file contains the definitions of those External Templates that are
|
|
|
|
# part of the official LyX distribution.
|
|
|
|
# Feel free to create your own External Templates, storing them in
|
|
|
|
# .lyx/external_templates
|
|
|
|
|
|
|
|
|
|
|
|
PreambleDef WarnNotFound
|
|
|
|
%% Print a warning encased in an fbox.
|
|
|
|
\def\lyxstripprefix#1>{}
|
|
|
|
\newcommand{\warnNotFound}[1]{%
|
|
|
|
\def\lyxtempfilename{#1}%
|
2003-09-04 23:09:40 +00:00
|
|
|
\fbox{Could not find
|
2003-09-23 17:37:00 +00:00
|
|
|
\ttfamily\expandafter\lyxstripprefix\meaning\lyxtempfilename!}%
|
|
|
|
\typeout{Could not find \lyxtempfilename!}%
|
2003-09-04 23:09:40 +00:00
|
|
|
}
|
2003-09-04 17:01:00 +00:00
|
|
|
PreambleDefEnd
|
|
|
|
|
2003-09-23 17:37:00 +00:00
|
|
|
|
|
|
|
PreambleDef InputOrWarn
|
|
|
|
%% Input the file if it exists, using \input, else print a warning
|
|
|
|
\newcommand{\inputOrWarn}[1]{%
|
|
|
|
\IfFileExists{#1}{\input{#1}}{\warnNotFound{#1}}}
|
|
|
|
PreambleDefEnd
|
|
|
|
|
2010-12-09 01:19:13 +00:00
|
|
|
Template GnumericSpreadsheet
|
2011-09-18 23:18:44 +00:00
|
|
|
GuiName "Spreadsheet"
|
2010-12-09 01:19:13 +00:00
|
|
|
HelpText
|
|
|
|
A spreadsheet made with gnumeric, openoffice or excel.
|
|
|
|
It imports as a long table, so any length
|
|
|
|
is ok. Excessive width could be a problem.
|
|
|
|
The gnumeric software is necessary for conversion,
|
|
|
|
both for gnumeric and excel files.
|
|
|
|
HelpTextEnd
|
|
|
|
InputFormat "gnumeric"
|
|
|
|
FileFilter "*.{gnumeric,ods,xls}"
|
|
|
|
AutomaticProduction true
|
|
|
|
Format LaTeX
|
|
|
|
Product "\\def\\inputGnumericTable{}\\input{$$AbsOrRelPathMaster$$Basename.tex}"
|
|
|
|
UpdateFormat latex
|
|
|
|
UpdateResult "$$AbsPath$$Basename.tex"
|
|
|
|
Requirement "color"
|
|
|
|
Requirement "array"
|
|
|
|
Requirement "longtable"
|
|
|
|
Requirement "calc"
|
|
|
|
Requirement "multirow"
|
|
|
|
Requirement "hhline"
|
|
|
|
Requirement "ifthen"
|
|
|
|
ReferencedFile latex "$$AbsOrRelPathMaster$$Basename.tex"
|
|
|
|
FormatEnd
|
|
|
|
Format PDFLaTeX
|
|
|
|
Product "\\def\\inputGnumericTable{}\\input{$$AbsOrRelPathMaster$$Basename.tex}"
|
|
|
|
UpdateFormat latex
|
|
|
|
UpdateResult "$$AbsPath$$Basename.tex"
|
|
|
|
Requirement "color"
|
|
|
|
Requirement "array"
|
|
|
|
Requirement "longtable"
|
|
|
|
Requirement "calc"
|
|
|
|
Requirement "multirow"
|
|
|
|
Requirement "hhline"
|
|
|
|
Requirement "ifthen"
|
|
|
|
ReferencedFile latex "$$AbsOrRelPathMaster$$Basename.tex"
|
|
|
|
FormatEnd
|
|
|
|
TemplateEnd
|
2003-09-25 10:49:13 +00:00
|
|
|
|
|
|
|
Template RasterImage
|
2004-04-29 11:33:04 +00:00
|
|
|
# By default, InsetExternal is displayed as a grey button
|
|
|
|
# containing this text.
|
2011-09-13 21:50:07 +00:00
|
|
|
GuiName "Raster image"
|
2004-04-29 11:33:04 +00:00
|
|
|
# This text is used in the External dialog.
|
|
|
|
# Provide enough information to explain to the user just
|
|
|
|
# what the template can provide him with.
|
2003-09-25 10:49:13 +00:00
|
|
|
HelpText
|
|
|
|
A bitmap file.
|
|
|
|
HelpTextEnd
|
2004-04-29 11:33:04 +00:00
|
|
|
# ANY file type can be displayed as a RasterImage.
|
|
|
|
# Specifically, LyX will attempt to interrogate the file itself
|
|
|
|
# in order to deduce its format.
|
2003-09-25 10:49:13 +00:00
|
|
|
InputFormat "*"
|
2004-04-29 11:33:04 +00:00
|
|
|
# Globbing pattern used when browsing for a Raster image file.
|
2004-01-05 16:49:38 +00:00
|
|
|
FileFilter "*.{gif,png,jpg,bmp,pbm,ppm,tga,tif,xpm,xbm}"
|
2004-04-29 11:33:04 +00:00
|
|
|
# Set to "true" if the file represented by the template
|
|
|
|
# must be generated by LyX.
|
2003-09-25 10:49:13 +00:00
|
|
|
AutomaticProduction true
|
2004-04-29 11:33:04 +00:00
|
|
|
# LyX has hard-coded support for these transformations
|
2003-10-07 22:59:58 +00:00
|
|
|
Transform Rotate
|
|
|
|
Transform Resize
|
|
|
|
Transform Clip
|
|
|
|
Transform Extra
|
2008-06-13 07:34:55 +00:00
|
|
|
# LyX preview options:
|
|
|
|
# Off: LyX will not attempt to show this material on screen.
|
|
|
|
# Graphics: LyX will attempt to show this material as-is or via a
|
|
|
|
# conversion to a showable format.
|
|
|
|
# InstantPreview: LyX will attempt to use the 'instant preview'
|
|
|
|
# mechanism in order to show this material.
|
|
|
|
Preview Graphics
|
2003-09-25 10:49:13 +00:00
|
|
|
Format LaTeX
|
2003-10-07 22:59:58 +00:00
|
|
|
TransformOption Rotate RotationLatexOption
|
|
|
|
TransformOption Resize ResizeLatexOption
|
|
|
|
TransformOption Clip ClipLatexOption
|
|
|
|
TransformOption Extra ExtraOption
|
|
|
|
Option Arg "[$$Extra,$$Rotate,$$Resize,$$Clip]"
|
2004-04-29 11:33:04 +00:00
|
|
|
# This string is what is output to the LaTeX file.
|
2004-04-06 21:07:27 +00:00
|
|
|
Product "\\includegraphics$$Arg{$$AbsOrRelPathMaster$$Basename}"
|
2003-09-25 10:49:13 +00:00
|
|
|
UpdateFormat eps
|
2004-04-06 21:07:27 +00:00
|
|
|
UpdateResult "$$AbsPath$$Basename.eps"
|
2003-09-25 10:49:13 +00:00
|
|
|
Requirement "graphicx"
|
2004-06-01 13:39:33 +00:00
|
|
|
ReferencedFile latex "$$AbsPath$$Basename.eps"
|
|
|
|
ReferencedFile dvi "$$AbsPath$$Basename.eps"
|
2003-09-25 10:49:13 +00:00
|
|
|
FormatEnd
|
|
|
|
Format PDFLaTeX
|
2003-10-07 22:59:58 +00:00
|
|
|
TransformOption Rotate RotationLatexOption
|
|
|
|
TransformOption Resize ResizeLatexOption
|
|
|
|
TransformOption Clip ClipLatexOption
|
|
|
|
TransformOption Extra ExtraOption
|
|
|
|
Option Arg "[$$Extra,$$Rotate,$$Resize,$$Clip]"
|
2004-04-06 21:07:27 +00:00
|
|
|
Product "\\includegraphics$$Arg{$$AbsOrRelPathMaster$$Basename}"
|
2003-09-25 10:49:13 +00:00
|
|
|
UpdateFormat png
|
2004-04-06 21:07:27 +00:00
|
|
|
UpdateResult "$$AbsPath$$Basename.png"
|
2003-10-07 21:44:59 +00:00
|
|
|
Requirement "graphicx"
|
2006-03-28 18:49:46 +00:00
|
|
|
ReferencedFile pdflatex "$$AbsPath$$Basename.png"
|
2003-09-25 10:49:13 +00:00
|
|
|
FormatEnd
|
|
|
|
Format Ascii
|
2004-04-06 21:07:27 +00:00
|
|
|
Product "$$Contents(\"$$AbsPath$$Basename.asc\")"
|
2003-09-25 10:49:13 +00:00
|
|
|
UpdateFormat asciiimage
|
2004-04-06 21:07:27 +00:00
|
|
|
UpdateResult "$$AbsPath$$Basename.asc"
|
2003-09-25 10:49:13 +00:00
|
|
|
FormatEnd
|
|
|
|
Format DocBook
|
2004-04-06 21:07:27 +00:00
|
|
|
Product "<graphic fileref=\"$$AbsOrRelPathMaster$$Basename.eps\"></graphic>"
|
2003-09-25 10:49:13 +00:00
|
|
|
UpdateFormat eps
|
2004-04-06 21:07:27 +00:00
|
|
|
UpdateResult "$$AbsPath$$Basename.eps"
|
2004-06-01 13:39:33 +00:00
|
|
|
ReferencedFile docbook "$$AbsPath$$Basename.eps"
|
|
|
|
ReferencedFile docbook-xml "$$AbsPath$$Basename.eps"
|
2003-09-25 10:49:13 +00:00
|
|
|
FormatEnd
|
|
|
|
TemplateEnd
|
|
|
|
|
|
|
|
|
2007-03-17 10:30:31 +00:00
|
|
|
Template XFig
|
2011-09-13 21:50:07 +00:00
|
|
|
GuiName "Xfig figure"
|
2000-06-12 11:27:15 +00:00
|
|
|
HelpText
|
2007-03-15 21:22:02 +00:00
|
|
|
An Xfig figure.
|
2000-06-12 11:27:15 +00:00
|
|
|
HelpTextEnd
|
2003-06-04 09:16:29 +00:00
|
|
|
InputFormat fig
|
2000-06-12 11:27:15 +00:00
|
|
|
FileFilter "*.fig"
|
|
|
|
AutomaticProduction true
|
2003-10-07 22:59:58 +00:00
|
|
|
Transform Rotate
|
|
|
|
Transform Resize
|
2008-06-13 07:34:55 +00:00
|
|
|
Preview InstantPreview
|
2000-06-12 11:27:15 +00:00
|
|
|
Format LaTeX
|
2003-10-07 22:59:58 +00:00
|
|
|
TransformCommand Rotate RotationLatexCommand
|
|
|
|
TransformCommand Resize ResizeLatexCommand
|
2004-04-06 21:07:27 +00:00
|
|
|
Product "$$RotateFront$$ResizeFront\\input{$$AbsOrRelPathMaster$$Basename.pstex_t}$$ResizeBack$$RotateBack"
|
2003-06-04 09:16:29 +00:00
|
|
|
UpdateFormat pstex
|
2004-04-06 21:07:27 +00:00
|
|
|
UpdateResult "$$AbsPath$$Basename.pstex_t"
|
2006-07-28 16:21:54 +00:00
|
|
|
Requirement "color"
|
2003-05-23 14:48:58 +00:00
|
|
|
Requirement "graphicx"
|
2004-04-20 08:07:27 +00:00
|
|
|
# Preamble WarnNotFound
|
|
|
|
# Preamble InputOrWarn
|
2004-11-01 08:50:42 +00:00
|
|
|
ReferencedFile latex "$$AbsOrRelPathMaster$$Basename.pstex_t"
|
|
|
|
ReferencedFile latex "$$AbsPath$$Basename.eps"
|
|
|
|
ReferencedFile dvi "$$AbsPath$$Basename.eps"
|
2003-05-23 14:36:26 +00:00
|
|
|
FormatEnd
|
|
|
|
Format PDFLaTeX
|
2003-10-07 22:59:58 +00:00
|
|
|
TransformCommand Rotate RotationLatexCommand
|
|
|
|
TransformCommand Resize ResizeLatexCommand
|
2004-04-06 21:07:27 +00:00
|
|
|
Product "$$RotateFront$$ResizeFront\\input{$$AbsOrRelPathMaster$$Basename.pdftex_t}$$ResizeBack$$RotateBack"
|
2003-06-04 09:16:29 +00:00
|
|
|
UpdateFormat pdftex
|
2004-04-06 21:07:27 +00:00
|
|
|
UpdateResult "$$AbsPath$$Basename.pdftex_t"
|
2006-07-28 16:21:54 +00:00
|
|
|
Requirement "color"
|
2003-10-07 21:44:59 +00:00
|
|
|
Requirement "graphicx"
|
2004-04-20 08:07:27 +00:00
|
|
|
# Preamble WarnNotFound
|
|
|
|
# Preamble InputOrWarn
|
2006-03-28 18:49:46 +00:00
|
|
|
ReferencedFile pdflatex "$$AbsOrRelPathMaster$$Basename.pdftex_t"
|
|
|
|
ReferencedFile pdflatex "$$AbsPath$$Basename.pdf"
|
2000-06-12 11:27:15 +00:00
|
|
|
FormatEnd
|
|
|
|
Format Ascii
|
2004-04-06 21:07:27 +00:00
|
|
|
Product "$$Contents(\"$$AbsPath$$Basename.asc\")"
|
2003-06-04 09:16:29 +00:00
|
|
|
UpdateFormat asciixfig
|
2004-04-06 21:07:27 +00:00
|
|
|
UpdateResult "$$AbsPath$$Basename.asc"
|
2000-06-12 11:27:15 +00:00
|
|
|
FormatEnd
|
|
|
|
Format DocBook
|
2004-04-06 21:07:27 +00:00
|
|
|
Product "<graphic fileref=\"$$AbsOrRelPathMaster$$Basename.eps\"></graphic>"
|
2003-06-04 09:16:29 +00:00
|
|
|
UpdateFormat eps
|
2004-04-06 21:07:27 +00:00
|
|
|
UpdateResult "$$AbsPath$$Basename.eps"
|
2004-06-01 13:39:33 +00:00
|
|
|
ReferencedFile docbook "$$AbsPath$$Basename.eps"
|
|
|
|
ReferencedFile docbook-xml "$$AbsPath$$Basename.eps"
|
2000-06-12 11:27:15 +00:00
|
|
|
FormatEnd
|
|
|
|
TemplateEnd
|
|
|
|
|
2003-09-25 10:49:13 +00:00
|
|
|
|
2000-06-12 11:27:15 +00:00
|
|
|
Template ChessDiagram
|
2011-09-13 21:50:07 +00:00
|
|
|
GuiName "Chess diagram"
|
2000-06-12 11:27:15 +00:00
|
|
|
HelpText
|
|
|
|
A chess position diagram.
|
2003-06-04 09:16:29 +00:00
|
|
|
This template will use XBoard to edit the position.
|
2003-10-07 21:44:59 +00:00
|
|
|
Use the 'File->Save Position' in XBoard to save
|
2000-06-12 11:27:15 +00:00
|
|
|
the position that you want to display.
|
|
|
|
Make sure to give it a '.fen' extension
|
|
|
|
and remember to type in a relative path
|
|
|
|
to the LyX document location.
|
|
|
|
Within XBoard, use 'Edit->Edit Position'
|
|
|
|
to enable general editing of the board.
|
|
|
|
You might also check out the
|
|
|
|
'Options->Test legality' option, and
|
2003-10-07 21:44:59 +00:00
|
|
|
remember to middle and right click to
|
2000-06-12 14:58:10 +00:00
|
|
|
insert new material in the board.
|
2000-06-12 11:27:15 +00:00
|
|
|
In order for this to work, you have to
|
2001-10-31 15:19:49 +00:00
|
|
|
put the bundled lyxskak.sty in a place
|
|
|
|
that TeX will find it, and you will need
|
|
|
|
to install the skak package from CTAN.
|
2000-06-12 11:27:15 +00:00
|
|
|
HelpTextEnd
|
2003-06-04 09:16:29 +00:00
|
|
|
InputFormat fen
|
2000-06-12 11:27:15 +00:00
|
|
|
FileFilter "*.fen"
|
|
|
|
AutomaticProduction true
|
2008-06-13 07:34:55 +00:00
|
|
|
Preview InstantPreview
|
2000-06-12 11:27:15 +00:00
|
|
|
Format LaTeX
|
2004-04-06 21:07:27 +00:00
|
|
|
Product "\\loadgame{$$AbsOrRelPathMaster$$Basename}\\showboard"
|
2000-06-12 11:27:15 +00:00
|
|
|
Requirement "chess"
|
2008-10-04 23:38:16 +00:00
|
|
|
UpdateFormat fen
|
2008-10-05 19:25:31 +00:00
|
|
|
UpdateResult "$$AbsPath$$Basename$$Extension"
|
|
|
|
ReferencedFile latex "$$AbsPath$$Basename$$Extension"
|
2000-06-12 11:27:15 +00:00
|
|
|
FormatEnd
|
2006-03-28 18:49:46 +00:00
|
|
|
Format PDFLaTeX
|
|
|
|
Product "\\loadgame{$$AbsOrRelPathMaster$$Basename}\\showboard"
|
|
|
|
Requirement "chess"
|
2008-10-04 23:38:16 +00:00
|
|
|
UpdateFormat fen
|
2008-10-05 19:25:31 +00:00
|
|
|
UpdateResult "$$AbsPath$$Basename$$Extension"
|
|
|
|
ReferencedFile pdflatex "$$AbsPath$$Basename$$Extension"
|
2006-03-28 18:49:46 +00:00
|
|
|
FormatEnd
|
2000-06-12 11:27:15 +00:00
|
|
|
Format Ascii
|
2004-04-06 21:07:27 +00:00
|
|
|
Product "$$Contents(\"$$AbsPath$$Basename.asc\")"
|
2003-06-04 09:16:29 +00:00
|
|
|
UpdateFormat asciichess
|
2004-04-06 21:07:27 +00:00
|
|
|
UpdateResult "$$AbsPath$$Basename.asc"
|
2000-06-12 11:27:15 +00:00
|
|
|
FormatEnd
|
|
|
|
Format DocBook
|
2004-04-06 21:07:27 +00:00
|
|
|
Product "[Chess: $$AbsOrRelPathMaster$$Basename]"
|
2000-06-12 11:27:15 +00:00
|
|
|
FormatEnd
|
|
|
|
TemplateEnd
|
|
|
|
|
2003-09-25 10:49:13 +00:00
|
|
|
|
2006-10-04 19:01:00 +00:00
|
|
|
Template LilyPond
|
|
|
|
GuiName "Lilypond typeset music"
|
|
|
|
HelpText
|
|
|
|
Sheet music typeset by GNU LilyPond,
|
|
|
|
converted to .pdf or .eps for inclusion
|
|
|
|
Using .eps requires at least lilypond 2.6
|
|
|
|
Using .pdf requires at least lilypond 2.9
|
|
|
|
HelpTextEnd
|
|
|
|
InputFormat "lilypond"
|
|
|
|
FileFilter "*.ly"
|
|
|
|
AutomaticProduction true
|
|
|
|
Transform Rotate
|
|
|
|
Transform Resize
|
|
|
|
Transform Clip
|
|
|
|
Transform Extra
|
2008-06-13 07:34:55 +00:00
|
|
|
Preview InstantPreview
|
2006-10-04 19:01:00 +00:00
|
|
|
Format LaTeX
|
|
|
|
TransformOption Rotate RotationLatexOption
|
|
|
|
TransformOption Resize ResizeLatexOption
|
|
|
|
TransformOption Clip ClipLatexOption
|
|
|
|
TransformOption Extra ExtraOption
|
|
|
|
Option Arg "[$$Extra,$$Rotate,$$Resize,$$Clip]"
|
|
|
|
Product "\\includegraphics$$Arg{$$AbsOrRelPathMaster$$Basename}"
|
|
|
|
UpdateFormat eps
|
|
|
|
UpdateResult "$$AbsPath$$Basename.eps"
|
|
|
|
Requirement "graphicx"
|
|
|
|
ReferencedFile latex "$$AbsPath$$Basename.eps"
|
|
|
|
ReferencedFile dvi "$$AbsPath$$Basename.eps"
|
|
|
|
FormatEnd
|
|
|
|
Format PDFLaTeX
|
|
|
|
TransformOption Rotate RotationLatexOption
|
|
|
|
TransformOption Resize ResizeLatexOption
|
|
|
|
TransformOption Clip ClipLatexOption
|
|
|
|
TransformOption Extra ExtraOption
|
|
|
|
Option Arg "[$$Extra,$$Rotate,$$Resize,$$Clip]"
|
|
|
|
Product "\\includegraphics$$Arg{$$AbsOrRelPathMaster$$Basename}"
|
|
|
|
UpdateFormat pdf
|
|
|
|
UpdateResult "$$AbsPath$$Basename.pdf"
|
|
|
|
Requirement "graphicx"
|
|
|
|
ReferencedFile pdflatex "$$AbsPath$$Basename.pdf"
|
|
|
|
FormatEnd
|
|
|
|
Format Ascii
|
|
|
|
Product "[LilyPond: $$FName]"
|
|
|
|
FormatEnd
|
|
|
|
Format DocBook
|
|
|
|
Product "[LilyPond: $$FName]"
|
|
|
|
FormatEnd
|
|
|
|
TemplateEnd
|
|
|
|
|
2008-04-11 14:07:25 +00:00
|
|
|
Template PDFPages
|
2011-09-13 21:50:07 +00:00
|
|
|
GuiName "PDF pages"
|
2008-04-11 14:07:25 +00:00
|
|
|
HelpText
|
|
|
|
Includes PDF documents, using the 'pdfpages' package.
|
2008-08-18 08:09:48 +00:00
|
|
|
To include multiple pages, use the 'pages'-option,
|
|
|
|
which must be inserted to 'Options'.
|
2008-04-11 14:07:25 +00:00
|
|
|
Examples:
|
2008-08-18 08:09:48 +00:00
|
|
|
* pages={x-y} (for a range of pages)
|
|
|
|
* pages={x,y,z} (for specific pages)
|
|
|
|
* pages=- (to include all pages)
|
2011-11-13 18:03:12 +00:00
|
|
|
* pages=last-1 (to include all pages in reverse order)
|
|
|
|
With the option 'noautoscale' the PDF pages are
|
|
|
|
inserted in their original size.
|
2008-04-11 14:07:25 +00:00
|
|
|
Read the documentation of the pdfpages package
|
|
|
|
for further options and details.
|
|
|
|
HelpTextEnd
|
|
|
|
InputFormat pdf
|
|
|
|
FileFilter "*.pdf"
|
2009-11-24 09:21:47 +00:00
|
|
|
AutomaticProduction true
|
2008-04-11 14:07:25 +00:00
|
|
|
Transform Rotate
|
|
|
|
Transform Resize
|
|
|
|
Transform Extra
|
2008-08-16 10:24:45 +00:00
|
|
|
Preview Graphics
|
2008-04-11 14:07:25 +00:00
|
|
|
Format LaTeX
|
|
|
|
TransformOption Rotate RotationLatexOption
|
|
|
|
TransformOption Resize ResizeLatexOption
|
|
|
|
TransformOption Extra ExtraOption
|
|
|
|
Option Arg "[$$Extra,$$Rotate,$$Resize]"
|
|
|
|
Product "\\includepdf$$Arg{$$AbsOrRelPathMaster$$Basename}"
|
|
|
|
UpdateFormat pdf
|
|
|
|
UpdateResult "$$AbsPath$$Basename.pdf"
|
|
|
|
Requirement "pdfpages"
|
|
|
|
ReferencedFile pdflatex "$$AbsPath$$Basename.pdf"
|
|
|
|
FormatEnd
|
|
|
|
Format Ascii
|
|
|
|
Product "[PDFPages: $$FName]"
|
|
|
|
FormatEnd
|
|
|
|
Format DocBook
|
|
|
|
Product "[PDFPages: $$FName]"
|
|
|
|
FormatEnd
|
|
|
|
TemplateEnd
|
|
|
|
|
2006-10-04 19:01:00 +00:00
|
|
|
|
2000-06-12 11:27:15 +00:00
|
|
|
Template Date
|
2003-09-23 17:37:00 +00:00
|
|
|
GuiName "Date"
|
2000-06-12 11:27:15 +00:00
|
|
|
HelpText
|
2004-01-05 16:49:38 +00:00
|
|
|
Today's date.
|
2000-06-12 11:27:15 +00:00
|
|
|
Read 'info date' for more information.
|
|
|
|
HelpTextEnd
|
2003-06-04 09:16:29 +00:00
|
|
|
InputFormat date
|
2000-06-12 11:27:15 +00:00
|
|
|
FileFilter "*"
|
|
|
|
AutomaticProduction true
|
2008-06-13 07:34:55 +00:00
|
|
|
Preview Off
|
2000-06-12 11:27:15 +00:00
|
|
|
Format LaTeX
|
|
|
|
Product "$$Contents(\"$$Tempname\")"
|
2003-06-04 09:16:29 +00:00
|
|
|
UpdateFormat dateout
|
|
|
|
UpdateResult "$$Tempname"
|
2000-06-12 11:27:15 +00:00
|
|
|
FormatEnd
|
2006-03-28 18:49:46 +00:00
|
|
|
Format PDFLaTeX
|
|
|
|
Product "$$Contents(\"$$Tempname\")"
|
|
|
|
UpdateFormat dateout
|
|
|
|
UpdateResult "$$Tempname"
|
|
|
|
FormatEnd
|
2000-06-12 11:27:15 +00:00
|
|
|
Format Ascii
|
|
|
|
Product "$$Contents(\"$$Tempname\")"
|
2003-06-04 09:16:29 +00:00
|
|
|
UpdateFormat dateout
|
|
|
|
UpdateResult "$$Tempname"
|
2000-06-12 11:27:15 +00:00
|
|
|
FormatEnd
|
|
|
|
Format DocBook
|
|
|
|
Product "$$Contents(\"$$Tempname\")"
|
2003-06-04 09:16:29 +00:00
|
|
|
UpdateFormat dateout
|
|
|
|
UpdateResult "$$Tempname"
|
2000-06-12 11:27:15 +00:00
|
|
|
FormatEnd
|
|
|
|
TemplateEnd
|
2008-12-16 16:07:07 +00:00
|
|
|
|
|
|
|
Template Dia
|
2011-09-13 21:50:07 +00:00
|
|
|
GuiName "Dia diagram"
|
2008-12-16 16:07:07 +00:00
|
|
|
HelpText
|
|
|
|
Dia diagram.
|
|
|
|
HelpTextEnd
|
|
|
|
InputFormat dia
|
|
|
|
FileFilter "*.dia"
|
|
|
|
AutomaticProduction true
|
|
|
|
# LyX has hard-coded support for these transformations
|
|
|
|
Transform Rotate
|
|
|
|
Transform Resize
|
|
|
|
Transform Clip
|
|
|
|
Transform Extra
|
|
|
|
Preview InstantPreview
|
|
|
|
Format LaTeX
|
|
|
|
TransformOption Rotate RotationLatexOption
|
|
|
|
TransformOption Resize ResizeLatexOption
|
|
|
|
TransformOption Clip ClipLatexOption
|
|
|
|
TransformOption Extra ExtraOption
|
|
|
|
Option Arg "[$$Extra,$$Rotate,$$Resize,$$Clip]"
|
|
|
|
# This string is what is output to the LaTeX file.
|
|
|
|
Product "\\includegraphics$$Arg{$$AbsOrRelPathMaster$$Basename}"
|
|
|
|
UpdateFormat eps
|
|
|
|
UpdateResult "$$AbsPath$$Basename.eps"
|
|
|
|
Requirement "graphicx"
|
|
|
|
ReferencedFile latex "$$AbsPath$$Basename.eps"
|
|
|
|
ReferencedFile dvi "$$AbsPath$$Basename.eps"
|
|
|
|
FormatEnd
|
|
|
|
Format PDFLaTeX
|
|
|
|
TransformOption Rotate RotationLatexOption
|
|
|
|
TransformOption Resize ResizeLatexOption
|
|
|
|
TransformOption Clip ClipLatexOption
|
|
|
|
TransformOption Extra ExtraOption
|
|
|
|
Option Arg "[$$Extra,$$Rotate,$$Resize,$$Clip]"
|
|
|
|
Product "\\includegraphics$$Arg{$$AbsOrRelPathMaster$$Basename}"
|
|
|
|
UpdateFormat pdf
|
|
|
|
UpdateResult "$$AbsPath$$Basename.pdf"
|
|
|
|
Requirement "graphicx"
|
|
|
|
ReferencedFile pdflatex "$$AbsPath$$Basename.pdf"
|
|
|
|
FormatEnd
|
|
|
|
Format Ascii
|
|
|
|
Product "$$Contents(\"$$AbsPath$$Basename.asc\")"
|
|
|
|
UpdateFormat asciiimage
|
|
|
|
UpdateResult "$$AbsPath$$Basename.asc"
|
|
|
|
FormatEnd
|
|
|
|
Format DocBook
|
|
|
|
Product "<graphic fileref=\"$$AbsOrRelPathMaster$$Basename.eps\"></graphic>"
|
|
|
|
UpdateFormat eps
|
|
|
|
UpdateResult "$$AbsPath$$Basename.eps"
|
|
|
|
ReferencedFile docbook "$$AbsPath$$Basename.eps"
|
|
|
|
ReferencedFile docbook-xml "$$AbsPath$$Basename.eps"
|
|
|
|
FormatEnd
|
|
|
|
TemplateEnd
|
|
|
|
|