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 ------
- Re: clip figures script... and some more tricks Martin Vermeer
- Re: clip figures script... and some more tricks Fred Hucht
- Re: clip figures script... and some more tri... Martin Vermeer
- Re: clip figures script... and some more... Jean-Marc Lasgouttes
- Times Math Re: clip figures script... an... mressler