#!/bin/bash
rm -f *.pyc
python make_tables.py
rm -f *.pyc
pdflatex tables
rm -rf tables.aux
rm -rf tables.log
rsync -a -v -z table1.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table1a.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table1b.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table1c.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table1d.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table2.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table2a.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table2b.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table2c.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table2d.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table2e.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table2f.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table2g.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table2h.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table2i.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table2j.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table2k.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table3.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table3a.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table3b.tex ~/common/documentation/tpami2020b/.
rsync -a -v -z table4.tex ~/common/documentation/tpami2020b/.
rm -rf table1.tex
rm -rf table1a.tex
rm -rf table1b.tex
rm -rf table1c.tex
rm -rf table1d.tex
rm -rf table2.tex
rm -rf table2a.tex
rm -rf table2b.tex
rm -rf table2c.tex
rm -rf table2d.tex
rm -rf table2e.tex
rm -rf table2f.tex
rm -rf table2g.tex
rm -rf table2h.tex
rm -rf table2i.tex
rm -rf table2j.tex
rm -rf table2k.tex
rm -rf table3.tex
rm -rf table3a.tex
rm -rf table3b.tex
rm -rf table4.tex
