18
0

Changing to Rtex

This commit is contained in:
Jeremy Foote
2018-08-30 15:45:19 -05:00
parent 54c07cb9f5
commit ee4ba6c2b4
3 changed files with 4 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ then
# get rid of paper_template subdir
mv "$TMPDIR" "$1"
cd "$1";
mv "text.Rnw" "$1.Rnw"
mv "text.Rtex" "$1.Rtex"
else
echo "specifiy a directory where the template should go";
fi