figures changed + marked to be pruned parts of teh first part of the document
[lectures/latex.git] / nlsop / talk / dolinks.sh
1 #!/bin/bash
2
3 for i in `grep includegraphics *.tex | sed 's/\(.*\]{\)\(.*.eps\)\(}.*\)/\2/'`; do
4   echo creating link: $i
5   ln -sf ../img/$i .
6 done