for i in `grep includegr *.tex | grep -v '^%' | sed 's/^.*{//' | sed 's/}//g' | sort | uniq`;do echo $i done