/+junk/Dataanalys

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/Dataanalys

« back to all changes in this revision

Viewing changes to latex/compileReport.sh

  • Committer: Gusatv Hartvigsson
  • Date: 2011-02-12 16:11:28 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20110212161128-vlmw85ryo00vahfw
added the report compiler script.....

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env bash
 
2
######################
 
3
echo " begioning "
 
4
pdflatex rapport.tex
 
5
bibtex rapport.aux
 
6
pdflatex rapport.tex
 
7
pdflatex rapport.tex
 
8
echo "######## done #######"