Skip to content
Snippets Groups Projects
Commit 555e2cf7 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

reporting: write tableSubSectionHeader in bold

parent 1f3ae372
No related merge requests found
......@@ -69,7 +69,7 @@ if ~isempty(o.tableRowColor)
fprintf(fid, '\\rowcolor{%s}', o.tableRowColor);
end
if ~isempty(o.tableSubSectionHeader)
fprintf(fid, '%s', o.tableSubSectionHeader);
fprintf(fid, '\\textbf{%s}', o.tableSubSectionHeader);
for i=1:ncols-1
fprintf(fid, ' &');
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment