From be7b11d7c87360a7e7d57375bf73a97af22e4b57 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Mon, 17 Feb 2014 11:22:12 +0100
Subject: [PATCH] doc: add example for subtitles, #580

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

diff --git a/doc/dynare.texi b/doc/dynare.texi
index c702f2f8f2..ebae375ec1 100644
--- a/doc/dynare.texi
+++ b/doc/dynare.texi
@@ -10989,7 +10989,8 @@ dsca = dseries(`annual_control.csv');
 rep = report();
 
 %% Page 1
-rep = rep.addPage(`title', `My Page Title', `titleFormat', `\large\bfseries');
+rep = rep.addPage(`title', {`My Page Title', `My Page Subtitle'}, ...
+                  `titleFormat', {`\large\bfseries', `\large'});
 
 % Section 1
 rep = rep.addSection(`cols', 2);
-- 
GitLab