Whitespace.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7032 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2003-05-23 14:48:58 +00:00
parent 08ad6acd9a
commit b257853f8d
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* external_templates: add a PDFLaTeX flavour to the xfig outputs.
* scripts/fig2png.py: a new and very simple script.
* scripts/fig2png.sh: another new and rather more sophisticated scriot.
* scripts/fig2png.sh: another new and rather more sophisticated script.
2003-05-22 Alfredo Braunstein <abraunst@libero.it>

View File

@ -70,7 +70,7 @@ Template XFig
Product "\\input{$$Basename.pstex_t}"
UpdateCommand "python $$Sysdir/scripts/fig2pstex.py $$FName $$Parameters"
UpdateResult "$$Basename.pstex_t"
Requirement "graphicx"
Requirement "graphicx"
FormatEnd
Format PDFLaTeX
Product "\\begin{picture}(0,0)\\includegraphics{$$Basename}\\end{picture}"