From 2e0bfcec734c6fc5f60e9ba050e698f08304da85 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Mon, 2 Dec 2013 08:10:14 +0100
Subject: [PATCH] Cosmetic (skipline).

(cherry picked from commit c285bee21b9307f377d752129620275134bd23b9)
---
 doc/dynare.texi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/dynare.texi b/doc/dynare.texi
index daeac47f97..4a2c7c9c46 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -8442,12 +8442,14 @@ using time series.
 
 Dynare  understands dates  in  a  mod file.  Users  can declare  annual,
 quaterly, monthly or weekly dates using the following syntax:
+
 @example
 1990Y
 1990Q3
 1990M11
 1990W49
 @end example
+
 @noindent Behind the scene, the dynare's preprocessor translates these expressions
 into instantiations of the  Matlab/Octave's class @dates described
 below. Basic  operations can be performed  on dates:
-- 
GitLab