From aaee660f0a1c0b733f836690fd64acb634459741 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Sun, 7 Jun 2015 21:35:26 +0200
Subject: [PATCH] doc: update dseries/reporting slides

---
 doc/dseries-and-reporting/dseriesReporting.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/dseries-and-reporting/dseriesReporting.tex b/doc/dseries-and-reporting/dseriesReporting.tex
index 0d92eb8c84..8079db8d92 100644
--- a/doc/dseries-and-reporting/dseriesReporting.tex
+++ b/doc/dseries-and-reporting/dseriesReporting.tex
@@ -240,9 +240,9 @@ would be transformed into
 \begin{alltt}
   disp(`In dates(`1999q1'), ...')
 \end{alltt}
-      \myitem To fix this, simply prefix any date that you don't want transformed by the preprocessor with a `\texttt{\$}'
+      \myitem To fix this, simply prefix any date that you don't want transformed by the preprocessor with a `\texttt{\$}': \texttt{disp(`In \$1999q1, ...')}
 \begin{alltt}
-  disp(`In $1999q1, ...')
+  \(\Rightarrow\) disp(`In 1999q1, ...')
 \end{alltt}
 
   \end{itemize}
-- 
GitLab