2000-06-12 11:27:15 +00:00
|
|
|
# Basic External Templates for LyX
|
|
|
|
|
2003-09-04 17:01:00 +00:00
|
|
|
PreambleDef XFigInput
|
|
|
|
%% This inputs the file if it exists, else prints a warning
|
|
|
|
%% encased in an fbox.
|
|
|
|
\def\stripprefix#1>{}
|
|
|
|
\newcommand*{\xfiginput}[1]{%
|
|
|
|
\edef\tempfilename{#1}%
|
|
|
|
\InputIfFileExists{#1}{}{%
|
|
|
|
\fbox{Could not find
|
|
|
|
\ttfamily\expandafter\stripprefix\meaning\tempfilename
|
|
|
|
!}}}
|
|
|
|
PreambleDefEnd
|
|
|
|
|
2000-06-12 11:27:15 +00:00
|
|
|
Template XFig
|
|
|
|
GuiName "[XFig: $$Basename]"
|
|
|
|
HelpText
|
|
|
|
An XFig figure.
|
2003-06-04 09:16:29 +00:00
|
|
|
This template uses XFig for editing.
|
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"
|
|
|
|
EditCommand "xfig $$FName"
|
|
|
|
AutomaticProduction true
|
|
|
|
Format LaTeX
|
2003-09-04 10:17:39 +00:00
|
|
|
Product "\\xfiginput{$$Basename.pstex_t}"
|
2003-06-04 09:16:29 +00:00
|
|
|
UpdateFormat pstex
|
2003-05-23 14:36:26 +00:00
|
|
|
UpdateResult "$$Basename.pstex_t"
|
2003-05-23 14:48:58 +00:00
|
|
|
Requirement "graphicx"
|
2003-09-04 17:01:00 +00:00
|
|
|
Preamble XFigInput
|
2003-05-23 14:36:26 +00:00
|
|
|
FormatEnd
|
|
|
|
Format PDFLaTeX
|
2003-09-04 10:17:39 +00:00
|
|
|
Product "\\xfiginput{$$Basename.pdftex_t}"
|
2003-06-04 09:16:29 +00:00
|
|
|
UpdateFormat pdftex
|
|
|
|
UpdateResult "$$Basename.pdftex_t"
|
2002-06-05 15:07:44 +00:00
|
|
|
Requirement "graphicx"
|
2003-09-04 17:01:00 +00:00
|
|
|
Preamble XFigInput
|
2000-06-12 11:27:15 +00:00
|
|
|
FormatEnd
|
|
|
|
Format Ascii
|
|
|
|
Product "$$Contents(\"$$Basename.asc\")"
|
2003-06-04 09:16:29 +00:00
|
|
|
UpdateFormat asciixfig
|
2001-11-02 16:28:29 +00:00
|
|
|
UpdateResult "$$Basename.asc"
|
2000-06-12 11:27:15 +00:00
|
|
|
FormatEnd
|
|
|
|
Format DocBook
|
|
|
|
Product "<graphic fileref=\"$$Basename.eps\"></graphic>"
|
2003-06-04 09:16:29 +00:00
|
|
|
UpdateFormat eps
|
2001-11-02 16:28:29 +00:00
|
|
|
UpdateResult "$$Basename.eps"
|
2000-06-12 11:27:15 +00:00
|
|
|
FormatEnd
|
|
|
|
Format LinuxDoc
|
|
|
|
Product "[XFig: $$FName]"
|
|
|
|
FormatEnd
|
|
|
|
TemplateEnd
|
|
|
|
|
|
|
|
Template ChessDiagram
|
|
|
|
GuiName "[Chess: $$Basename]"
|
|
|
|
HelpText
|
|
|
|
A chess position diagram.
|
2003-06-04 09:16:29 +00:00
|
|
|
This template will use XBoard to edit the position.
|
|
|
|
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
|
2000-06-12 14:58:10 +00:00
|
|
|
remember to middle and right click to
|
|
|
|
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"
|
2001-10-31 15:19:49 +00:00
|
|
|
EditCommand "xboard -lpf $$FName -mode EditPosition"
|
2000-06-12 11:27:15 +00:00
|
|
|
AutomaticProduction true
|
|
|
|
Format LaTeX
|
2001-10-31 17:16:35 +00:00
|
|
|
Product "\\loadgame{$$FPath$$Basename}\\showboard"
|
2000-06-12 11:27:15 +00:00
|
|
|
Requirement "chess"
|
|
|
|
FormatEnd
|
|
|
|
Format Ascii
|
|
|
|
Product "$$Contents(\"$$Basename.asc\")"
|
2003-06-04 09:16:29 +00:00
|
|
|
UpdateFormat asciichess
|
2001-11-02 16:28:29 +00:00
|
|
|
UpdateResult "$$Basename.asc"
|
2000-06-12 11:27:15 +00:00
|
|
|
FormatEnd
|
|
|
|
Format DocBook
|
|
|
|
Product "[Chess: $$Basename]"
|
|
|
|
FormatEnd
|
|
|
|
Format LinuxDoc
|
|
|
|
Product "[Chess: $$FName]"
|
|
|
|
FormatEnd
|
|
|
|
TemplateEnd
|
|
|
|
|
|
|
|
Template Date
|
|
|
|
GuiName "[Date]"
|
|
|
|
HelpText
|
|
|
|
Todays date.
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
Format LinuxDoc
|
|
|
|
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
|
|
|
|
|