Skip to content

Commit

Permalink
Adding missing file for description
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Aug 30, 2015
1 parent f786e23 commit 4130cc6
Show file tree
Hide file tree
Showing 2 changed files with 1,213 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Decription-Tools-2010/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
TEX = pdflatex -shell-escape -interaction=nonstopmode -file-line-error
PRE = $(TEX) -ini -job-name="preamble" "&pdflatex preamble.tex\dump"
BIB = bibtex

all: TCS10.pdf

view :
open TCS10.pdf

TCS10.pdf : TCS10.tex TCS10.bbl TCS10.blg
$(TEX) TCS10.tex

TCS10.bbl TCS10.blg : TCS10.bib TCS10.aux
$(BIB) TCS10

TCS10.aux : TCS10.tex
$(TEX) TCS10.tex

TCS10.bib : TCS10.tex
$(TEX) TCS10.tex

clean:
rm -f TCS10.log TCS10.out sigproc.bib.backup llncs.aux TCS10.pdf *blg *.bbl *aux
Loading

0 comments on commit 4130cc6

Please sign in to comment.