diff options
author | David Runge <david.runge@frqrec.com> | 2014-01-18 13:23:26 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-01-18 13:23:26 +0100 |
commit | 72d1a547e061733b77db3a00ab08d161ec360d24 (patch) | |
tree | 1eb68260c59c3197b77618186d035d6e75af6170 /bin | |
parent | 68c26a0842c21be42ee639714533e21dd068c0d2 (diff) | |
download | dotfiles-72d1a547e061733b77db3a00ab08d161ec360d24.tar.gz dotfiles-72d1a547e061733b77db3a00ab08d161ec360d24.tar.bz2 dotfiles-72d1a547e061733b77db3a00ab08d161ec360d24.tar.xz dotfiles-72d1a547e061733b77db3a00ab08d161ec360d24.zip |
Moving log for tex2pdf to ~/.log
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tex2pdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/tex2pdf b/bin/tex2pdf index ad53029..4131ba2 100755 --- a/bin/tex2pdf +++ b/bin/tex2pdf @@ -19,6 +19,6 @@ echo "Launching evince with $1.pdf.">>~/.tex2pdf.log evince $1.pdf & echo "#####################################################">>~/.tex2pdf.log echo "Removing aux,bbl,blg,dvi,lof,log,lot,nav,out,snm,toc.">>~/.tex2pdf.log -echo "Current directory: $(pwd) and children of depth 1.">>~/.tex2pdf.log +echo "Current directory: $(pwd) and children of depth 1.">>~/.log/tex2pdf.log rm -f $1.{aux,bbl,blg,dvi,lof,log,lot,nav,out,snm,toc} rm -f */*.{aux,bbl,blg,dvi,lof,log,lot,nav,out,snm,toc} |