From 2aa7cf373e26f5368b8c3b4bb948bb933d851dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Wed, 14 Sep 2011 16:58:33 +0200 Subject: [PATCH] Ref. manual: fix conflict between two anchors with the same name but different case (closes: #188) --- doc/dynare.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index f0b135b5f..6d678d083 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -3382,7 +3382,7 @@ observed variables. This command lists the name of observed endogenous variables for the estimation procedure. These variables must be available in the data -file (@pxref{estimation}). +file (@pxref{estimation_cmd}). Alternatively, this command is also used in conjunction with the @code{partial_information} option of @code{stoch_simul}, for declaring @@ -3606,7 +3606,7 @@ stderr VARIABLE_NAME | corr VARIABLE_NAME_1, VARIABLE_NAME_2 | PARAMETER_NAME @end deffn -@anchor{estimation} +@anchor{estimation_cmd} @deffn Command estimation [@var{VARIABLE_NAME}@dots{}]; @deffnx Command estimation (@var{OPTIONS}@dots{}) [@var{VARIABLE_NAME}@dots{}]; -- GitLab