Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
reporting
Commits
b6b787f3
Commit
b6b787f3
authored
Jul 04, 2014
by
Houtan Bastani
Browse files
reporting: fix bug with end tabular/end landscape
parent
589206d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
@page/write.m
View file @
b6b787f3
...
...
@@ -52,10 +52,10 @@ for i=1:nps
o
.
sections
{
i
}
.
write
(
fid
,
pg
,
i
);
end
fprintf
(
fid
,
'\\end{tabular}\n'
);
if
strcmpi
(
o
.
orientation
,
'landscape'
)
fprintf
(
fid
,
'\\end{landscape}\n'
);
end
fprintf
(
fid
,
'\\end{tabular}\n'
);
fprintf
(
fid
,
'\\clearpage\n'
);
fprintf
(
fid
,
'%% End Page Object\n\n'
);
end
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment