]> git.lyx.org Git - features.git/blobdiff - lib/external_templates
skak support, John's ERT fixes, loclae blunder fix
[features.git] / lib / external_templates
index 39143ea1dc67a8abcd60dd23daaf2381fe795024..91efbb8d667087038fce3243e1983362eca1fec5 100644 (file)
@@ -45,7 +45,8 @@ Template XFig
                An XFig figure.
                In the parameters box, you can provide
                optional parameters for fig2dev in the
-               case of LaTeX export.
+               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.
@@ -63,8 +64,9 @@ Template XFig
        EditCommand "xfig $$FName"
        AutomaticProduction true
        Format LaTeX
-               Product "$$Contents(\"$$Basename.tex\")"
-               UpdateCommand "fig2dev $$Parameters -L latex $$FName $$Basename.tex"
+               Product "\\begin{picture}(0,0)\\includegraphics{$$Basename.eps}\\end{picture}\\input{$$Basename.pstex_t}"
+               UpdateCommand "python $$Sysdir/scripts/fig2pstex.py $$FName $$Parameters"
+               Requirement "graphics"  
        FormatEnd
        Format Ascii
                Product "$$Contents(\"$$Basename.asc\")"
@@ -97,21 +99,21 @@ Template ChessDiagram
                remember to middle and right click to 
                insert new material in the board.
                In order for this to work, you have to
-               install the lyxchess.sty which is bundled
-               with LyX, and the chess.sty from CTAN.
+               put the bundled lyxskak.sty in a place
+               that TeX will find it, and you will need
+               to install the skak package from CTAN.
        HelpTextEnd
        FileFilter "*.fen"
        ViewCommand "xboard -lpf $$FName"
-       EditCommand "xboard -lpf $$FName"
+       EditCommand "xboard -lpf $$FName -mode EditPosition"
        AutomaticProduction true
        Format LaTeX
-               Product "$$Contents(\"$$Basename.tex\")"
-               UpdateCommand "python $$Sysdir/scripts/fen2latex.py $$FName $$Basename.tex"
+               Product "\\loadgame{$$FPath/$$Basename}\\showboard"
                Requirement "chess"
        FormatEnd
        Format Ascii
                Product "$$Contents(\"$$Basename.asc\")"
-               UpdateCommand "python $$Sysdir/scripts/fen2ascii.py $$FName $$Basename.tex"
+               UpdateCommand "python $$Sysdir/scripts/fen2ascii.py $$FName $$Basename.asc"
        FormatEnd
        Format DocBook
                Product "[Chess: $$Basename]"