From cae7feeefb0dbbc22ab7c3844bcb46af7824a630 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Ry=C3=BBk=29?=
 <stepan@adjemian.eu>
Date: Sun, 5 Mar 2023 18:10:33 +0100
Subject: [PATCH] Fix latex.

---
 doc/manual/source/dynare-misc-commands.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/manual/source/dynare-misc-commands.rst b/doc/manual/source/dynare-misc-commands.rst
index 3d19a87a6b..7fa7da3ebe 100644
--- a/doc/manual/source/dynare-misc-commands.rst
+++ b/doc/manual/source/dynare-misc-commands.rst
@@ -12,7 +12,7 @@ Dynare misc commands
 
     Executes a user-defined function on parameter draws from the prior
     distribution. Dynare returns the results of the computations for
-    all draws in an $ndraws$ by $n$ cell array named
+    all draws in an `ndraws` by :math:`n` cell array named
     ``oo_.prior_function_results``.
 
     *Options*
-- 
GitLab