===== recycled on Sun Oct 21 13:06:43 EDT 2012 by drorbn on Debian-1207 ====== Proposal.pdf: Proposal.tex RMoves.pdf; latex Proposal cat *.aux > new_aux until cmp old_aux new_aux; do \ cp new_aux old_aux; \ latex Proposal; \ cat *.aux > new_aux; \ done dvips -z Proposal.dvi -o Proposal.ps ps2pdf Proposal.ps Proposal.pdf ===== recycled on Sun Oct 21 13:06:53 EDT 2012 by drorbn on Debian-1207 ====== %.pstex: %.fig; pstex_opts=`awk -F':' '/# pstex_opts/ {print $$2};' $*.fig`;\ echo $$pstex_opts ;\ fig2dev -L pstex_t $$pstex_opts -p $*.pstex \ $*.fig $*.pstex_t ;\ fig2dev -L pstex -g white $$pstex_opts $*.fig $*.pstex ===== recycled on Sun Oct 21 13:06:55 EDT 2012 by drorbn on Debian-1207 ====== %.pstex_t: %.pstex;