DSGE equation on latex

Hello everyone,
I’m a new user of dynare and matlab.
I’m trying to export the equations of my dsge model.
I use the command below. I can see the tex code for the equations in several folders but i can’t see a pdf with those equations. I need some help please. Thanks you

write_latex_dynamic_model;
write_latex_static_model;
write_latex_original_model;
write_latex_parameter_table;
write_latex_definitions;
collect_latex_files;

There is a _TeX_binder.tex file in the main folder that you need to compile using your \LaTeX-distribution.

Thanks a lot. It works !