From 91162e9eb0ba9a55a9a5cc7f41c6be08035789e3 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Fri, 19 Apr 2013 15:57:55 +0200
Subject: [PATCH] reporting: @section: adjust spacing

---
 matlab/reporting/@section/write.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/reporting/@section/write.m b/matlab/reporting/@section/write.m
index 6a1f68dfca..b80a5fd0cb 100644
--- a/matlab/reporting/@section/write.m
+++ b/matlab/reporting/@section/write.m
@@ -33,7 +33,7 @@ assert(fid ~= -1);
 
 fprintf(fid, '%% Section Object\n');
 if ~isempty(o.height)
-    fprintf(fid, '\\setlength\\sectionheight{%s}\n', o.height);
+    fprintf(fid, '\\setlength\\sectionheight{%s}%%\n', o.height);
 end
 fprintf(fid, '\\maxsizebox{\\textwidth}{');
 if isempty(o.height)
-- 
GitLab