This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
FtmPrologic/tex/plots/_build.bat

16 lines
250 B
Batchfile

@echo off
SET TEX=pdflatex -shell-escape
cd out
start %TEX% ../BSTPlot1.pgf
start %TEX% ../BSTPlot1Rssi.pgf
start %TEX% ../BSTPlot2.pgf
start %TEX% ../DistErrorCdf.pgf
start %TEX% ../MeanDistIntel.pgf
start %TEX% ../MeanDistPixel.pgf
:eof
cd ..