From b257853f8d74d6786c8e7bf9977625a2d8deb49d Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Fri, 23 May 2003 14:48:58 +0000 Subject: [PATCH] Whitespace. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7032 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 2 +- lib/external_templates | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index c9d37577da..3d00235633 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -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 diff --git a/lib/external_templates b/lib/external_templates index 5d758797f7..d43c11b59d 100644 --- a/lib/external_templates +++ b/lib/external_templates @@ -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}"