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
2020-03-25 17:18:17 +01:00

17 lines
282 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% ../BSTPlot2Rssi.pgf
start %TEX% ../DistErrorCdf.pgf
start %TEX% ../MeanDistIntel.pgf
start %TEX% ../MeanDistPixel.pgf
:eof
cd ..