doc: fix typos

time-shift
Houtan Bastani 2015-08-31 14:32:24 +02:00
parent fbe50131be
commit d280cbfb1a
1 changed files with 7 additions and 7 deletions

View File

@ -9366,10 +9366,10 @@ end;
@section Misc commands
@deffn Command set_dynare_seed (@var{INTEGER})
@deffnx Command set_dynare_seed ('default')
@deffnx Command set_dynare_seed ('clock')
@deffnx Command set_dynare_seed ('reset')
@deffnx Command set_dynare_seed ('@var{ALGORITHM}', @var{INTEGER})
@deffnx Command set_dynare_seed (`default')
@deffnx Command set_dynare_seed (`clock')
@deffnx Command set_dynare_seed (`reset')
@deffnx Command set_dynare_seed (`@var{ALGORITHM}', @var{INTEGER})
Sets the seed used for random number generation. It is possible to set
a given integer value, to use a default value, or to use the clock (by
@ -9481,7 +9481,7 @@ parameters were correctly updated. The long names can be used to add parameter d
following @LaTeX{} packages: @code{longtable}
@end deffn
@deffn {MATLAB/Octave command} collect_LaTeX_Files(M_) ;
@deffn {MATLAB/Octave command} collect_LaTeX_Files (@code{M_}) ;
Writes a @LaTeX{} file named @code{<<M_.fname>>_TeX_binder.tex} that collects all @TeX{} output generated by Dynare
into a file. This file can be compiled using pdflatex and automatically tries to load all required packages.