# combine all the data tables into one # get the refs going # comment at end that we dont explor other things cant we dont, as yet, have recognized a data feature # that guides that deciision. however, we have clues. # move ekren's prototype stuff into my list Src=ase-2010-v4 all : dirs tex bib tex tex done one : dirs tex done view: evince $(HOME)/tmp/$(Src).pdf & done : embed @printf "\n\n\n==============================================\n" @printf "see output in $(HOME)/tmp/$(Src).pdf\n" @printf "==============================================\n\n\n" @printf "\n\nWarnings (may be none):\n\n" grep warning $(HOME)/tmp/${Src}.log # evince $(HOME)/tmp/$(Src).pdf dirs : - [ ! -d $(HOME)/tmp ] && mkdir $(HOME)/tmp tex : - pdflatex -output-directory=$(HOME)/tmp $(Src) embed : @ gs -q -dNOPAUSE -dBATCH -dPDFSETTINGS=/prepress -sDEVICE=pdfwrite \ -sOutputFile=$(HOME)/tmp/$(Src)-embedded.pdf -c "<< / NeverEmbed [false /Times-Roman /Times-Bold /Courier-Bold] >> setdistillerparams" -f $(HOME)/tmp/$(Src).pdf @ mv $(HOME)/tmp/$(Src)-embedded.pdf $(HOME)/tmp/$(Src).pdf bib : - bibtex $(HOME)/tmp/$(Src)