Skip to content
Snippets Groups Projects
Commit 0fbab3d4 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix latex file ending for linux compilation

parent 81c606ab
Branches
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ function [xparam,std_param,lb_95,ub_95,median_param] = online_auxiliary_filter(x ...@@ -21,7 +21,7 @@ function [xparam,std_param,lb_95,ub_95,median_param] = online_auxiliary_filter(x
% NOTES % NOTES
% The vector "lik" is used to evaluate the jacobian of the likelihood. % The vector "lik" is used to evaluate the jacobian of the likelihood.
% Copyright (C) 2013 Dynare Team % Copyright (C) 2013-2016 Dynare Team
% %
% This file is part of Dynare. % This file is part of Dynare.
% %
...@@ -268,7 +268,7 @@ TeX = DynareOptions.TeX; ...@@ -268,7 +268,7 @@ TeX = DynareOptions.TeX;
[nbplt,nr,nc,lr,lc,nstar] = pltorg(number_of_parameters); [nbplt,nr,nc,lr,lc,nstar] = pltorg(number_of_parameters);
if TeX if TeX
fidTeX = fopen([Model.fname '_param_traj.TeX'],'w'); fidTeX = fopen([Model.fname '_param_traj.tex'],'w');
fprintf(fidTeX,'%% TeX eps-loader file generated by online_auxiliary_filter.m (Dynare).\n'); fprintf(fidTeX,'%% TeX eps-loader file generated by online_auxiliary_filter.m (Dynare).\n');
fprintf(fidTeX,['%% ' datestr(now,0) '\n']); fprintf(fidTeX,['%% ' datestr(now,0) '\n']);
fprintf(fidTeX,' \n'); fprintf(fidTeX,' \n');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment