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
Dóra Kocsis
dynare
Commits
79d62d85
Commit
79d62d85
authored
Sep 26, 2013
by
Houtan Bastani
Browse files
reporting: fix hline for table
parent
ff3774a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/reports/@table/write.m
View file @
79d62d85
...
...
@@ -121,11 +121,8 @@ switch dates.freq
otherwise
error
(
'@table.write: invalid dynSeries frequency'
);
end
fprintf
(
fid
,
'\\\\[-10pt]%%\n'
);
for
i
=
1
:
ndates
fprintf
(
fid
,
' & \\hrulefill'
);
end
fprintf
(
fid
,
'\\\\%%\n'
);
fprintf
(
fid
,
'\\\\[-2pt]%%\n'
);
fprintf
(
fid
,
'\\hline%%\n'
);
fprintf
(
fid
,
'%%\n'
);
% Write Table Data
...
...
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