reporting: write tableSubSectionHeader in bold

remove-priordens
Houtan Bastani 2014-07-28 17:28:00 +02:00
parent 3adc7826db
commit 4fa89e2fc4
1 changed files with 1 additions and 1 deletions

View File

@ -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