From 2ecd856feb544f36fec0a7001021f92e8b83699a Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan.bastani@ens.fr>
Date: Mon, 2 Jan 2012 17:06:25 +0100
Subject: [PATCH] macrodoc: remove unsupported references to @#then

---
 macroprocessor.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/macroprocessor.tex b/macroprocessor.tex
index 76c8e978..98c6caa3 100644
--- a/macroprocessor.tex
+++ b/macroprocessor.tex
@@ -65,7 +65,7 @@
     \begin{itemize}
     \item file inclusion
     \item loops (\textit{for} structure)
-    \item conditional inclusion (\textit{if/then/else} structures)
+    \item conditional inclusion (\textit{if/else} structures)
     \item expression substitution
     \end{itemize}
   \item Implemented in Dynare starting from version 4.0
@@ -95,7 +95,7 @@
     \begin{itemize}
     \item file inclusion: \verb+@#include+
     \item definition a variable of the macro-processor: \verb+@#define+
-    \item conditional statements (\verb+@#if/@#then/@#else/@#endif+)
+    \item conditional statements (\verb+@#if/@#else/@#endif+)
     \item loop statements (\verb+@#for/@#endfor+)
     \end{itemize}
   \item In most cases, directives occupy exactly one line of text. In case of need, two anti-slashes (\verb+\\+) at the end of the line indicates that the directive is continued on the next line.
-- 
GitLab