From 1df5f10db0e410ed0aaef490f2e4e3f35b37a803 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Fri, 12 Apr 2013 10:27:18 +0200
Subject: [PATCH] Fix structure error in reference manual (cherry picked from
 commit e2b01dd152cbc18eb590ad324c9b0a894f2fb4bb)

---
 doc/dynare.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/dynare.texi b/doc/dynare.texi
index c46dbba782..cd54a6aa5b 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -2421,12 +2421,13 @@ Default is @code{0}.
 
 @item nocheck
 Don't check the steady state values when they are provided explicitely either by a steady state file or a @code{steady_state_model} block. This is useful for models with unit roots as, in this case, the steady state is not unique or doesn't exist.
-@end table
 
 @item markowitz = @var{DOUBLE}
 Value of the Markowitz criterion, used to select the pivot. Only used
 when @code{solve_algo = 5}. Default: @code{0.5}.
 
+@end table
+
 @examplehead
 
 @xref{Initial and terminal conditions}.
-- 
GitLab