]> git.lyx.org Git - lyx.git/blobdiff - lib/external_templates
polish update
[lyx.git] / lib / external_templates
index 78ad5b2a47187bf158d02da0b78c3997ccddba6d..5de7fce4fb03d7d204ab5ef7c290e84da6bd7334 100644 (file)
@@ -25,7 +25,7 @@ Template RasterImage
                Product "\\includegraphics{$$Basename.eps}"
                UpdateCommand "convert $$Parameters $$FName $$Basename.eps"
                UpdateResult "$$Basename.eps"
-               Requirement "graphics"
+               Requirement "graphicx"
        FormatEnd
        Format Ascii
                Product "$$Contents(\"$$Basename.asc\")"
@@ -70,7 +70,7 @@ Template XFig
                Product "\\begin{picture}(0,0)\\includegraphics{$$Basename.eps}\\end{picture}\\input{$$Basename.pstex_t}"
                UpdateCommand "python $$Sysdir/scripts/fig2pstex.py $$FName $$Parameters"
                UpdateResult "$$Basename.eps"
-               Requirement "graphics"  
+               Requirement "graphicx"  
        FormatEnd
        Format Ascii
                Product "$$Contents(\"$$Basename.asc\")"
@@ -137,7 +137,7 @@ Template Date
                In the parameters box, you can provide
                optional parameters for the date
                command.
-               Use empty to get "Mon Jun 12 05:20:41 CEST 2000"
+               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"