Add compilation of TeX-binder to unit test

time-shift
Johannes Pfeifer 2015-07-22 13:09:21 +02:00
parent f95b5021bc
commit bccadf7b03
1 changed files with 3 additions and 0 deletions

View File

@ -165,3 +165,6 @@ shock_decomposition y W R;
collect_LaTeX_Files(M_);
//identification(advanced=1,max_dim_cova_group=3,prior_mc=250);
if system(['pdflatex -halt-on-error ' M_.fname '_TeX_binder.tex'])
error('TeX-File did not compile.')
end