Hi,

Handy script, clips all figures (which, especially in the case of imported MS 
Word graphics, tend to extend large white areas over neighbouring text). This 
just replaces \includegraphics by \includegraphics* througout your .tex file.

Use it until LyX learns to support \includegraphics* :-)

Martin

------
sed -e s/includegraphics/includegraphics*/ $1.tex >$1.tex2
mv $1.tex2 $1.tex
------

Reply via email to