From d280cbfb1a11c2b23aa31b3330b9375e95db63d8 Mon Sep 17 00:00:00 2001 From: Houtan Bastani Date: Mon, 31 Aug 2015 14:32:24 +0200 Subject: [PATCH] doc: fix typos --- doc/dynare.texi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 6789ce0ed..388a7167c 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -7466,7 +7466,7 @@ Maximum number of lags for moments in identification analysis. Default: @code{1} IRF and moment calibration can be defined in @code{irf_calibration} and @code{moment_calibration} blocks: @deffn Block irf_calibration; -@deffnx Block irf_calibration(@var{OPTIONS}@dots{}); +@deffnx Block irf_calibration (@var{OPTIONS}@dots{}); @descriptionhead @@ -7499,7 +7499,7 @@ end; @end deffn @deffn Block moment_calibration; -@deffnx Block moment_calibration(@var{OPTIONS}@dots{}); +@deffnx Block moment_calibration (@var{OPTIONS}@dots{}); @descriptionhead @@ -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{<>_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.