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
135e4d13
Commit
135e4d13
authored
Jul 28, 2014
by
Houtan Bastani
Browse files
reporting: write tableSubSectionHeader in bold
parent
521a48e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
@report_series/writeSeriesForTable.m
View file @
135e4d13
...
@@ -69,7 +69,7 @@ if ~isempty(o.tableRowColor)
...
@@ -69,7 +69,7 @@ if ~isempty(o.tableRowColor)
fprintf
(
fid
,
'\\rowcolor{%s}'
,
o
.
tableRowColor
);
fprintf
(
fid
,
'\\rowcolor{%s}'
,
o
.
tableRowColor
);
end
end
if
~
isempty
(
o
.
tableSubSectionHeader
)
if
~
isempty
(
o
.
tableSubSectionHeader
)
fprintf
(
fid
,
'%s'
,
o
.
tableSubSectionHeader
);
fprintf
(
fid
,
'
\\textbf{
%s
}
'
,
o
.
tableSubSectionHeader
);
for
i
=
1
:
ncols
-
1
for
i
=
1
:
ncols
-
1
fprintf
(
fid
,
' &'
);
fprintf
(
fid
,
' &'
);
end
end
...
...
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